CVE-2024-28835
A flaw has been discovered in GnuTLS where an application crash can be induced when attempting to verify a specially crafted .pem bundle usi
CVSS
5.0
Medio
EPSS
0.4%
p33
KEV
—
Exploit Today
10
0-100
Publicado: 21 mar 2024 · Última mod.: 3 jul 2026 · CWE-248
0.4%EPSS · 30 días0.4%
2026-08-242026-09-21
A flaw has been discovered in GnuTLS where an application crash can be induced when attempting to verify a specially crafted .pem bundle using the "certtool --verify-chain" command.
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2024:1879
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2024:2570
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2024:2889
- access.redhat.comhttps://access.redhat.com/security/cve/CVE-2024-28835
- bugzilla.redhat.comhttps://bugzilla.redhat.com/show_bug.cgi?id=2269084
- lists.gnupg.orghttps://lists.gnupg.org/pipermail/gnutls-help/2024-March/004845.html
- www.openwall.comhttp://www.openwall.com/lists/oss-security/2024/03/22/1
- www.openwall.comhttp://www.openwall.com/lists/oss-security/2024/03/22/2
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2024:1879
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2024:2570
- access.redhat.comhttps://access.redhat.com/errata/RHSA-2024:2889
- access.redhat.comhttps://access.redhat.com/security/cve/CVE-2024-28835
- bugzilla.redhat.comhttps://bugzilla.redhat.com/show_bug.cgi?id=2269084
- lists.debian.orghttps://lists.debian.org/debian-lts-announce/2024/09/msg00019.html
- lists.gnupg.orghttps://lists.gnupg.org/pipermail/gnutls-help/2024-March/004845.html
- security.netapp.comhttps://security.netapp.com/advisory/ntap-20241122-0009/
CVECVSSEPSSKEVRExplotTítuloVis.
CVE-2026-946227.5 ALT—
———vLLM versions through 0.29.0 contain a denial of service vulnerability in the NIXL connector's metadata handling for prefill/decode disaggregated deployments. Attackers can send requests with incomplete kv_transfer_params dictionary entries to trigger an uncaught KeyError in EngineCore scheduling, causing the decode engine to terminate and making all routed requests fail until manual restart.18hCVE-2026-326417.5 ALT48.8%
——15Parseable is a log analytics platform built for high-volume data ingestion and analysis. Prior to 3.0.0, src/handlers/http/middleware.rs uses unwrap() while parsing the x-amz-firehose-common-attributes header before authentication. A remote unauthenticated attacker can supply non-UTF-8 header data, malformed JSON, or invalid derived header values that trigger a Rust panic and interrupt request handling, allowing repeated requests to deny service or cause container restart loops. This issue is fixed in version 3.0.0.19hCVE-2026-929548.6 ALT27.9%
——8vm2 is a sandbox library for running untrusted JavaScript in Node.js. In versions >= 3.10.0 and <= 3.11.7, Promises returned from the host realm into the sandbox are not marked as handled at the bridge boundary; only Promises created inside the sandbox are wrapped with a rejection-swallowing handler (lib/setup-sandbox.js), and the bridge only installs host-side rejection sanitizers when sandbox code calls .then/.catch/.finally. As a result, code running in the sandbox can invoke a host function that returns a rejected Promise (for example events.once() exposed via the NodeVM events builtin, or any embedder-provided Promise-returning API) and simply ignore the return value, leaving the host Promise unhandled so that Node.js's default unhandled-rejection behavior terminates the host process. This is an incomplete fix of GHSA-hw58-p9xv-2mjh. The issue is fixed in version 3.11.8.22hCVE-2026-82410—46.0%
——14Pocketbase is an open source web backend written in go. Prior to 0.22.48 and 0.39.7, PocketBase's panic-recovery middleware covers regular request handling but not internal child and worker goroutines. A panic in one of these internal goroutines can escape recovery and terminate the server process, causing a denial of service. The remediation introduces routine.SafeWrap to convert recovered panics into regular errors and applies it to the affected internal worker functions. This issue is fixed in versions 0.22.48 and 0.39.7.6dCVE-2026-920815.9 MED33.4%
——10fastify is a fast and low-overhead web framework for Node.js. In versions before 5.12.5, when a route registers a response trailer via reply.trailer() and is served over HTTP/2, fastify unconditionally sets the Transfer-Encoding: chunked header, which is forbidden on HTTP/2, so Node.js throws while serializing the response headers. The exception is not caught and becomes an uncaughtException, so a single unauthenticated HTTP/2 request to any route that uses trailers crashes the server process and drops all in-flight requests, and it can be repeated on every restart. The issue is fixed in fastify 5.12.5, and users should upgrade to 5.12.5 or later. As a workaround, avoid registering response trailers with reply.trailer() on routes served over HTTP/2 until upgrading.6dCVE-2026-61544—14.1%
——4libp2p-rust is the official Rust language implementation of the libp2p networking stack. Prior to 0.13.1, libp2p-quic could panic during an inbound QUIC handshake when a remote peer presented a valid short-lived libp2p TLS certificate and delayed the final TLS 1.3 handshake fragment until after the certificate expired. In the Quinn post-handshake upgrade path, transports/quic/src/connection/connecting.rs called libp2p_tls::certificate::parse a second time in remote_peer_id and used expect on the result. The repeated wall-clock validity check could reject the now-expired certificate, causing the expect call to terminate any application exposing an affected libp2p-quic listener. This vulnerability is fixed in 0.13.1.7d