PatchSiren cyber security CVE debrief
CVE-2026-3644 Python Software Foundation CVE debrief
CVE-2026-3644 is a vulnerability in Python's http.cookies module. The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. Specifically, the Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output(). This vulnerability has a CVSS score of 6 and a severity of MEDIUM.
- Vendor
- Python Software Foundation
- Product
- CPython
- CVSS
- MEDIUM 6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-03-16
- Original CVE updated
- 2026-08-13
- Advisory published
- 2026-03-16
- Advisory updated
- 2026-08-13
Who should care
Users of Python versions prior to 3.13.13, 3.14.4, and 3.15.0 (final) should be aware of this vulnerability and take steps to mitigate it.
Technical summary
The vulnerability exists in the http.cookies module of Python. The incomplete fix for CVE-2026-0672 did not properly address control character validation in Morsel.update(), the |= operator, and unpickling paths. Furthermore, BaseCookie.js_output() did not apply the same output validation as BaseCookie.output().
Defensive priority
MEDIUM
Recommended defensive actions
- Upgrade to Python version 3.13.13, 3.14.4, or 3.15.0 (final) or later.
- Apply patches from [ref-4], [ref-5], and [ref-6].
- Refer to [ref-9] for additional information.
Evidence notes
Evidence from [source-item] and [nvd] confirms the details of this vulnerability.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-3644 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-3644
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-3644 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-3644
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/python/cpython/commit/57e88c1cf95e1481b94ae57abe1010469d47a6b4
[email protected] - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/python/cpython/commit/62ceb396fcbe69da1ded3702de586f4072b590dd
[email protected] - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/python/cpython/commit/d16ecc6c3626f0e2cc8f08c309c83934e8a979dd
[email protected] - Patch
-
Source reference
Unverified legacy reference
URL: https://github.com/python/cpython/issues/145599
[email protected] - Issue Tracking
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/python/cpython/pull/145600
[email protected] - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://mail.python.org/archives/list/[email protected]/thread/H6CADMBCDRFGWCMOXWUIHFJNV43GABJ7/
[email protected] - Third Party Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.