AVID-2026-R1514
Description
streamlit-geospatial remote code execution in pages/8_🏜️_Raster_Data_Visualization.py (CVE-2024-41119)
Details
streamlit-geospatial is a streamlit multipage app for geospatial applications. Prior to commit c4f81d9616d40c60584e36abb15300853a66e489, the vis_params variable on line 80 in 8_🏜️_Raster_Data_Visualization.py takes user input, which is later used in the eval() function on line 86, leading to remote code execution. Commit c4f81d9616d40c60584e36abb15300853a66e489 fixes this issue.
Reason for inclusion in AVID: CVE-2024-41119 describes a remote code execution via unsafe eval with user-controlled input in streamlit-geospatial. This is a security vulnerability in a Python package that could be part of AI data apps, dashboards, or pipelines (streamlit-based tooling often used in ML/AI workflows). As a vulnerability in a dependency used to build/deploy AI systems, it constitutes a software supply chain issue in the general-purpose AI stack. The CVE details, commit fix, and CVSS/ CWE signal (CWE-20) provide clear evidence of the vulnerability.
References
- NVD entry
- https://securitylab.github.com/advisories/GHSL-2024-100_GHSL-2024-108_streamlit-geospatial/
- https://github.com/opengeos/streamlit-geospatial/commit/c4f81d9616d40c60584e36abb15300853a66e489
- https://github.com/opengeos/streamlit-geospatial/blob/4b89495f3bdd481998aadf1fc74b10de0f71c237/pages/8_%F0%9F%8F%9C%EF%B8%8F_Raster_Data_Visualization.py#L80
- https://github.com/opengeos/streamlit-geospatial/blob/4b89495f3bdd481998aadf1fc74b10de0f71c237/pages/8_%F0%9F%8F%9C%EF%B8%8F_Raster_Data_Visualization.py#L86
Affected or Relevant Artifacts
- Developer: opengeos
- Deployer: opengeos
- Artifact Details:
| Type | Name |
|---|---|
| System | streamlit-geospatial |
Impact
AVID Taxonomy Categorization
- Risk domains: Security
- SEP subcategories: S0100: Software Vulnerability
- Lifecycle stages: L06: Deployment
CVSS
| Version | 3.1 |
| Vector String | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Base Score | 9.8 |
| Base Severity | 🔴 Critical |
| Attack Vector | NETWORK |
| Attack Complexity | 🟢 Low |
| Privileges Required | NONE |
| User Interaction | NONE |
| Scope | UNCHANGED |
| Confidentiality Impact | 🔴 High |
| Integrity Impact | 🔴 High |
| Availability Impact | 🔴 High |
CWE
| ID | Description |
|---|---|
| CWE-20 | CWE-20: Improper Input Validation |
Other information
- Report Type: Advisory
- Credits:
- Date Reported: 2024-07-26
- Version: 0.3.3
- AVID Entry