Lucene search
+L

880 matches found

NVD
NVD
added 2026/09/23 5:17 p.m.4 views

CVE-2026-95842

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, SessionEventLoop.run catches only InterruptedException, and SessionEventLoopGroup does not restart a terminated loop. An MQTT command that raises an uncaught exception can terminate an event loop shared by multiple client sessions,...

8.7CVSS0.00382EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/23 4:29 p.m.2 views

CVE-2026-95842

The Moquette Java MQTT broker is vulnerable to a Denial of Service (DoS) condition in versions prior to 0.18.1 . The root cause is that SessionEventLoop.run only catches InterruptedException, and SessionEventLoopGroup fails to restart a terminated loop. Consequently, an MQTT command triggering an...

8.7CVSS5.8AI score0.00382EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/23 4:29 p.m.0 views

CVE-2026-95842 Moquette uncaught MQTT command exceptions can terminate shared session event loops

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, SessionEventLoop.run catches only InterruptedException, and SessionEventLoopGroup does not restart a terminated loop. An MQTT command that raises an uncaught exception can terminate an event loop shared by multiple client sessions,...

8.7CVSS5.8AI score0.00506EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/22 8:17 p.m.11 views

CVE-2026-62985

request-filtering-agent is an https.Agent implementation that blocks requests to Private/Reserved IP addresses. Prior to 3.2.1, RequestFilteringHttpAgent and RequestFilteringHttpsAgent synchronously threw from createConnection when rejecting a literal private-IP host such as 169.254.169.254 or...

7.5CVSS0.00464EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/22 7:13 p.m.4 views

EUVD-2026-84679

request-filtering-agent is an https.Agent implementation that blocks requests to Private/Reserved IP addresses. Prior to 3.2.1, RequestFilteringHttpAgent and RequestFilteringHttpsAgent synchronously threw from createConnection when rejecting a literal private-IP host such as 169.254.169.254 or...

7.5CVSS5.8AI score0.00464EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/22 7:13 p.m.11 views

CVE-2026-62985

