Lucene search
+L

37748 matches found

NVD
NVD
added 2026/07/21 8:17 p.m.14 views

CVE-2026-47667

CImg Library is a C++ library for image processing. Prior to version 4.0.0 in loadanalyze, the headersize field is read as an unsigned int from the first 4 bytes of an Analyze/NIfTI file and passed directly to new unsigned charheadersize without being bounded against the actual file size. A value...

7.5CVSS0.00426EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 7:57 p.m.31 views

CVE-2026-47667 CImg Library: Uncontrolled Memory Allocation and Memory Leak in `_load_analyze()` via Crafted NIfTI/Analyze Header

CImg Library is a C++ library for image processing. Prior to version 4.0.0 in loadanalyze, the headersize field is read as an unsigned int from the first 4 bytes of an Analyze/NIfTI file and passed directly to new unsigned charheadersize without being bounded against the actual file size. A value...

7.5CVSS0.00426EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 7:57 p.m.10 views

CVE-2026-47667

CVE-2026-47667 affects the CImg Library prior to 4.0.0. In _load_analyze(), header_size is read as an unsigned int from the first 4 bytes of an Analyze/NIfTI header and passed directly to new unsigned char[header_size] without bounding to the actual file size. Values up to ~4 GB are accepted; if ...

7.5CVSS5.6AI score0.00426EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 7:57 p.m.5 views

CVE-2026-47667 CImg Library: Uncontrolled Memory Allocation and Memory Leak in `_load_analyze()` via Crafted NIfTI/Analyze Header

CImg Library is a C++ library for image processing. Prior to version 4.0.0 in loadanalyze, the headersize field is read as an unsigned int from the first 4 bytes of an Analyze/NIfTI file and passed directly to new unsigned charheadersize without being bounded against the actual file size. A value...

7.5CVSS5.6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/21 7:57 p.m.10 views

CVE-2026-47667

CImg Library is a C++ library for image processing. Prior to version 4.0.0 in loadanalyze, the headersize field is read as an unsigned int from the first 4 bytes of an Analyze/NIfTI file and passed directly to new unsigned charheadersize without being bounded against the actual file size. A value...

7.5CVSS5.5AI score0.00426EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/07/21 7:32 p.m.6 views

CVE-2026-63869

A flaw was found in the Linux kernel's mac80211 WiFi subsystem. This vulnerability allows an attacker to cause undefined behavior by injecting a specially crafted frame with an invalid radiotap header. This can lead to system instability or a denial of service DoS, potentially causing the system ...

7.6CVSS5.3AI score0.00211EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 7:17 p.m.6 views

UBUNTU-CVE-2026-12547

SoupAuthManager caches proxy authentication credentials without scoping them to the proxy authority host:port. When the proxy configuration changes e.g., via system settings or WPAD, cached Proxy-Authorization headers from the previous proxy are sent to the new proxy, leaking credentials...

3.4CVSS5.8AI score0.00228EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/21 7:7 p.m.10 views

OpenTelemetry JavaScript: Denial of service in `JaegerPropagator` via unhandled exception on a malformed header

Summary @opentelemetry/propagator-jaeger decodes incoming HTTP header values with decodeURIComponent without handling decode errors. A single request carrying a malformed percent-encoded value for example a bare % in an uber-trace-id or uberctx- header throws an uncaught URIError, terminating any...

7.5CVSS5.4AI score0.00455EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/21 7:7 p.m.6 views

GHSA-45RX-2JWX-CXFR OpenTelemetry JavaScript: Denial of service in `JaegerPropagator` via unhandled exception on a malformed header

Summary @opentelemetry/propagator-jaeger decodes incoming HTTP header values with decodeURIComponent without handling decode errors. A single request carrying a malformed percent-encoded value for example a bare % in an uber-trace-id or uberctx- header throws an uncaught URIError, terminating any...

7.5CVSS5.4AI score0.00455EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/21 7:3 p.m.8 views

CVE-2026-59141

Data::RadixTree::Shared versions before 0.02 for Perl allow an out-of-bounds read via unvalidated node and arena indices in rdxfindlocked. The attach-time validator rdxvalidateheader checks the header scalars and region layout against the file size, but does not validate the node records it then...

