Lucene search
+L

1427 matches found

Github Security Blog
Github Security Blog
added 2025/03/21 10:04 p.m.51 views

jwt-go allows excessive memory allocation during header parsing

Summary Function parse.ParseUnverified currently splits via a call to strings.Split its argument which is untrusted data on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs...

7.5CVSS7.1AI score0.00723EPSS
SaveExploits0References6Affected Software3
Cvelist
Cvelist
added 2025/03/21 9:42 p.m.146 views

CVE-2025-30204 jwt-go allows excessive memory allocation during header parsing

golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits via a call to strings.Split its argument which is untrusted data on periods. As a result, in the face of a malicious request whose...

7.5CVSS0.00723EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/18 12:00 a.m.43 views

PHP 8.3.x < 8.3.19 Multiple Vulnerabilities

According to its self-reported version number, the version of PHP installed on the remote host is 8.1.x prior to 8.1.32, 8.2.x prior to 8.2.28, 8.3.x prior to 8.3.19, or 8.4.x prior to 8.4.5. It is, therefore, affected by multiple vulnerabilities: - libxml streams use wrong content-type header wh...

9.8CVSS6.4AI score0.00825EPSS
SaveExploits2References6
Tenable Nessus
Tenable Nessus
added 2025/03/18 12:00 a.m.43 views

PHP 8.1.x < 8.1.32 Multiple Vulnerabilities

According to its self-reported version number, the version of PHP installed on the remote host is 8.1.x prior to 8.1.32, 8.2.x prior to 8.2.28, 8.3.x prior to 8.3.19, or 8.4.x prior to 8.4.5. It is, therefore, affected by multiple vulnerabilities: - libxml streams use wrong content-type header wh...

9.8CVSS6.4AI score0.00825EPSS
SaveExploits2References6
SUSE CVE
SUSE CVE
added 2025/03/16 2:48 a.m.8 views

SUSE CVE-2025-1734

In PHP from 8.1. before 8.1.32, from 8.2. before 8.2.28, from 8.3. before 8.3.19, from 8.4. before 8.4.5, when receiving headers from HTTP server, the headers missing a colon : are treated as valid headers even though they are not. This may confuse applications into accepting invalid headers...

5.3CVSS7AI score0.00484EPSS
SaveExploits0References15
OSV
OSV
added 2025/03/14 12:00 a.m.13 views

UBUNTU-CVE-2025-1734

In PHP from 8.1. before 8.1.32, from 8.2. before 8.2.28, from 8.3. before 8.3.19, from 8.4. before 8.4.5, when receiving headers from HTTP server, the headers missing a colon : are treated as valid headers even though they are not. This may confuse applications into accepting invalid headers...

6.3CVSS6.6AI score0.00484EPSS
SaveExploits0References6
OSV
OSV
added 2025/03/07 11:08 a.m.8 views

OESA-2025-1250 python-aiohttp security update

Async http client/server framework asyncio. Security Fixes: aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. The HTTP parser in AIOHTTP has numerous problems with header parsing, which could lead to request smuggling. This parser is only used when AIOHTTPNOEXTENSION...

7.5CVSS6.5AI score0.76875EPSS
SaveExploits21References7
OSV
OSV
added 2025/03/03 5:15 p.m.10 views

CVE-2025-1876

A vulnerability, which was classified as critical, has been found in D-Link DAP-1562 1.10. Affected by this issue is the function httprequestparse of the component HTTP Header Handler. The manipulation of the argument Authorization leads to stack-based buffer overflow. The attack may be launched...

9.8CVSS6.4AI score0.03485EPSS
SaveExploits1References5
OSV
OSV
added 2025/02/28 11:08 a.m.8 views

OESA-2025-1222 golang security update

. Security Fixes: HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more...

8.1CVSS7.1AI score0.01888EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/28 11:08 a.m.10 views

OESA-2025-1221 golang security update

. Security Fixes: HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more...

8.1CVSS7.1AI score0.01888EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/02/26 12:00 a.m.19 views

PT-2025-70: Heap-based buffer overflow during HTTP-header parsing in LCD KVM over IP switch CL5708IM

