Lucene search
+L

89 matches found

CNNVD
CNNVD
added 2025/10/10 12:00 a.m.15 views

Julia HTTP.jl 注入漏洞

Julia HTTP.jl is a Julia open source HTTP protocol for Julia. An injection vulnerability exists in Julia HTTP.jl versions prior to 1.10.19, which stems from illegal characters in unvalidated header names and values, and could lead to HTTP response splitting and header injection attacks...

9.2CVSS6.9AI score0.00318EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/09/24 12:00 a.m.62 views

CVE-2025-57350

The csvtojson package, a tool for converting CSV data to JSON with customizable parsing capabilities, contains a prototype pollution vulnerability in versions prior to 2.0.10. This issue arises due to insufficient sanitization of nested header names during the parsing process in the parserjsonarr...

0.00292EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/24 12:00 a.m.15 views

PT-2025-39315

Name of the Vulnerable Software and Affected Versions csvtojson versions prior to 2.0.10 Description The csvtojson package has a flaw due to inadequate sanitization of nested header names during parsing. Processing CSV input with crafted header fields referencing prototype chains like using proto...

8.6CVSS6.5AI score0.00292EPSS
SaveExploits0References7
OSV
OSV
added 2025/08/29 4:08 p.m.11 views

CLSA-2025-1756483693 php: Fix of 3 CVEs

CVE-2025-1217: http stream wrapper: fix handling folded headers - CVE-2025-1734: http stream wrapper: fix handling headers with invalid name and no colon - CVE-2025-1861: fix http redirect location truncation...

9.8CVSS6.4AI score0.00821EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/08/11 2:30 a.m.22 views

CVE-2025-55152

oak is a middleware framework for Deno's native HTTP server, Deno Deploy, Node.js 16.5 and later, Cloudflare Workers and Bun. In versions 17.1.5 and below, it's possible to significantly slow down an oak server with specially crafted values of the x-forwarded-proto or x-forwarded-for headers...

5.3CVSS7.2AI score0.00388EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/08/09 12:00 a.m.31 views

PT-2025-32423 · Bun +4 · Bun +4

Name of the Vulnerable Software and Affected Versions: oak versions 17.1.5 and below Description: oak is a middleware framework for Deno's native HTTP server, Deno Deploy, Node.js 16.5 and later, Cloudflare Workers and Bun. Specially crafted values in the x-forwarded-proto or x-forwarded-for...

5.3CVSS6.3AI score0.00388EPSS
SaveExploits0References13
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.3 views

Astra Linux – Vulnerability in libsoup2.4, libsoup3

GNOME libsoup before version 3.6.0 allowed HTTP request smuggling in certain configurations, because '\0' characters at the end of header names were ignored. In other words, a header with the format "Transfer-Encoding\0: chunked" was treated the same as a header with the format "Transfer-Encoding...

7.5CVSS7.1AI score0.00776EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2025/05/13 1:59 p.m.9 views

php: Streams HTTP wrapper does not fail for headers with invalid name and no colon

A flaw was found in PHP. This vulnerability allows applications to accept invalid headers via malformed HTTP headers missing a colon :, which may confuse applications into processing them as valid headers...

6.3CVSS5.7AI score0.00481EPSS
SaveExploits0References5
OSV
OSV
added 2025/04/24 9:40 p.m.18 views

CLSA-2025-1745530844 libsoup: Fix of CVE-2024-52530

CVE-2024-52530: prevent HTTP request smuggling by properly handling '0' characters at the end of header names...

7.5CVSS7.1AI score0.00776EPSS
SaveExploits1References1
OSV
OSV
added 2024/12/11 9:21 a.m.13 views

CLSA-2024-1733908866 Fix CVE(s): CVE-2023-25725

SECURITY UPDATE: The HTTP header parsers in HAProxy may accept empty header field names - debian/patches/CVE-2023-25725.patch: prevent empty header field names - CVE-2023-25725...

9.1CVSS7.2AI score0.05493EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/03 5:28 a.m.17 views

USN-7135-1 haproxy vulnerability

Bahruz Jabiyev, Anthony Gavazzi, Engin Kirda, Kaan Onarlioglu, Adi Peleg, and Harvey Tuch discovered that HAProxy incorrectly handled empty header names. A remote attacker could possibly use this issue to manipulate headers and bypass certain authentication checks and restrictions...

