CVE-2024-41115

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-41115
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-41115.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-41115
Published
2024-07-26T20:13:35Z
Modified
2025-11-04T19:33:02Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Remote code execution in streamlit geospatial in pages/1_📷_Timelapse.py MODIS Ocean Color SMI option palette
Details

streamlit-geospatial is a streamlit multipage app for geospatial applications. Prior to commit c4f81d9616d40c60584e36abb15300853a66e489, the palette variable on line 488 in pages/1_📷_Timelapse.py takes user input, which is later used in the eval() function on line 493, leading to remote code execution. Commit c4f81d9616d40c60584e36abb15300853a66e489 fixes this issue.

Database specific
{
    "cwe_ids": [
        "CWE-20"
    ]
}
References

Affected packages

Git / github.com/opengeos/streamlit-geospatial

Affected ranges

Type
GIT
Repo
https://github.com/opengeos/streamlit-geospatial
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed