Lucene search
K

26 matches found

Cvelist
Cvelist
added 2026/03/07 4:8 p.m.24 views

CVE-2026-29076 cpp-httplib: Stack Overflow Denial of Service (DoS) via std::regex in multipart filename parsing

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to version 0.37.0, cpp-httplib uses std::regex libstdc++ to parse RFC 5987 encoded filename values in multipart Content-Disposition headers. The regex engine in libstdc++ implements backtracking via deep...

5.9CVSS0.00078EPSS
Exploits1References3
OSV
OSV
added 2026/03/02 9:36 a.m.6 views

CLSA-2026-1772444161 python2: Fix of 2 CVEs

CVE-2026-1299: raise exceptions for malformed input to prevent processing invalid or dangerous headers - CVE-2024-6923: encode newlines in headers and verify headers are sound...

6CVSS6.8AI score0.00238EPSS
Exploits0References1
OSV
OSV
added 2026/02/27 11:33 a.m.4 views

CLSA-2026-1772192033 python2: Fix of 2 CVEs

CVE-2026-1299: raise exceptions for malformed input to prevent processing invalid or dangerous headers - CVE-2024-6923: encode newlines in headers and verify headers are sound...

6CVSS6.9AI score0.00238EPSS
Exploits0References1
OSV
OSV
added 2026/02/24 9:39 a.m.4 views

CLSA-2026-1771925958 python2: Fix of 2 CVEs

CVE-2026-1299: reject email header values containing newlines without whitespace to prevent header injection and info leak via the buffer protocol - CVE-2024-6923: ensure email headers are encoded and verified correctly, raising exceptions for malformed input to prevent processing of invalid or...

6CVSS7.3AI score0.00238EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2026/01/31 12:0 a.m.3 views

EulerOS Virtualization 2.10.1 : python3 (EulerOS-SA-2026-1141)

According to the versions of the python3 packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : There is a defect in the CPython 'tarfile' module affecting the 'TarFile' extraction and entry enumeration APIs. The tar...

7.5CVSS6.7AI score0.01007EPSS
Exploits0References6
EUVD
EUVD
added 2026/01/07 4:10 p.m.2 views

EUVD-2026-1415

The credentials required to access the device's web server are sent in base64 within the HTTP headers. Since base64 is not considered a strong cipher, an attacker could intercept the web request handling the login and obtain the credentials...

6.9CVSS6.3AI score0.00007EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.3 views

EulerOS 2.0 SP11 : python3 (EulerOS-SA-2025-2469)

According to the versions of the python3 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : During an address list folding when a separating comma ends up on a folded line and that line is to be unicode-encoded then the separator itself ...

7.5CVSS6.4AI score0.01007EPSS
Exploits0References5
OSV
OSV
added 2025/09/19 1:13 p.m.5 views

OESA-2025-2304 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

7.5CVSS6.3AI score0.01012EPSS
Exploits8References6
Tenable Nessus
Tenable Nessus
added 2025/08/24 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2016-2216

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The HTTP header parsing code in Node.js 0.10.x before 0.10.42, 0.11.6 through 0.11.16, 0.12.x before 0.12.10, 4.x before 4.3.0, and 5.x before 5.6.0 allows remo...

7.5CVSS8.1AI score0.01835EPSS
Exploits0References2
OSV
OSV
added 2025/06/16 12:31 p.m.1 views

USN-7570-1 python3.13, python3.12, python3.11, python3.10, python3.9, python3.8, python3.7, python3.6 vulnerabilities

It was discovered that Python incorrectly handled certain unicode characters during decoding. An attacker could possibly use this issue to cause a denial of service. CVE-2025-4516 It was discovered that Python incorrectly handled unicode encoding of email headers with list separators in folded...

5.9CVSS6.5AI score0.00753EPSS
Exploits0References3
OSV
OSV
added 2025/03/21 2:17 p.m.8 views

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

This update for python311 fixes the following issues: - CVE-2025-1795: Fixed mishandling of comma during folding and unicode-encoding of email headers bsc1238450...

2.3CVSS7.2AI score0.00753EPSS
Exploits0References4
SUSE Linux
SUSE Linux
added 2025/03/17 3:21 p.m.1 views

Security update for python312

This update for python312 fixes the following issues: CVE-2025-1795: Fixed mishandling of comma during folding and unicode-encoding of email headers bsc1238450. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

3.1CVSS4.3AI score0.00753EPSS
Exploits0References6
OSV
OSV
added 2025/03/17 3:21 p.m.7 views

SUSE-SU-2025:0883-1 Security update for python312

This update for python312 fixes the following issues: - CVE-2025-1795: Fixed mishandling of comma during folding and unicode-encoding of email headers bsc1238450...

2.3CVSS6.8AI score0.00753EPSS
Exploits0References4
Amazon
Amazon
added 2025/03/06 12:0 a.m.2 views

Medium: python3.11

Issue Overview: A vulnerability has been found in the CPython venv module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts ie "source venv/bin/activate". This means...

7.8CVSS7.7AI score0.01639EPSS
Exploits0
OSV
OSV
added 2024/09/11 12:46 p.m.4 views

CLSA-2024-1726058773 python3: Fix of CVE-2024-6923

CVE-2024-6923: encode newlines in headers, verify headers are well-formed...

5.5CVSS6.8AI score0.00238EPSS
Exploits0References1
Snyk
Snyk
added 2024/08/06 10:54 a.m.2 views

Expected Behavior Violation

Overview Affected versions of this package are vulnerable to Expected Behavior Violation via the HPackParser function when the gRPC client is communicating with an HTTP/2 proxy, allowing the attacker to poison the HPACK table. By manipulating the header encoding and poisoning the HPACK table...

6.3CVSS6.9AI score0.00038EPSS
Exploits1References2
Snyk
Snyk
added 2024/08/06 10:54 a.m.2 views

Expected Behavior Violation

Overview Affected versions of this package are vulnerable to Expected Behavior Violation via the HPackParser function when the gRPC client is communicating with an HTTP/2 proxy, allowing the attacker to poison the HPACK table. By manipulating the header encoding and poisoning the HPACK table...

6.3CVSS6.9AI score0.00038EPSS
Exploits1References2
Microsoft CVE
Microsoft CVE
added 2024/06/30 2:0 p.m.4 views

PHP mb_encode_mimeheader runs endlessly for some inputs

...

7.5CVSS8.5AI score0.00625EPSS
Exploits1
OSV
OSV
added 2023/04/24 3:24 p.m.1 views

CVE-2023-24822 RIOT-OS vulnerable to Null Pointer dereference during IPHC encoding

RIOT-OS, an operating system that supports Internet of Things devices, contains a network stack with the ability to process 6LoWPAN frames. Prior to version 2022.10, an attacker can send a crafted frame to the device resulting in a NULL pointer dereference while encoding a 6LoWPAN IPHC header. Th...

7.5CVSS6.8AI score0.00503EPSS
Exploits0References5
CNNVD
CNNVD
added 2023/04/24 12:0 a.m.2 views

RIOT RIOT-OS 代码问题漏洞

RIOT RIOT-OS is a set of operating systems used in the IoT space. A code issue vulnerability exists in RIOT RIOT-OS versions prior to 2022.10, which can be exploited by an attacker to allow a device to send crafted frames that result in NULL pointer dereferences when encoding the 6LoWPAN IPHC...

7.5CVSS7.4AI score0.00503EPSS
Exploits0References4
Rows per page
Query Builder