CVE-2026-33682

Source
https://cve.org/CVERecord?id=CVE-2026-33682
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33682.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-33682
Aliases
Published
2026-03-26T21:45:05.616Z
Modified
2026-04-10T05:42:54.285962Z
Severity
  • 4.7 (Medium) CVSS_V3 - CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N CVSS Calculator
Summary
Streamlit on Windows has Unauthenticated SSRF Vulnerability (NTLM Credential Exposure)
Details

Streamlit is a data oriented application development framework for python. Streamlit Open Source versions prior to 1.54.0 running on Windows hosts have an unauthenticated Server-Side Request Forgery (SSRF) vulnerability. The vulnerability arises from improper validation of attacker-supplied filesystem paths. In certain code paths, including within the ComponentRequestHandler, filesystem paths are resolved using os.path.realpath() or Path.resolve() before sufficient validation occurs. On Windows systems, supplying a malicious UNC path (e.g., \\attacker-controlled-host\share) can cause the Streamlit server to initiate outbound SMB connections over port 445. When Windows attempts to authenticate to the remote SMB server, NTLMv2 challenge-response credentials of the Windows user running the Streamlit process may be transmitted. This behavior may allow an attacker to perform NTLM relay attacks against other internal services and/or identify internally reachable SMB hosts via timing analysis. The vulnerability has been fixed in Streamlit Open Source version 1.54.0.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/33xxx/CVE-2026-33682.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-918"
    ]
}
References

Affected packages

Git / github.com/streamlit/streamlit

Affected ranges

Type
GIT
Repo
https://github.com/streamlit/streamlit
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.54.0"
        }
    ]
}

Affected versions

0.*
0.1.0
0.10.1
0.11.0
0.12.4
0.13.5
0.14.2
0.16.3
0.17.2
0.19.1
0.24.0
0.25.0
0.26.1
0.27.0
0.28.0
0.3.0
0.31.0
0.40.0
0.5.0
0.6.0
0.8.0
0.81
0.9.0
1.*
1.4.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33682.json"