Lucene search
+L

182 matches found

Kitploit
Kitploit
added 2026/09/14 3:30 a.m.51 views

java-remote-class-loader

This tool allows you to send Java bytecode in the form of class files to your clients or potential targets to load and execute using Java ClassLoader together with Reflect API. The client receives the class file from the server and return the respective execution output. Payloads must be written ...

6AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/13 10:46 p.m.29 views

CVE-2026-15891 NULL pointer dereference in Zephyr MQTT-SN client when removing a non-responsive gateway

The MQTT-SN client keepalive handler processping in subsys/net/lib/mqttsn/mqttsn.c removes the gateway record after PINGREQ retries are exhausted. It invoked SYSSLISTPEEKHEADCONTAINER&client-gateways, gw, next but discarded the result. That macro is a pure expression that does not assign to gw, s...

7.5CVSS0.00336EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/09/13 12:00 a.m.9 views

PT-2026-90983

The MQTT-SN client keepalive handler process ping in subsys/net/lib/mqtt sn/mqtt sn.c removes the gateway record after PINGREQ retries are exhausted. It invoked SYS SLIST PEEK HEAD CONTAINER&client-gateways, gw, next but discarded the result. That macro is a pure expression that does not assign t...

7.5CVSS0.00336EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/04 3:54 p.m.14 views

CVE-2026-80845

CVE-2026-80845 affects the Linux kernel xfrm subsystem, specifically the NAT keepalive worker. The root cause is an AB-BA lock inversion : nat_keepalive_work() acquires x->lock while holding xfrm_state_lock, whereas the SA deletion path (xfrm_state_delete() / __xfrm_state_delete()) takes the s...

5.3AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/04 3:54 p.m.8 views

CVE-2026-80845 xfrm: avoid lock inversion in nat keepalive work

In the Linux kernel, the following vulnerability has been resolved: xfrm: avoid lock inversion in nat keepalive work natkeepalivework walks the state table while xfrmstatewalk holds net-xfrm.xfrmstatelock. Its callback then acquires x-lock, which conflicts with the delete path taking the same loc...

5.6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/04 3:54 p.m.14 views

CVE-2026-80845

In the Linux kernel, the following vulnerability has been resolved: xfrm: avoid lock inversion in nat keepalive work natkeepalivework walks the state table while xfrmstatewalk holds net-xfrm.xfrmstatelock. Its callback then acquires x-lock, which conflicts with the delete path taking the same loc...

5.8AI score0.00168EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-80845

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xfrm: avoid lock inversion in nat keepalive work natkeepalivework walks the state table while xfrmstatewalk holds net-xfrm.xfrmstatelock. Its callback then...

6.4AI score0.00168EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/01 1:19 p.m.8 views

CVE-2026-51747

Incorrect access control in the keepAlive function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to emit indirect mesh heartbeat information toward the master via sending a crafted MQTT message to the csbroker component...

9.8CVSS0.00442EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/09/01 12:00 a.m.11 views

CVE-2026-51747

Incorrect access control in the keepAlive function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to emit indirect mesh heartbeat information toward the master via sending a crafted MQTT message to the csbroker component...

5.2AI score0.00442EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/01 12:00 a.m.8 views

EUVD-2026-69207

Incorrect access control in the keepAlive function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to emit indirect mesh heartbeat information toward the master via sending a crafted MQTT message to the csbroker component...

5.9AI score0.00442EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 12:00 a.m.35 views

CVE-2026-51747

Incorrect access control in the keepAlive function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to emit indirect mesh heartbeat information toward the master via sending a crafted MQTT message to the csbroker component...

0.00442EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/01 12:00 a.m.18 views

CVE-2026-51747

TOTOLINK T6 mesh Wi-Fi routers (firmware 4.1.5cu.748_B20211015 ) suffer from an incorrect access control flaw in the keepAlive function. An unauthenticated network attacker can send a crafted MQTT message to the cs_broker component to emit indirect mesh heartbeat information toward the master nod...

9.8CVSS5.9AI score0.00442EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/28 10:16 p.m.9 views

CVE-2026-13735

Zephyr's WireGuard implementation in subsys/net/lib/wireguard/wgcrypto.c mishandled keepalive packets. In wgprocessdatamessage, any type-4 transport-data message whose payload was exactly 16 bytes an empty plaintext plus a bare Poly1305 tag, i.e. a keepalive was accepted and returned immediately,...

3.7CVSS0.00247EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 8:38 p.m.21 views

CVE-2026-13735

Zephyr RTOS WireGuard implementation in subsys/net/lib/wireguard/wg_crypto.c accepted 16-byte keepalive data messages before verifying the Poly1305 authentication tag, allowing a network attacker with a valid receiver index to forge keepalive packets without possessing the session key. The impact...

3.7CVSS5.9AI score0.00247EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 8:38 p.m.25 views

CVE-2026-13735 WireGuard keepalive transport-data messages accepted without Poly1305 authentication

Zephyr's WireGuard implementation in subsys/net/lib/wireguard/wgcrypto.c mishandled keepalive packets. In wgprocessdatamessage, any type-4 transport-data message whose payload was exactly 16 bytes an empty plaintext plus a bare Poly1305 tag, i.e. a keepalive was accepted and returned immediately,...

3.7CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/28 8:38 p.m.39 views

CVE-2026-13735 WireGuard keepalive transport-data messages accepted without Poly1305 authentication

Zephyr's WireGuard implementation in subsys/net/lib/wireguard/wgcrypto.c mishandled keepalive packets. In wgprocessdatamessage, any type-4 transport-data message whose payload was exactly 16 bytes an empty plaintext plus a bare Poly1305 tag, i.e. a keepalive was accepted and returned immediately,...

3.7CVSS0.00247EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/27 8:17 p.m.12 views

CVE-2026-59287

Spring for GraphQL is vulnerable to Denial of Service attacks when using the WebSocket client with keepAlive enabled. Spring for GraphQL 2.0.0 - 2.0.4 Spring for GraphQL 1.4.0 - 1.4.6 Spring for GraphQL 1.3.0 - 1.3.9...

5.9CVSS0.00274EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/27 5:57 p.m.9 views

EUVD-2026-67176

Spring for GraphQL is vulnerable to Denial of Service attacks when using the WebSocket client with keepAlive enabled. Spring for GraphQL 2.0.0 - 2.0.4 Spring for GraphQL 1.4.0 - 1.4.6 Spring for GraphQL 1.3.0 - 1.3.9...

5.3AI score0.00274EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/27 5:57 p.m.26 views

CVE-2026-59287

Spring for GraphQL versions 2.0.0–2.0.4, 1.4.0–1.4.6, and 1.3.0–1.3.9 are vulnerable to Denial of Service through the WebSocketGraphQlClient when the keepAlive option is enabled. An attacker who can interfere with the WebSocket connection—either by controlling the GraphQL server or via a Man-in-t...

5.9CVSS5.3AI score0.00274EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/27 5:57 p.m.43 views

CVE-2026-59287 Spring for GraphQL WebSocket Client Denial of Service

Spring for GraphQL is vulnerable to Denial of Service attacks when using the WebSocket client with keepAlive enabled. Spring for GraphQL 2.0.0 - 2.0.4 Spring for GraphQL 1.4.0 - 1.4.6 Spring for GraphQL 1.3.0 - 1.3.9...

0.00274EPSS
SaveExploits0References1
Rows per page
Query Builder