Lucene search
+L

4966 matches found

UbuntuCve
UbuntuCve
added 2026/01/20 10:15 p.m.9 views

CVE-2026-0865

User-controlled header names and values containing newlines can allow injecting HTTP headers...

5.9CVSS7.1AI score0.00481EPSS
SaveExploits0References12
OSV
OSV
added 2026/01/20 10:15 p.m.9 views

UBUNTU-CVE-2025-11468

When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized...

5.7CVSS5.8AI score0.00572EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/01/20 10:15 p.m.8 views

CVE-2025-11468

When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized...

5.7CVSS5.8AI score0.00572EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/01/20 10:15 p.m.7 views

CVE-2026-0672

When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters...

6CVSS5.8AI score0.00416EPSS
SaveExploits0References8
OSV
OSV
added 2026/01/20 10:15 p.m.9 views

UBUNTU-CVE-2026-0865

User-controlled header names and values containing newlines can allow injecting HTTP headers...

5.9CVSS7.1AI score0.00481EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2026/01/20 10:15 p.m.6 views

CVE-2025-15282

User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype...

6CVSS5.8AI score0.00499EPSS
SaveExploits0References7
OSV
OSV
added 2026/01/20 10:15 p.m.9 views

UBUNTU-CVE-2026-0672

When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters...

6CVSS5.8AI score0.00416EPSS
SaveExploits0References9
OSV
OSV
added 2026/01/20 10:15 p.m.10 views

UBUNTU-CVE-2025-15282

User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype...

6CVSS5.8AI score0.00499EPSS
SaveExploits0References8
OSV
OSV
added 2026/01/20 9:52 p.m.11 views

CVE-2026-0672 Header injection in http.cookies.Morsel

When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters...

6CVSS7AI score
SaveExploits0References12
CVE
CVE
added 2026/01/20 9:52 p.m.67 views

CVE-2026-0672

CVE-2026-0672 concerns Python’s handling of cookie/header parsing (notably http.cookies.Morsel) where user-controlled cookie values and parameters could inject HTTP headers. Connected advisories confirm related fixes across Python builds and distributions (Ubuntu USN-8018-1; Debian DLA-4455; Chai...

6CVSS5.4AI score0.00416EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/01/20 9:52 p.m.44 views

CVE-2026-0672 Header injection in http.cookies.Morsel

When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters...

6CVSS0.00416EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/01/20 9:52 p.m.11 views

CVE-2026-0672

When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters...

6CVSS5.2AI score0.00416EPSS
SaveExploits0
OSV
OSV
added 2026/01/20 9:52 p.m.11 views

PSF-2026-5

When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters...

6CVSS5.4AI score0.00416EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2026/01/20 9:52 p.m.4 views

CVE-2026-0672 Header injection in http.cookies.Morsel

When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters...

6CVSS5.4AI score0.00416EPSS
SaveExploits0References9
Snyk
Snyk
added 2026/01/20 9:52 p.m.3 views

CRLF Injection

Overview Affected versions of this package are vulnerable to CRLF Injection via the http.cookies.Morsel field. An attacker can manipulate HTTP responses by injecting arbitrary headers through user-controlled cookie values or parameters. Remediation A fix was pushed into the master branch but not...

7.5CVSS6AI score0.00416EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/01/20 9:52 p.m.12 views

CVE-2026-0672

When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters...

6CVSS5.3AI score0.00416EPSS
SaveExploits0References10Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/01/20 9:35 p.m.5 views

CVE-2025-15282

User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype...

6CVSS5.3AI score0.00499EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/20 9:35 p.m.4 views

CVE-2025-15282 Header injection via newlines in data URL mediatype

User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype...

6CVSS5.4AI score0.00499EPSS
SaveExploits0References9
CVE
CVE
added 2026/01/20 9:35 p.m.51 views

CVE-2025-15282

CVE-2025-15282 concerns Python’s urllib.request DataHandler, where user-controlled data URLs can inject HTTP headers due to improper parsing of data URL mediatypes. Connected sources show fixes in CPython commits addressing this header-injection surface in the urllib module, indicating the underl...

6CVSS5.4AI score0.00499EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/01/20 9:35 p.m.44 views

CVE-2025-15282 Header injection via newlines in data URL mediatype

User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype...

6CVSS0.00499EPSS
SaveExploits0References9
Rows per page
Query Builder