5.2AI score0.00337EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 6:35 p.m.22 views

CVE-2026-12547

CVE-2026-12547 concerns Libsoup's SoupAuthManager, which caches proxy authentication credentials without scoping them to the proxy authority (host:port). When proxy settings change (e.g., system settings or WPAD), cached Proxy-Authorization headers from the previous proxy may be sent to the new p...

3.4CVSS5.4AI score0.00228EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 6:35 p.m.27 views

CVE-2026-12547 Libsoup: information disclosure in libsoup via soupauthmanager proxy credential leak on proxy switch

SoupAuthManager caches proxy authentication credentials without scoping them to the proxy authority host:port. When the proxy configuration changes e.g., via system settings or WPAD, cached Proxy-Authorization headers from the previous proxy are sent to the new proxy, leaking credentials...

3.4CVSS0.00228EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/21 6:34 p.m.14 views

websocket-driver-ruby: Denial of service via malformed Host header

Impact If this library is used to implement a WebSocket server on top of a TCP server, by using the WebSocket::Driver.server method, then a client can cause the server to crash by sending a Host header that is not a valid host:port string. When this happens, a URI::InvalidURIError exception is...

5.5AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/21 6:34 p.m.6 views

GHSA-2X63-GW47-W4MM websocket-driver-ruby: Denial of service via malformed Host header

Impact If this library is used to implement a WebSocket server on top of a TCP server, by using the WebSocket::Driver.server method, then a client can cause the server to crash by sending a Host header that is not a valid host:port string. When this happens, a URI::InvalidURIError exception is...

8.9CVSS5.5AI score
SaveExploits0References3
Patchstack
Patchstack
added 2026/07/21 6:18 p.m.11 views

NPM: Hono: API Gateway v1 adapter can drop a distinct repeated request header value during de-duplication

NPM: Hono: API Gateway v1 adapter can drop a distinct repeated request header value during de-duplication vulnerability discovered by ? in WordPress Npm hono versions = 4.3.3, 4.12.27...

5.3CVSS5.2AI score0.00126EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/21 6:18 p.m.11 views

Hono: API Gateway v1 adapter can drop a distinct repeated request header value during de-duplication

Summary The AWS API Gateway v1 adapter can drop a distinct repeated request header value. When a header appears multiple times, the adapter de-duplicates values using a substring comparison instead of an exact match, so a value that is a substring of another value of the same header is omitted fo...

5.3CVSS5.4AI score0.00126EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/21 6:18 p.m.4 views

GHSA-XGM2-5F3F-MVVC Hono: API Gateway v1 adapter can drop a distinct repeated request header value during de-duplication

Summary The AWS API Gateway v1 adapter can drop a distinct repeated request header value. When a header appears multiple times, the adapter de-duplicates values using a substring comparison instead of an exact match, so a value that is a substring of another value of the same header is omitted fo...

4.8CVSS5.4AI score0.00126EPSS
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/21 6:8 p.m.5 views

Security Bulletin: XSS Security Vulnerability in response header affects IBM Sterling B2B Integrator and IBM Sterling File Gateway (CVE-2025-36431)

Summary IBM Sterling B2B Integrator and IBM Sterling File Gateway have addressed XSS vulnerability. Vulnerability Details CVEID:CVE-2025-36431 DESCRIPTION: IBM Sterling File Gateway is vulnerable to cross-site scripting. This vulnerability allows an authenticated user to embed arbitrary JavaScrip...

5.4CVSS5AI score0.00162EPSS
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
added 2026/07/21 4:41 p.m.6 views

CVE-2026-63992

A flaw was found in the Linux kernel's tunnels module. This vulnerability occurs when the iptunnelpmtudcheckicmp function is called without the skb transport header being properly set. An attacker could exploit this condition to trigger an out-of-bound memory access, which may lead to system...

9.1CVSS5.3AI score0.00514EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/21 4:17 p.m.9 views

CVE-2026-56586

HCL IEM was affected with X-Content-Type-Options Header Missing. It may enable attackers to perform SSL stripping or man-in-the-middle attacks and intercept sensitive data...

4.2CVSS0.00122EPSS
SaveExploits0References1
Rows per page
Query Builder