The request-filtering-agent library (an http(s).Agent implementation) is vulnerable to a denial of service before version 3.2.1 . The RequestFilteringHttpAgent and RequestFilteringHttpsAgent components synchronously throw from createConnection() when rejecting literal private-IP hosts (e.g., 127....

7.5CVSS5.8AI score0.00464EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/22 7:13 p.m.32 views

CVE-2026-62985 request-filtering-agent: Synchronous throw from createConnection() for literal private-IP hosts bypasses req.on('error'), crashing the Node.js process

request-filtering-agent is an https.Agent implementation that blocks requests to Private/Reserved IP addresses. Prior to 3.2.1, RequestFilteringHttpAgent and RequestFilteringHttpsAgent synchronously threw from createConnection when rejecting a literal private-IP host such as 169.254.169.254 or...

7.5CVSS0.00464EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/22 2:04 p.m.9 views

CVE-2026-66749-Unchecked-Room-Lookup-Leads-to-Server-Crash-Let-s-Chat-

Aviso de seguridad: la búsqueda de sala sin verificar provoca la caída del servidor Let's Chat ID de CVE asignado: CVE-2026-66749 Resumen Una única solicitud HTTP desde cualquier cuenta iniciada detiene el proceso del servidor de Let's Chat. GET /messages toma un parámetro room, busca esa sala po...

7.1CVSS5.9AI score0.00436EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/20 4:32 a.m.11 views

CVE-2024-38355-PoC

CVE-2024-38355 Demo Caída de Socket.IO Este proyecto es una prueba de concepto que demuestra CVE-2024-38355 , una vulnerabilidad de denegación de servicio en socket.io. El proyecto fue creado con fines educativos para mostrar el mecanismo de ataque y cómo proteger las aplicaciones. Acerca de la...

7.3CVSS7.5AI score0.00807EPSS
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/17 12:27 p.m.6 views

Security Bulletin: IBM QRadar SOAR is vulnerable to using components with known vulnerabilities (CVE-2026-73088, CVE-2026-73089)

Summary The product includes vulnerable components e.g., framework libraries that may be identified and exploited with automated tools. IBM QRadar SOAR has addressed the applicable CVEs with an update. Vulnerability Details CVEID:CVE-2026-73088 DESCRIPTION: Browserslist is a configuration tool fo...

7.5CVSS5.9AI score0.00658EPSS
SaveExploits0Affected Software1
Kitploit
Kitploit
added 2026/09/17 12:54 a.m.14 views

multiparty-CVE-2026-8161

CVE-2026-8161 Prueba de concepto de CVE-2026-8161 Multiparty Descripción [email protected] y versiones anteriores son vulnerables a denegación de servicio mediante una excepción no capturada. El analizador almacena los campos y archivos subidos en objetos JavaScript simples y no distingue de...

7.5CVSS6.7AI score0.00533EPSS
SaveExploits1
Snyk
Snyk
added 2026/09/16 10:34 a.m.9 views

Uncaught Exception

Overview fastify is an overhead web framework, for Node.js. Affected versions of this package are vulnerable to Uncaught Exception via the reply.trailer function when handling HTTP/2 trailer responses. An attacker can cause the server process to crash and terminate all active requests by sending ...

8.2CVSS5.8AI score0.00412EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/09/11 11:45 a.m.7 views

Uncaught Exception

Overview hbs is an Express.js template engine plugin for Handlebars Affected versions of this package are vulnerable to Uncaught Exception in its async helper output escaping, where a helper value carrying a truthy but non-callable toHTML property causes handlebars' escapeExpression to invoke it ...

8.2CVSS5.7AI score0.00412EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/11 10:16 a.m.9 views

CVE-2026-87123

hbs is an Express view engine wrapper for Handlebars. Version 4.3.0 can crash the Node.js process during output escaping when an async helper, registered with registerAsyncHelper, resolves to an object whose toHTML property is truthy but not callable. Handlebars escapeExpression calls the toHTML...

5.9CVSS0.00412EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.17 views

PT-2026-89815

hbs is an Express view engine wrapper for Handlebars. Version 4.3.0 can crash the Node.js process during output escaping when an async helper, registered with registerAsyncHelper, resolves to an object whose toHTML property is truthy but not callable. Handlebars escapeExpression calls the toHTML...

5.9CVSS5.6AI score0.00412EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/09 1:31 p.m.14 views

CVE-2023-54355 PocketMine-MP 5.2.0 Server Crash via Incorrect EC Curve

PocketMine-MP versions before 5.3.1 and 4.23.1 fail to validate that the identityPublicKey in LoginPacket uses the required secp384r1 elliptic curve. Attackers can provide LoginPackets with keys using different curves or non-EC key types to pass login verification but trigger an uncaught exceptio...

8.7CVSS5.8AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/09/09 12:00 a.m.12 views

Kibana 9.1.7 < 9.4.5 / 9.5.x < 9.5.1 DoS (ESA-2026-115)

The version of Kibana installed on the remote host is 9.1.7 or later prior to 9.4.5, or 9.5.x prior to 9.5.1. It is, therefore, affected by a vulnerability as referenced in the ESA-2026-115 advisory. - Uncaught Exception CWE-248 in Kibana can lead to a denial of service via Input Data Manipulatio...

6.5CVSS5.8AI score0.0042EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/08 9:30 p.m.17 views

EUVD-2026-67930

multer vulnerable to Denial of Service via crafted multipart field names...

7.5CVSS5.8AI score0.00488EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/09/08 9:21 p.m.10 views

Uncaught Exception

Overview Affected versions of this package are vulnerable to Uncaught Exception through the HTTP/2 header processing path in internal/transport/http2server.go and internal/xds/server/routing.go. An attacker can crash the server by sending a gRPC request that omits both the :authority and Host...

8.7CVSS5.8AI score0.00715EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/09/08 9:21 p.m.5 views

Uncaught Exception

Overview Affected versions of this package are vulnerable to Uncaught Exception through the HTTP/2 header processing path in internal/transport/http2server.go and internal/xds/server/routing.go. An attacker can crash the server by sending a gRPC request that omits both the :authority and Host...

8.7CVSS5.7AI score0.00715EPSS
SaveExploits0References3
Rows per page
Query Builder