9.1CVSS7.3AI score0.05493EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/19 4:00 p.m.30 views

RLSA-2024:9573 Important: libsoup security update

The libsoup packages provide an HTTP client and server library for GNOME. Security Fixes: libsoup: infinite loop while reading websocket data CVE-2024-52532 libsoup: HTTP request smuggling via stripping null bytes from the ends of header names CVE-2024-52530 For more details about the security...

7.5CVSS7.8AI score0.00926EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2024/11/13 6:22 p.m.13 views

libsoup: HTTP request smuggling via stripping null bytes from the ends of header names

A flaw was found in the Libsoup library. When Libsoup parses HTTP headers, it ignores null bytes at the end of header names. Thus, Transfer-Encoding: chunked is equivalent to Transfer-Encoding\x00: chunked. This issue allows request smuggling when Libsoup is used in a service behind a reverse pro...

7.5CVSS7.3AI score0.00776EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2024/11/13 4:56 p.m.13 views

libsoup: HTTP request smuggling via stripping null bytes from the ends of header names

A flaw was found in the Libsoup library. When Libsoup parses HTTP headers, it ignores null bytes at the end of header names. Thus, Transfer-Encoding: chunked is equivalent to Transfer-Encoding\x00: chunked. This issue allows request smuggling when Libsoup is used in a service behind a reverse pro...

7.5CVSS7.3AI score0.00776EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2024/11/13 10:04 a.m.10 views

libsoup: HTTP request smuggling via stripping null bytes from the ends of header names

A flaw was found in the Libsoup library. When Libsoup parses HTTP headers, it ignores null bytes at the end of header names. Thus, Transfer-Encoding: chunked is equivalent to Transfer-Encoding\x00: chunked. This issue allows request smuggling when Libsoup is used in a service behind a reverse pro...

7.5CVSS7.3AI score0.00776EPSS
SaveExploits1References7
SUSE CVE
SUSE CVE
added 2024/11/13 3:49 a.m.6 views

SUSE CVE-2024-52530

GNOME libsoup before 3.6.0 allows HTTP request smuggling in some configurations because '\0' characters at the end of header names are ignored, i.e., a "Transfer-Encoding\0: chunked" header is treated the same as a "Transfer-Encoding: chunked" header...

7.5CVSS9.2AI score0.00776EPSS
SaveExploits1References15
Oracle linux
Oracle linux
added 2024/11/13 12:00 a.m.293 views

libsoup security update

2.62.3-6 - Backport upstream patch for CVE-2024-52530 - HTTP request smuggling via stripping null bytes from the ends of header names - Backport upstream patch for CVE-2024-52530 - infinite loop while reading websocket data - Resolves: RHEL-67076 - Resolves: RHEL-67067...

7.5CVSS7AI score0.00926EPSS
SaveExploits1
AlmaLinux
AlmaLinux
added 2024/11/13 12:00 a.m.39 views

Important: libsoup security update

The libsoup packages provide an HTTP client and server library for GNOME. Security Fixes: libsoup: infinite loop while reading websocket data CVE-2024-52532 libsoup: HTTP request smuggling via stripping null bytes from the ends of header names CVE-2024-52530 For more details about the security...

7.5CVSS6.8AI score0.00926EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2024/11/12 1:13 a.m.15 views

CVE-2024-52530

A flaw was found in the Libsoup library. When Libsoup parses HTTP headers, it ignores null bytes at the end of header names. Thus, Transfer-Encoding: chunked is equivalent to Transfer-Encoding\x00: chunked. This issue allows request smuggling when Libsoup is used in a service behind a reverse pro...

7.5CVSS7.3AI score0.00776EPSS
SaveExploits1References6
OSV
OSV
added 2024/11/11 8:15 p.m.11 views

AZL-53036 CVE-2024-52530 affecting package libsoup for versions less than 3.0.4-2

GNOME libsoup before 3.6.0 allows HTTP request smuggling in some configurations because '\0' characters at the end of header names are ignored, i.e., a "Transfer-Encoding\0: chunked" header is treated the same as a "Transfer-Encoding: chunked" header...

7.5CVSS6.9AI score0.00776EPSS
SaveExploits1References1
Rows per page
Query Builder