Lucene search
+L

662566 matches found

Vulnrichment
Vulnrichment
added 2026/09/14 4:12 p.m.9 views

CVE-2026-15923 Infinite loop denial of service in Zephyr SDIO byte-I/O from a card-supplied zero max_blk_size

The Zephyr SDIO subsystem function sdioiorwextendedhelper in subsys/sd/sdio.c finishes transfers with a byte-I/O loop that uses size = MINremaining, func-cis.maxblksize as the per-iteration step. The value func-cis.maxblksize is decoded directly from the SDIO card's CIS FUNCE tuple in sdiodecodec...

4.6CVSS5.8AI score0.00167EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/14 4:12 p.m.6 views

EUVD-2026-77629

The Zephyr SDIO subsystem function sdioiorwextendedhelper in subsys/sd/sdio.c finishes transfers with a byte-I/O loop that uses size = MINremaining, func-cis.maxblksize as the per-iteration step. The value func-cis.maxblksize is decoded directly from the SDIO card's CIS FUNCE tuple in sdiodecodec...

4.6CVSS5.8AI score0.00167EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/14 4:12 p.m.6 views

CVE-2026-15923 Infinite loop denial of service in Zephyr SDIO byte-I/O from a card-supplied zero max_blk_size

The Zephyr SDIO subsystem function sdioiorwextendedhelper in subsys/sd/sdio.c finishes transfers with a byte-I/O loop that uses size = MINremaining, func-cis.maxblksize as the per-iteration step. The value func-cis.maxblksize is decoded directly from the SDIO card's CIS FUNCE tuple in sdiodecodec...

4.6CVSS5.8AI score
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/14 4:12 p.m.11 views

Important: Red Hat Security Advisory: podman security update

An update for podman is now available for Red Hat Enterprise Linux 9.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

5.7AI score0.07314EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/09/14 4:12 p.m.9 views

golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via resource leak from unsolicited SSH responses

A flaw was found in golang.org/x/crypto/ssh. A remote malicious SSH peer can exploit this by sending unsolicited global request responses, which fills an internal buffer and blocks the connection's read loop. This prevents the associated resources from being released, leading to a resource leak p...

5.9AI score0.00621EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2026/09/14 4:12 p.m.10 views

golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs

A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service DoS for the affected system...

5.8AI score0.00473EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/14 4:12 p.m.10 views

golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters

A flaw was found in golang.org/x/crypto/ssh. The RSA and DSA public key parsers in the affected component did not enforce size limits on key parameters. This vulnerability allows an unauthenticated client to provide a crafted public key with an excessively large modulus or DSA parameter during...

5.8AI score0.00467EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2026/09/14 4:12 p.m.7 views

CVE-2026-53496 ExifReader HEIC/AVIF ISO-BMFF parser throws uncaught RangeError on truncated boxes

ExifReader is a JavaScript Exif information parser. Prior to 4.40.1, ExifReader.load and the asynchronous file and URL loaders can pass attacker-supplied HEIC or AVIF data to the ISO-BMFF parser in src/image-header-iso-bmff.js, where findMetaBox and parseBox accept an eight-byte box header withou...

5.3CVSS5.7AI score0.00451EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/14 4:12 p.m.7 views

EUVD-2026-77628

ExifReader is a JavaScript Exif information parser. Prior to 4.40.1, ExifReader.load and the asynchronous file and URL loaders can pass attacker-supplied HEIC or AVIF data to the ISO-BMFF parser in src/image-header-iso-bmff.js, where findMetaBox and parseBox accept an eight-byte box header withou...

5.3CVSS5.7AI score0.00451EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/14 4:12 p.m.7 views

CVE-2026-53496 ExifReader HEIC/AVIF ISO-BMFF parser throws uncaught RangeError on truncated boxes

ExifReader is a JavaScript Exif information parser. Prior to 4.40.1, ExifReader.load and the asynchronous file and URL loaders can pass attacker-supplied HEIC or AVIF data to the ISO-BMFF parser in src/image-header-iso-bmff.js, where findMetaBox and parseBox accept an eight-byte box header withou...

5.3CVSS5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/14 4:12 p.m.31 views

CVE-2026-53496 ExifReader HEIC/AVIF ISO-BMFF parser throws uncaught RangeError on truncated boxes