The vulnerability was identified in LCD KVM over IP switch CL5708IM firmware version v2.2.215. The discovered vulnerability allows an attacker to cause a denial‑of‑service attack. A heap‑based buffer overflow occurs during HTTP‑header parsing, enabling unauthenticated remote attacker to corrupt...

8.7CVSS6AI score0.00994EPSS
SaveExploits0References2
OSV
OSV
added 2025/02/25 10:03 a.m.15 views

CLSA-2025-1740477793 python3.11: Fix of CVE-2024-6232

CVE-2024-6232: fix excessive backtracking in tarfile.TarFile header parsing to address ReDoS vulnerability...

7.5CVSS6.8AI score0.02203EPSS
SaveExploits2References1
RedHat Linux
RedHat Linux
added 2025/02/24 1:20 a.m.12 views

python: cpython: tarfile: ReDos via excessive backtracking while parsing header values

A regular expression denial of service ReDos vulnerability was found in Python's tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive...

7.5CVSS7.2AI score0.02203EPSS
SaveExploits2References7
OSV
OSV
added 2025/02/18 6:48 p.m.17 views

CLSA-2025-1739904482 Fix CVE(s): CVE-2024-6232, CVE-2024-6923

SECURITY UPDATE: Regular expressions that allowed excessive backtracking during tarfile - debian/patches/CVE-2024-6232.patch: Fix header parsing vulnerability that could lead to ReDoS - CVE-2024-6923...

7.5CVSS6.8AI score0.02203EPSS
SaveExploits2References1
OSV
OSV
added 2025/02/13 10:15 p.m.10 views

CVE-2023-34400

Mercedes-Benz head-unit NTG6 contains functions to import or export profile settings over USB. In case of parsing file, service try to define header inside the file and convert it to null-terminated string. If character is missed, will return null pointer...

7.5CVSS5.8AI score0.00662EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/02/13 12:00 a.m.15 views

PT-2025-6486 · Mercedes Benz · Mercedes-Benz Head-Unit Ntg6

Name of the Vulnerable Software and Affected Versions: Mercedes-Benz head-unit NTG6 affected versions not specified Description: The issue concerns the Mercedes-Benz head-unit NTG6, which has functions to import or export profile settings over USB. When parsing a file, the service attempts to...

7.5CVSS7.7AI score0.00662EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2025/02/12 7:23 p.m.22 views

Inefficient Regular Expression Complexity in koa

Summary Koa uses an evil regex to parse the X-Forwarded-Proto and X-Forwarded-Host HTTP headers. This can be exploited to carry out a Denial-of-Service attack. PoC Coming soon. Impact This is a Regex Denial-of-Service attack and causes memory exhaustion. The regex should be improved and empty...

9.2CVSS6.7AI score0.00825EPSS
SaveExploits1References7Affected Software1
RedHat Linux
RedHat Linux
added 2025/02/05 5:51 a.m.10 views

libsoup: buffer overflow via UTF-8 conversion in soup_header_parse_param_list_strict

A flaw was found in the libsoup library. Decoding specially crafted UTF-8 input data with the soupheaderparseparamliststrict function can cause a heap-based buffer overflow, potentially resulting in code execution and denial of service to applications linked to the library...

8.4CVSS6.2AI score0.0068EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2025/02/05 1:10 a.m.12 views

CVE-2024-20877

Heap out-of-bound write vulnerability in parsing grid image header in libsavscmn.so prior to SMR Jun-2024 Release 1 allows local attackers to execute arbitrary code...

7.8CVSS7AI score0.00208EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/03 9:01 a.m.4 views

SUSE-SU-2025:20065-1 Security update for python311

This update for python311 fixes the following issues: - CVE-2024-8088: Fixed a denial of service in zipfile bsc1229704 - CVE-2024-6232: Fixed a ReDos via excessive backtracking while parsing header values bsc1230227 - CVE-2024-7592: Fixed a denial of service in the http.cookies module bsc1229596...

8.7CVSS6.8AI score0.02303EPSS
SaveExploits3References7
Rows per page
Query Builder