Lucene search
+L

14652 matches found

Nuclei
Nuclei
added 2026/08/23 2:28 a.m.24 views

Kestra <= 1.3.20 - Remote Code Execution

Kestra = 1.3.20 contains an authentication bypass caused by misclassification of /configs endpoint in REST API filter, letting unauthenticated attackers create and execute root-level tasks, exploit requires unauthenticated access to /configs endpoint. id: CVE-2026-53576 info: name: Kestra = 1.3.2...

10CVSS5.4AI score0.02186EPSS
SaveExploits3References2
EUVD
EUVD
added 2026/08/23 12:30 a.m.12 views

EUVD-2026-64603

docker-socket-proxy fails to properly gate read endpoints in the /containers Docker API namespace when the CONTAINERS environment variable is set. Attackers can use GET requests to /containers/id/archive, /containers/id/export, /containers/id/logs, and /containers/id/top to read arbitrary files a...

8.3CVSS5.6AI score0.00309EPSS
SaveExploits1References7
CVE
CVE
added 2026/08/22 11:06 p.m.37 views

CVE-2026-78122

docker-socket-proxy (Tecnativa) through 0.5.0 has an insufficient access control granularity flaw in the /containers Docker API namespace. When the CONTAINERS environment variable is set, read endpoints (/containers/{id}/archive, /export, /logs, /top) are not properly gated, allowing an unauthent...

8.3CVSS5.6AI score0.00309EPSS
SaveExploits1References6
NVD
NVD
added 2026/08/22 4:16 p.m.9 views

CVE-2026-74667

In the Linux kernel, the following vulnerability has been resolved: net/packet: reset the MAC header on the packet-socket transmit path packetparseheaders resets the MAC header only for a SOCKRAW frame whose socket did not bind a protocol. A protocol-bound SOCKRAW socket, any SOCKDGRAM frame, and...

0.00231EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.9 views

CVE-2026-74628

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with modtimer and cancelled with timerdelete, so a pending timer holds no reference on the socket and a cancel does not wait for a callback already...

0.00206EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74589

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.24 views

CVE-2026-74666 packet: synchronize pressure clearing with ring reconfiguration

In the Linux kernel, the following vulnerability has been resolved: packet: synchronize pressure clearing with ring reconfiguration packetsetring updates the RX ring state under skreceivequeue.lock, but used to publish the tpacket receive mode through po-prothook.func after releasing that lock...

0.00209EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:32 p.m.9 views

CVE-2026-74667

CVE-2026-74667 is a Linux kernel out-of-bounds read in the net/packet subsystem. The function packet_parse_headers() only resets skb-&gt;mac_header for unbound SOCK_RAW sockets, leaving it unset for protocol-bound SOCK_RAW, SOCK_DGRAM, and SOCK_PACKET frames. When such frames are transmitted via ...

5.6AI score0.00231EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.24 views

CVE-2026-74667 net/packet: reset the MAC header on the packet-socket transmit path

In the Linux kernel, the following vulnerability has been resolved: net/packet: reset the MAC header on the packet-socket transmit path packetparseheaders resets the MAC header only for a SOCKRAW frame whose socket did not bind a protocol. A protocol-bound SOCKRAW socket, any SOCKDGRAM frame, and...

0.00231EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/22 3:32 p.m.8 views

CVE-2026-74667

In the Linux kernel, the following vulnerability has been resolved: net/packet: reset the MAC header on the packet-socket transmit path packetparseheaders resets the MAC header only for a SOCKRAW frame whose socket did not bind a protocol. A protocol-bound SOCKRAW socket, any SOCKDGRAM frame, and...

5.5AI score0.00231EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/22 3:32 p.m.7 views

EUVD-2026-64354

In the Linux kernel, the following vulnerability has been resolved: net/packet: reset the MAC header on the packet-socket transmit path packetparseheaders resets the MAC header only for a SOCKRAW frame whose socket did not bind a protocol. A protocol-bound SOCKRAW socket, any SOCKDGRAM frame, and...

5.6AI score0.00231EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.12 views

CVE-2026-74666

This vulnerability affects the Linux kernel AF_PACKET (packet socket) subsystem. A race condition exists in packet_set_ring(): the tpacket receive mode was published via po-&gt;prot_hook.func after releasing sk_receive_queue.lock, while the RX ring state was already updated under that lock. This ...

5.6AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:32 p.m.14 views

CVE-2026-74628

This is a use-after-free vulnerability in the Linux kernel's net/x25 subsystem. The X.25 timers are armed with mod_timer() and cancelled with timer_delete(), which means a pending timer holds no reference to the socket. Because x25_heartbeat_expiry() rearms the timer unconditionally, it can reins...

5.7AI score0.00206EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/22 3:32 p.m.8 views

EUVD-2026-64565

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with modtimer and cancelled with timerdelete, so a pending timer holds no reference on the socket and a cancel does not wait for a callback already...

5.7AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:32 p.m.5 views

CVE-2026-74628 net/x25: fix use-after-free of the socket by its timers

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with modtimer and cancelled with timerdelete, so a pending timer holds no reference on the socket and a cancel does not wait for a callback already...

5.8AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.25 views

CVE-2026-74628 net/x25: fix use-after-free of the socket by its timers

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with modtimer and cancelled with timerdelete, so a pending timer holds no reference on the socket and a cancel does not wait for a callback already...

0.00206EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/22 3:32 p.m.5 views

CVE-2026-74615

In the Linux kernel, the following vulnerability has been resolved: vxlan: do not arm the ageing timer on a device that is down vxlanchangelink arms vxlan-agetimer whenever the requested ageing interval differs from the configured one: if conf.ageinterval != vxlan-cfg.ageinterval...

5.5AI score0.0022EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.23 views

CVE-2026-74610 tls: don't leave a full plaintext sk_msg ring unpushed

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

0.00209EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.10 views

PT-2026-79633

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with mod timer and cancelled with timer delete, so a pending timer holds no reference on the socket and a cancel does not wait for a callback alread...

5.5AI score0.00206EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.12 views

PT-2026-79671

In the Linux kernel, the following vulnerability has been resolved: packet: synchronize pressure clearing with ring reconfiguration packet set ring updates the RX ring state under sk receive queue.lock, but used to publish the tpacket receive mode through po-prot hook.func after releasing that...

5.5AI score0.00209EPSS
SaveExploits0References6
Rows per page
Query Builder