ExifReader is a JavaScript Exif information parser. Prior to 4.40.1, ExifReader.load and the asynchronous file and URL loaders can pass attacker-supplied HEIC or AVIF data to the ISO-BMFF parser in src/image-header-iso-bmff.js, where findMetaBox and parseBox accept an eight-byte box header withou...

5.3CVSS0.00451EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/14 4:11 p.m.38 views

CVE-2026-84445 gRPC-Go: Denial of Service (DoS) via crash due to missing `:authority` and `Host` headers in the xDS servers

gRPC-Go is the Go language implementation of gRPC. Prior to 1.82.2 and 1.83.2, servers created with xds.NewGRPCServer allow internal/transport/http2server.go to accept an RPC containing neither the :authority header nor the Host header, while RouteAndProcess in internal/xds/server/routing.go...

8.7CVSS0.00685EPSS
SaveExploits0References10
CVE
CVE
added 2026/09/14 4:11 p.m.84 views

CVE-2026-84445

CVE-2026-84445 affects gRPC-Go prior to versions 1.82.2 and 1.83.2 . Servers created via xds.NewGRPCServer() accept RPCs containing neither the :authority nor Host header. The RouteAndProcess function in internal/xds/server/routing.go then assumes an authority value exists and indexes an empty sl...

8.7CVSS5.8AI score0.00685EPSS
SaveExploits0References10
OSV
OSV
added 2026/09/14 4:11 p.m.23 views

CVE-2026-84445 gRPC-Go: Denial of Service (DoS) via crash due to missing `:authority` and `Host` headers in the xDS servers

gRPC-Go is the Go language implementation of gRPC. Prior to 1.82.2 and 1.83.2, servers created with xds.NewGRPCServer allow internal/transport/http2server.go to accept an RPC containing neither the :authority header nor the Host header, while RouteAndProcess in internal/xds/server/routing.go...

8.7CVSS5.8AI score
SaveExploits0References12
EUVD
EUVD
added 2026/09/14 4:09 p.m.8 views

EUVD-2026-77624

node-opcua is an OPC UA implementation for TypeScript and Node.js. Prior to 2.166.0, the process-global galreadyUsedNonce cache used by nonceAlreadyBeenUsed in packages/node-opcua-secure-channel/source/server/serversecurechannellayer.ts records nonces from OpenSecureChannelRequest and CreateSessi...

7.5CVSS6AI score0.00548EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/09/14 4:09 p.m.8 views

CVE-2026-54156 node-opcua: Unbounded nonce cache enables unauthenticated heap exhaustion DoS

node-opcua is an OPC UA implementation for TypeScript and Node.js. Prior to 2.166.0, the process-global galreadyUsedNonce cache used by nonceAlreadyBeenUsed in packages/node-opcua-secure-channel/source/server/serversecurechannellayer.ts records nonces from OpenSecureChannelRequest and CreateSessi...

7.5CVSS6AI score0.00548EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/14 4:09 p.m.30 views

CVE-2026-54156

node-opcua (an OPC UA implementation for TypeScript/Node.js) versions >=2.1.9 through

7.5CVSS6AI score0.00548EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/09/14 4:05 p.m.5 views

CVE-2026-57497 webtransport-go: Memory Exhaustion Attack due to Buffering of Unknown Capsules

webtransport-go is an implementation of the WebTransport protocol. Prior to 0.11.1, Session.parseNextCapsule in session.go skips an unknown WebTransport capsule on the HTTP/3 request stream by calling io.ReadAll on the capsule reader, retaining the complete declared capsule body in memory. A...

5.3CVSS5.8AI score0.00469EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/14 4:05 p.m.31 views

CVE-2026-57497 webtransport-go: Memory Exhaustion Attack due to Buffering of Unknown Capsules

webtransport-go is an implementation of the WebTransport protocol. Prior to 0.11.1, Session.parseNextCapsule in session.go skips an unknown WebTransport capsule on the HTTP/3 request stream by calling io.ReadAll on the capsule reader, retaining the complete declared capsule body in memory. A...

5.3CVSS0.00469EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/14 3:55 p.m.18 views

CVE-2026-90996

sssd (System Security Services Daemon) is vulnerable to a denial-of-service condition in its NSS (Network Security Services) responder . A local unprivileged user can send a specially crafted request with a zero-length body , causing the NSS responder to become unstable or terminate, degrading th...

4CVSS5.6AI score0.0011EPSS
SaveExploits0References2
Rows per page
Query Builder