CVE-2022-23607
Python vulnerability analysis and mitigation

Overview

CVE-2022-23607 affects Treq, a Python-based HTTP library built on top of Twisted's Agents. The vulnerability was discovered and disclosed in January 2022, impacting versions prior to 22.1.0. The issue involves improper handling of cookies in the library's request methods (treq.get, treq.post, etc.), where cookies were not properly scoped to specific domains (GitHub Advisory).

Technical details

The vulnerability stems from Treq's request methods accepting cookies as a dictionary without properly binding them to specific domains. When cookies are passed as a dictionary parameter (e.g., treq.get('https://example.com/', cookies={'session': '1234'})), they become "supercookies" that are sent to every domain encountered during request processing, including redirects (GitHub Advisory). The vulnerability is classified as CWE-200 (Information Exposure) (GitHub Advisory).

Impact

The vulnerability can lead to sensitive information disclosure when HTTP redirects occur across different domains. For example, if a request to https://example.com redirects to http://cloudstorageprovider.com, the cookies intended for the original domain would be sent to the redirect target, potentially exposing sensitive session information (GitHub Advisory).

Mitigation and workarounds

The issue has been fixed in Treq version 22.1.0 and later, where cookies given to request methods are properly bound to the origin of the URL parameter. As a workaround for affected versions, users can pass a http.cookiejar.CookieJar instance with properly domain- and scheme-scoped cookies instead of using a dictionary for cookies (GitHub Advisory, Debian Advisory).

Additional resources


SourceThis report was generated using AI

Related Python vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-66471HIGH8.9
  • PythonPython
  • py3-urllib3
NoYesDec 05, 2025
CVE-2025-66418HIGH8.9
  • PythonPython
  • python-urllib3
NoYesDec 05, 2025
CVE-2025-65958HIGH8.5
  • PythonPython
  • cpe:2.3:a:openwebui:open_webui
NoYesDec 04, 2025
CVE-2025-56427HIGH7.5
  • PythonPython
  • composio
NoNoDec 04, 2025
CVE-2025-63681MEDIUM4.3
  • PythonPython
  • open-webui
NoNoDec 04, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management