Lucene search
+L

236375 matches found

RedhatCVE
RedhatCVE
added 2026/07/20 5:8 p.m.6 views

CVE-2026-63802

A flaw was found in the Linux kernel's block input/output control group blk-cgroup component. This vulnerability, a Use-After-Free UAF, occurs when multiple block control groups are released at the same time. A race condition allows one group to remove another's entries while it is still in use,...

7.8CVSS5.2AI score0.00125EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/20 5:8 p.m.18 views

CVE-2026-63801

A flaw was found in the Linux kernel. A remote attacker could exploit a use-after-free vulnerability in the Transparent Inter-Process Communication TIPC cryptographic decryption process. This flaw occurs when a network namespace, a mechanism for isolating network resources, is deallocated before ...

8.8CVSS5.5AI score0.00486EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/20 4:47 p.m.7 views

CVE-2026-63803

A flaw was found in the Linux kernel's hdlcppp module. This use-after-free vulnerability occurs because the Point-to-Point Protocol PPP control timers are not properly synchronized before the associated memory is freed. An attacker could potentially exploit this by triggering a race condition,...

7.8CVSS5.7AI score0.00133EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/20 4:47 p.m.5 views

CVE-2026-63804

A flaw was found in the Linux kernel's GFS2 file system. This use-after-free vulnerability occurs when the gfs2qddealloc function attempts to access memory that has already been released during the unmounting process. This can lead to system instability or crashes, potentially resulting in a deni...

7.8CVSS5.3AI score0.00137EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/20 4:44 p.m.9 views

CVE-2026-64047

A flaw was found in the Linux kernel's Transport Layer Security TLS component. An off-by-one error in how memory is managed for network messages can lead to memory corruption. This vulnerability may allow a local attacker to cause the system to crash, resulting in a denial of service DoS...

9.8CVSS5.3AI score0.00514EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/20 4:41 p.m.8 views

CVE-2026-63831

A flaw was found in the Linux kernel's mac802154 IEEE 802.15.4 MAC security component. This vulnerability allows for data corruption and potential kernel crashes when cryptographic transformations are performed on shared network packet data without proper isolation. A remote attacker could exploi...

8.8CVSS5.5AI score0.00243EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/20 4:33 p.m.8 views

CVE-2026-63829

A flaw was found in the Linux kernel's IP Generic Routing Encapsulation ipgre component. This vulnerability allows a local attacker with network administration capabilities in one network namespace to modify a tunnel residing in a different network namespace where they lack privileges. This is du...

8.8CVSS5.2AI score0.00123EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/20 4:27 p.m.7 views

EUVD-2026-46015

In the Linux kernel, the following vulnerability has been resolved: net/sched: dualpi2: fix GSO backlog accounting When DualPI2 splits a GSO skb into N segments, it propagates N additional packets to its parent before returning NETXMITSUCCESS. The parent then accounts for the original skb once...

5.4AI score0.00155EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/20 4:27 p.m.10 views

CVE-2026-64207

In the Linux kernel, the following vulnerability has been resolved: net/sched: dualpi2: fix GSO backlog accounting When DualPI2 splits a GSO skb into N segments, it propagates N additional packets to its parent before returning NETXMITSUCCESS. The parent then accounts for the original skb once...

5.3AI score0.00155EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/07/20 4:27 p.m.6 views

CVE-2026-64207

In the Linux kernel, the following vulnerability has been resolved: net/sched: dualpi2: fix GSO backlog accounting When DualPI2 splits a GSO skb into N segments, it propagates N additional packets to its parent before returning NETXMITSUCCESS. The parent then accounts for the original skb once...

5.3AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2026/07/20 4:27 p.m.5 views

CVE-2026-64207 net/sched: dualpi2: fix GSO backlog accounting

In the Linux kernel, the following vulnerability has been resolved: net/sched: dualpi2: fix GSO backlog accounting When DualPI2 splits a GSO skb into N segments, it propagates N additional packets to its parent before returning NETXMITSUCCESS. The parent then accounts for the original skb once...

5.3AI score0.00155EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/20 4:27 p.m.35 views

CVE-2026-64205 i2c: i801: fix hardware state machine corruption in error path

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: fix hardware state machine corruption in error path A severe livelock and subsequent Hung Task panic were observed in the i2c-i801 driver during concurrent Fuzzing. The crash is caused by an unconditional hardware...

0.0017EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/20 4:27 p.m.23 views

CVE-2026-64206

Summary of CVE-2026-64206 : In the Linux kernel Bluetooth L2CAP subsystem, teardown can deadlock due to a circular lock between l2cap_conn_del() and process_pending_rx(). Specifically, l2cap_conn_del() takes conn->lock and then cancels pending_rx_work, while process_pending_rx() may contend fo...

8.8CVSS5.4AI score0.00262EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/20 4:27 p.m.7 views

EUVD-2026-46014

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: cancel pendingrxwork before taking conn-lock l2capconndel takes conn-lock and then calls cancelworksync for pendingrxwork. processpendingrx takes the same mutex, so teardown can deadlock against the worker it is...

5.4AI score0.00262EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/20 4:27 p.m.8 views

EUVD-2026-46013

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: fix hardware state machine corruption in error path A severe livelock and subsequent Hung Task panic were observed in the i2c-i801 driver during concurrent Fuzzing. The crash is caused by an unconditional hardware...

5.7AI score0.0017EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/20 4:27 p.m.6 views

CVE-2026-64205

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: fix hardware state machine corruption in error path A severe livelock and subsequent Hung Task panic were observed in the i2c-i801 driver during concurrent Fuzzing. The crash is caused by an unconditional hardware...

5.5AI score0.0017EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/20 4:27 p.m.6 views

CVE-2026-64206

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: cancel pendingrxwork before taking conn-lock l2capconndel takes conn-lock and then calls cancelworksync for pendingrxwork. processpendingrx takes the same mutex, so teardown can deadlock against the worker it is...

8.8CVSS5.2AI score0.00262EPSS
SaveExploits0
CVE
CVE
added 2026/07/20 4:27 p.m.26 views

CVE-2026-64205

CVE-2026-64205 concerns the Linux kernel i2c-i801 driver. The issue stems from an unconditional hardware register cleanup in the error path of i801_access() when i801_check_pre() fails (e.g., -EBUSY). This can bypass ownership of the SMBus controller, yet code proceeds to clear INUSE_STS and rese...

5.7AI score0.0017EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/20 4:27 p.m.6 views

CVE-2026-64206

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: cancel pendingrxwork before taking conn-lock l2capconndel takes conn-lock and then calls cancelworksync for pendingrxwork. processpendingrx takes the same mutex, so teardown can deadlock against the worker it is...

5.2AI score0.00262EPSS
SaveExploits0References9Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/20 4:27 p.m.6 views

CVE-2026-64205

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: fix hardware state machine corruption in error path A severe livelock and subsequent Hung Task panic were observed in the i2c-i801 driver during concurrent Fuzzing. The crash is caused by an unconditional hardware...

5.6AI score0.0017EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder