Lucene search
+L

39541 matches found

Snyk
Snyk
added 2026/04/29 6:22 p.m.8 views

Integer Overflow or Wraparound

Overview Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the WAV file processing path when the multiplication of samplesperblock and blocks exceeds the maximum value for a 32-bit integer, resulting in an integer overflow before assignment to a 64-bit variable...

7.5CVSS6AI score0.00504EPSS
SaveExploits1References2
NVD
NVD
added 2026/04/29 4:16 p.m.12 views

CVE-2026-37555

An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path line 241 was fixed with sfcountt cast, but the WAV code path line 235 and close path line 167 were not. When samplesperblock int blocks int exceeds INTMAX, the 32-bit multiplication overflows before being assigned to...

8.2CVSS0.00504EPSS
SaveExploits1References20
UbuntuCve
UbuntuCve
added 2026/04/29 2:00 p.m.11 views

CVE-2026-6276

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/29 2:00 p.m.10 views

UBUNTU-CVE-2026-6276

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2026/04/29 12:45 p.m.15 views

ovn: ovn: Heap Over-Read in ICMP Error Response Generation

When generating an ICMP Destination Unreachable or Packet Too Big response, the handler copies a portion of the original packet into the ICMP error body using the IP header's self-declared total length iptotlen for IPv4, ip6plen for IPv6 without validating it against the actual packet buffer size...

6.5CVSS5.5AI score0.00629EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/29 12:11 p.m.13 views

CVE-2026-40560

A flaw was found in Starman. Starman versions before 0.4018 for Perl incorrectly prioritize the "Content-Length" header over "Transfer-Encoding: chunked" when both are present in an HTTP request, violating RFC 7230 3.3.3. A remote attacker could exploit this improper header precedence to perform...

7.5CVSS5.3AI score0.00487EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/04/29 12:00 p.m.9 views

CVE-2026-40685

In Exim before 4.99.2, when JSON lookup is enabled, an out-of-bounds heap write can occur when a JSON operator encounters malformed JSON in an untrusted header, because of an incorrect implementation of \ skipping...

9.8CVSS6AI score0.00321EPSS
SaveExploits0References4
RustSec
RustSec
added 2026/04/29 12:00 p.m.18 views

DNS rebinding vulnerability in rmcp Streamable HTTP server transport

Prior to version 1.4.0, the rmcp crate's Streamable HTTP server transport did not validate the incoming Host header. This allowed a malicious public website, via a DNS rebinding attack, to send requests to an MCP server running on the victim's loopback or private-network interface. An attacker wh...

8.8CVSS5.8AI score0.00213EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2026/04/29 12:00 p.m.13 views

RUSTSEC-2026-0189 DNS rebinding vulnerability in rmcp Streamable HTTP server transport

Prior to version 1.4.0, the rmcp crate's Streamable HTTP server transport did not validate the incoming Host header. This allowed a malicious public website, via a DNS rebinding attack, to send requests to an MCP server running on the victim's loopback or private-network interface. An attacker wh...

8.8CVSS5.8AI score0.00213EPSS
SaveExploits0References7
OSV
OSV
added 2026/04/29 12:00 p.m.12 views

UBUNTU-CVE-2026-40685

In Exim before 4.99.2, when JSON lookup is enabled, an out-of-bounds heap write can occur when a JSON operator encounters malformed JSON in an untrusted header, because of an incorrect implementation of \ skipping...

9.8CVSS6AI score0.00321EPSS
SaveExploits0References5
CVE
CVE
added 2026/04/29 11:44 a.m.194 views

CVE-2026-42249

CVE-2026-42249 affects Ollama for Windows and is a remote code execution in the update mechanism caused by improper handling of attacker-controlled HTTP response headers. Update file paths are built from header-derived values and passed to filepath.Join, enabling path traversal (../) and writing ...

9.8CVSS6.5AI score0.00625EPSS
SaveExploits1References2Affected Software1
NCSC
NCSC
added 2026/04/29 8:12 a.m.27 views

Vulnerabilities handled in Apache Camel

The Apache Software Foundation has identified vulnerabilities in Apache Camel. These vulnerabilities exist in various components of Apache Camel. The issues include insecure deserialization, insufficient filtering of email headers, incorrect authentication path matching, and improper processing o...

9.9CVSS6.1AI score0.06157EPSS
SaveExploits11References9
curl security advisories
curl security advisories
added 2026/04/29 8:00 a.m.39 views

cross-proxy Digest auth state leak

Successfully using libcurl to do a transfer over a specific HTTP proxy proxyA with Digest authentication and then changing the proxy host to a second one proxyB for a second transfer, reusing the same handle, makes libcurl wrongly pass on the Proxy-Authorization: header field meant for proxyA, to...

5.3CVSS5.2AI score0.00471EPSS
SaveExploits1References1Affected Software2
OSV
OSV
added 2026/04/29 8:00 a.m.12 views

CURL-CVE-2026-7168 cross-proxy Digest auth state leak

Successfully using libcurl to do a transfer over a specific HTTP proxy proxyA with Digest authentication and then changing the proxy host to a second one proxyB for a second transfer, reusing the same handle, makes libcurl wrongly pass on the Proxy-Authorization: header field meant for proxyA, to...

5.3CVSS5.4AI score0.00471EPSS
SaveExploits1
curl security advisories
curl security advisories
added 2026/04/29 8:00 a.m.41 views

stale custom cookie host causes cookie leak

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

7.5CVSS5.2AI score0.00295EPSS
SaveExploits1References1Affected Software2
OSV
OSV
added 2026/04/29 8:00 a.m.10 views

CURL-CVE-2026-6276 stale custom cookie host causes cookie leak

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second reques...

7.5CVSS5.3AI score0.00295EPSS
SaveExploits1
OSV
OSV
added 2026/04/29 7:10 a.m.15 views

CLSA-2026-1777446601 Fix CVE(s): CVE-2020-13935

SECURITY UPDATE: denial of service via crafted WebSocket frame with a 64-bit payload length whose most significant bit is set. The extended payload length read in WsFrameBase.processRemainingHeader was assembled into a Java long without validation. With bit 63 set the value became negative, which...

7.5CVSS6.8AI score0.86608EPSS
SaveExploits2References1
GithubExploit
GithubExploit
added 2026/04/29 3:52 a.m.156 views

Exploit for Command Injection in Github Enterprise_Server

CVE-2026-3854 PoC — GitHub RCE via X-Stat Push Option Injectio...

8.8CVSS6.3AI score0.40027EPSS
SaveExploits5
OSV
OSV
added 2026/04/29 12:16 a.m.29 views

DEBIAN-CVE-2026-40560

Starman versions before 0.4018 for Perl allows HTTP Request Smuggling via Improper Header Precedence. Starman incorrectly prioritizes "Content-Length" over "Transfer-Encoding: chunked" when both headers are present in an HTTP request. Per RFC 7230 3.3.3, Transfer-Encoding must take precedence. An...

7.5CVSS5.4AI score0.00487EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/29 12:00 a.m.12 views

PT-2026-35895

Name of the Vulnerable Software and Affected Versions curl affected versions not specified Description When using libcurl, a flaw exists where a custom Host: header set for an initial HTTP request can cause subsequent requests using the same easy handle to use stale information. If the second...

7.5CVSS5.2AI score0.00719EPSS
SaveExploits4References62
Rows per page
Query Builder