chore(deps): update dependency streamlit to v1.54.0 [security]#3
chore(deps): update dependency streamlit to v1.54.0 [security]#3renovate[bot] wants to merge 3 commits into
Conversation
Greetings from the CI/CD pipeline! 🏗️I've aggregated the results of the automated checks for this PR below. 🏷️ Release PreviewI've checked the 'Feedback' link for the new version. 💬 Current:
🚀 Release Channel Compatibility Predicted next version:
📋 Repo HealthI've checked the repo's posture (aka architectural alignment). 🧘 Latest Version: ✅ 🔨 Build TestsThe blueprints match the build! 📐 ✅ All versions pass
⚖️ License CheckEvaluating the impact of these changes on our licensing. 📈 ✅ No license violations found (9 packages). License distribution: 3× MIT, 2× Apache Software License, 1× Apache-2.0 OR BSD-2-Clause, 1× BSD-3-Clause, 1× MIT License, 1× Mozilla Public License 2.0 (MPL 2.0) Full breakdown — 9 packages
Policy: Apache 2.0 (universal donor). StrongCopyleft / NetworkCopyleft / WeakCopyleft / Other / Error categories fail. MPL allowed. 📊 CoverageCharting the progress of our testing efforts. 📉 ✅ 99.0% total coverage Full report: download the 🔒 Security (pip-audit)Ensuring our defenses are strong against vulnerabilities. 🏰 ✅ No known vulnerabilities found (32 packages scanned). 🔍 LintAnother day, another successful automated run. 🌅 ❌ ruff: issues found — see job log Your 24/7 automated code reviewer 🌙 |
This PR contains the following updates:
==1.32.0→==1.54.0Path traveral in Streamlit on windows
CVE-2024-42474 / GHSA-rxff-vr5r-8cj5
More information
Details
1. Impacted Products
Streamilt Open Source versions before 1.37.0.
2. Introduction
Snowflake Streamlit open source addressed a security vulnerability via the static file sharing feature. The vulnerability was patched on Jul 25, 2024, as part of Streamlit open source version 1.37.0. The vulnerability only affects Windows.
3. Path Traversal Vulnerability
3.1 Description
On May 12, 2024, Streamlit was informed via our bug bounty program about a path traversal vulnerability in the open source library. We fixed and merged a patch remediating the vulnerability on Jul 25, 2024. The issue was determined to be in the moderate severity range with a maximum CVSSv3 base score of 5.9
3.2 Scenarios and attack vector(s)
Users of hosted Streamlit app(s) on Windows were vulnerable to a path traversal vulnerability when the static file sharing feature is enabled. An attacker could utilize the vulnerability to leak the password hash of the Windows user running Streamlit.
3.3 Resolution
The vulnerability has been fixed in all Streamlit versions released since Jul 25, 2024. We recommend all users upgrade to Version 1.37.0.
4. Contact
Please contact security@snowflake.com if you have any questions regarding this advisory. If you discover a security vulnerability in one of our products or websites, please report the issue to HackerOne. For more information, please see our Vulnerability Disclosure Policy.
Severity
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Unauthenticated SSRF Vulnerability in Streamlit on Windows (NTLM Credential Exposure)
CVE-2026-33682 / GHSA-7p48-42j8-8846
More information
Details
Streamlit Open Source Security Advisory
1. Impacted Products
Streamlit Open Source versions prior to 1.54.0 running on Windows hosts.
2. Introduction
Snowflake Streamlit Open Source addressed a security vulnerability affecting Windows deployments related to improper handling and validation of filesystem paths within component request handling. The vulnerability was reported through the responsible disclosure program and has been remediated in Streamlit Open Source version 1.54.0. This issue affects only Streamlit deployments running on Windows operating systems.
3. Server-Side Request Forgery (SSRF) and NTLM Credential Exposure
3.1 Description
Streamlit was informed by a security researcher of 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 usingos.path.realpath()orPath.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:
Captured NTLMv2 challenge-response hashes could be subjected to offline brute-force attacks in an attempt to recover the associated plaintext account password. While NTLMv2 incorporates a server challenge (nonce) that mitigates the use of precomputed rainbow tables, it does not prevent targeted offline password cracking against weak credentials.
Additionally, Microsoft has publicly discouraged the continued use of NTLM in favor of Kerberos and is actively progressing toward disabling NTLM by default in future Windows releases. Organizations that enforce NTLM restrictions, disable outbound NTLM authentication, require SMB signing, or block NTLM authentication to remote servers can reduce or eliminate the risk associated with credential relay or hash exposure scenarios.
As NTLM is considered legacy and increasingly deprecated (though not fully sunset), environments that have already implemented Microsoft-recommended NTLM hardening controls are less likely to be materially impacted. The overall risk therefore depends on the organization's authentication configuration and network security posture.
3.2 Scenarios and Attack Vectors
Streamlit applications running on Windows were vulnerable if component endpoints were exposed to untrusted networks. By appending an attacker-controlled SMB hostname to the URI path and issuing a GET request, the Streamlit server could be coerced into initiating an outbound SMB authentication attempt.
This could result in the leakage of NTLMv2 credential hashes for the Windows account running the Streamlit process.
3.3 Resolution
4. Contact
Please contact security@snowflake.com for any questions regarding this advisory.
If a security vulnerability is discovered in a Streamlit product or website, it should be reported through the responsible disclosure program. For more information, see the Vulnerability Disclosure Policy.
Severity
CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
streamlit/streamlit (streamlit)
v1.54.0Compare Source
What's Changed
Breaking Changes 🛠
st.experimental_usercommand by @lukasmasuch in #13626add_rowsdeprecation warning to show in browser by @lukasmasuch in #13628New Features 🎉
keyas main identity forst.dataframewith selections by @lukasmasuch in #13558keyas main identity for vega charts with selections by @lukasmasuch in #13559chartDivergingColorstheming config option by @mayagbarnes in #13581st.date_inputby @lukasmasuch in #13549min_valueandmax_valueinst.datetime_inputwhenkeyis provided by @lukasmasuch in #13620st.radiooptions whenkeyis provided by @lukasmasuch in #13611config.tomlis created by @lukasmasuch in #13625MultiselectColumnandListColumnby @lukasmasuch in #13663st.select_slideroptions whenkeyis provided by @lukasmasuch in #13696st.pydeck_chartparameters whenkeyis provided by @lukasmasuch in #13703Bug Fixes 🐛
st.chat_inputby @sfc-gh-nbellante in #13589KeyErrorwhen sorting melted bar chart data by @lukasmasuch in #13695Other Changes
New Contributors
Full Changelog: streamlit/streamlit@1.53.1...1.54.0
v1.53.1Compare Source
Full Changelog: streamlit/streamlit@1.53.0...1.53.1
v1.53.0Compare Source
What's Changed
Breaking Changes 🛠
New Features 🎉
formatinst.metricby @lukasmasuch in #13193st.data_editorby @lukasmasuch in #13228icon_positionsupport for button-like components by @SiddhantSadangi in #13150st.chat_inputfile upload UI with improved file chips and retry functionality by @sfc-gh-nbellante in #13223keyis provided by @lukasmasuch in #13383st.jsonvalue click by @lukasmasuch in #13113formatofst.sliderby @lukasmasuch in #13392st.number_inputby @lukasmasuch in #13512keyis provided by @lukasmasuch in #13448st.chat_inputby @sfc-gh-nbellante in #13546Bug Fixes 🐛
st.dialogfrom showing elements from previous dialog by @lukasmasuch in #13297st.htmlhandles list indentation by @mayagbarnes in #13437st.selectboxset via session state does not restore initial value by @mayagbarnes in #13438st.number_inputprecision by @mayagbarnes in #13484st.chat_inputby @sfc-gh-nbellante in #13556Other Changes
st.chat_inputfile upload UI by @sfc-gh-nbellante in #13542st.chat_inputbuttons by @sfc-gh-nbellante in #13535st.chat_inputfile delete button colors by @sfc-gh-nbellante in #13554st.chat_inputby @sfc-gh-nbellante in #13553st.chat_inputfile chip display to adhere to designs by @sfc-gh-nbellante in #13555st.chat_inputfile uploads by @sfc-gh-nbellante in #13547New Contributors
Full Changelog: streamlit/streamlit@1.52.2...1.53.0
v1.52.2Compare Source
Full Changelog: streamlit/streamlit@1.52.1...1.52.2
v1.52.1Compare Source
Full Changelog: streamlit/streamlit@1.52.0...1.52.1
v1.52.0Compare Source
What's Changed
Breaking Changes 🛠
add_rowscommand by @lukasmasuch in #13080st.vega_lite_chartby @lukasmasuch in #13141New Features 🎉
st.containerby @sfc-gh-lwilby in #12848height="content"tost.dataframeandst.data_editor. by @sfc-gh-lwilby in #12875st.file_uploaderwidget by @lukasmasuch in #12955keyas main identity forst.camera_inputwidget by @lukasmasuch in #12781st.dataframeby @lukasmasuch in #12968st.textby @sfc-gh-lwilby in #13032iconby @lukasmasuch in #13045st.metricby @lukasmasuch in #12982st.switch_pageby @lukasmasuch in #13027st.page_linkby @lukasmasuch in #13093Bug Fixes 🐛
MultiselectColumnissue when starting with empty rows by @lukasmasuch in #12935MultiselectColumnshape error when adding data by @lukasmasuch in #12936showWidgetBorder=trueby @mayagbarnes in #12949st.audio_inputwaveform by @sfc-gh-nbellante in #13010packagingpackage by @tomtung in #13073st.line_charthovering performance by @lukasmasuch in #13156Other Changes
FormsContextby @mayagbarnes in #12788ScriptRunContext&ThemeContextby @mayagbarnes in #12789NavigationContextby @mayagbarnes in #12790SidebarConfigContextby @mayagbarnes in #12791StreamlitMarkdown- module level plugin cache by @mayagbarnes in #13152New Contributors
Full Changelog: streamlit/streamlit@1.51.0...1.52.0
v1.51.0Compare Source
What's Changed
New Features 🎉
st.plotly_chartby @sfc-gh-lwilby in #12559st.dataframewhen row selection is active by @plumol in #12448st.vega_lite_chartby @sfc-gh-lwilby in #12517codeTextColorconfig & updatelinkColorby @mayagbarnes in #12562keyas main identity forst.color_pickerby @lukasmasuch in #12569typeargument tost.popoverto matchst.buttonby @sfc-gh-tteixeira in #12598cursorkwarg to st.write_stream by @sfc-gh-tteixeira in #12597streamlit hello, preload Python modules that are slow to compile in a fresh venv by @sfc-gh-tteixeira in #12617theme.baseconfig by @mayagbarnes in #12572streamlit runwith no args meanstreamlit run streamlit_app.pyby @sfc-gh-tteixeira in #12599theme&theme.sidebarby @mayagbarnes in #12680keyas main identity forst.segmented_controlwidget by @lukasmasuch in #12711st.radiowidget by @lukasmasuch in #12705keyas main identity forst.audio_inputwidget by @lukasmasuch in #12720pinnedparameter toMultiselectColumnby @lukasmasuch in #12714keyas main identity forst.sliderandst.select_sliderby @lukasmasuch in #12575keyas main identity forst.chat_inputwidget by @lukasmasuch in #12725autocolor toMutliselectColumnusing chart colors by @lukasmasuch in #12724colorforProgressColumnby @lukasmasuch in #12738keyas main identity forst.feedbackandst.pillswidgets by @lukasmasuch in #12717st.spaceby @sfc-gh-lwilby in #12737Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.