Lucene search
+L

128448 matches found

Debian CVE
Debian CVE
•added 2026/09/11 7:42 p.m.•13 views

CVE-2026-81001

In the Linux kernel, the following vulnerability has been resolved: slip: fix use-after-free in slsync slipdevs stores bare netdevice pointers and takes no reference on them. slsync and slalloc walk that table from slipopen under rtnllock, while an entry is dropped by slfreenetdev, which slsetup...

7.8CVSS6.9AI score0.00171EPSS
SaveExploits0
OSV
OSV
•added 2026/09/11 7:42 p.m.•19 views

CVE-2026-80995 net: mctp: hold a reference to the route device in mctp_route_lookup()

In the Linux kernel, the following vulnerability has been resolved: net: mctp: hold a reference to the route device in mctproutelookup mctproutelookup uses rt-dev without holding a reference on it. mctproutelookupsingle returns the route under RCU only, so the route's device can be torn down...

7.8CVSS6.7AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/09/11 7:42 p.m.•7 views

EUVD-2026-76317

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix flow mask use-after-free on flow deletion The commit in the Fixes tag below made so flow-mask free is scheduled via RCU right after it is removed from the flow table. The pointer stays in the flow structure...

6.8AI score0.00171EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/11 7:42 p.m.•7 views

EUVD-2026-76318

In the Linux kernel, the following vulnerability has been resolved: net: mctp: hold a reference to the route device in mctproutelookup mctproutelookup uses rt-dev without holding a reference on it. mctproutelookupsingle returns the route under RCU only, so the route's device can be torn down...

6.7AI score0.00165EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/11 7:42 p.m.•12 views

CVE-2026-80995

In the Linux kernel, the following vulnerability has been resolved: net: mctp: hold a reference to the route device in mctproutelookup mctproutelookup uses rt-dev without holding a reference on it. mctproutelookupsingle returns the route under RCU only, so the route's device can be torn down...

7.8CVSS6.8AI score0.00165EPSS
SaveExploits0
CVE
CVE
•added 2026/09/11 7:42 p.m.•15 views

CVE-2026-80995

A use-after-free vulnerability in the Linux kernel's MCTP (Message Control Transport Protocol) networking stack. The mctp_route_lookup() function accesses a route's device (rt->dev) without holding a persistent reference, allowing concurrent deallocation via mctp_dev_put() → kfree(). A subsequ...

7.8CVSS6.7AI score0.00165EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/11 7:42 p.m.•24 views

CVE-2026-80994 net: openvswitch: fix flow mask use-after-free on flow deletion

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix flow mask use-after-free on flow deletion The commit in the Fixes tag below made so flow-mask free is scheduled via RCU right after it is removed from the flow table. The pointer stays in the flow structure...

7.8CVSS6.5AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/09/11 7:42 p.m.•31 views

CVE-2026-80995 net: mctp: hold a reference to the route device in mctp_route_lookup()

In the Linux kernel, the following vulnerability has been resolved: net: mctp: hold a reference to the route device in mctproutelookup mctproutelookup uses rt-dev without holding a reference on it. mctproutelookupsingle returns the route under RCU only, so the route's device can be torn down...

7.8CVSS0.00165EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/11 7:42 p.m.•12 views

CVE-2026-80994

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix flow mask use-after-free on flow deletion The commit in the Fixes tag below made so flow-mask free is scheduled via RCU right after it is removed from the flow table. The pointer stays in the flow structure...

7.8CVSS6.8AI score0.00171EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/11 7:42 p.m.•31 views

CVE-2026-80994 net: openvswitch: fix flow mask use-after-free on flow deletion

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix flow mask use-after-free on flow deletion The commit in the Fixes tag below made so flow-mask free is scheduled via RCU right after it is removed from the flow table. The pointer stays in the flow structure...

7.8CVSS0.00171EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/11 7:42 p.m.•37 views

CVE-2026-80994

CVE-2026-80994 is a use-after-free vulnerability in the Linux kernel's Open vSwitch (OVS) datapath . During flow deletion (CMD_DEL), the flow mask is freed via RCU after removal from the flow table, but ovs_flow_cmd_fill_info() subsequently dereferences the flow->mask pointer without effective...

7.8CVSS6.8AI score0.00171EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/11 7:42 p.m.•13 views

CVE-2026-80991 net: ravb: serialize PTP clock teardown

In the Linux kernel, the following vulnerability has been resolved: net: ravb: serialize PTP clock teardown ravbptpinterrupt can race with ravbptpstop and pass the clock to ptpclockevent while ptpclockunregister is freeing it. This can lead to a use-after-free. Use READONCE and WRITEONCE for...

7.8CVSS5.7AI score
SaveExploits0References7
EUVD
EUVD
•added 2026/09/11 7:42 p.m.•15 views

EUVD-2026-76314

In the Linux kernel, the following vulnerability has been resolved: net: ravb: serialize PTP clock teardown ravbptpinterrupt can race with ravbptpstop and pass the clock to ptpclockevent while ptpclockunregister is freeing it. This can lead to a use-after-free. Use READONCE and WRITEONCE for...

5.7AI score0.0017EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/11 7:42 p.m.•15 views

CVE-2026-80991

In the Linux kernel, the following vulnerability has been resolved: net: ravb: serialize PTP clock teardown ravbptpinterrupt can race with ravbptpstop and pass the clock to ptpclockevent while ptpclockunregister is freeing it. This can lead to a use-after-free. Use READONCE and WRITEONCE for...

7.8CVSS5.7AI score0.0017EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/11 7:42 p.m.•29 views

CVE-2026-80991 net: ravb: serialize PTP clock teardown

In the Linux kernel, the following vulnerability has been resolved: net: ravb: serialize PTP clock teardown ravbptpinterrupt can race with ravbptpstop and pass the clock to ptpclockevent while ptpclockunregister is freeing it. This can lead to a use-after-free. Use READONCE and WRITEONCE for...

7.8CVSS0.0017EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/11 7:42 p.m.•22 views

CVE-2026-80991

A race condition in the Linux kernel's net: ravb Ethernet driver can lead to a use-after-free during PTP clock teardown. Specifically, ravb_ptp_interrupt() can race with ravb_ptp_stop(), passing the PTP clock to ptp_clock_event() while ptp_clock_unregister() is freeing it. The fix serializes tear...

7.8CVSS5.7AI score0.0017EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/11 7:42 p.m.•18 views

CVE-2026-80989

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Mark the connection down when bringing it up fails Every failure path in tbnetconnectedwork undoes its own work and returns without clearing loginsent, so the connection still looks established. The next...

8.8CVSS5.9AI score0.00398EPSS
SaveExploits0
OSV
OSV
•added 2026/09/11 7:42 p.m.•13 views

CVE-2026-80989 net: thunderbolt: Mark the connection down when bringing it up fails

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Mark the connection down when bringing it up fails Every failure path in tbnetconnectedwork undoes its own work and returns without clearing loginsent, so the connection still looks established. The next...

8.8CVSS5.9AI score
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/11 7:42 p.m.•30 views

CVE-2026-80989 net: thunderbolt: Mark the connection down when bringing it up fails

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Mark the connection down when bringing it up fails Every failure path in tbnetconnectedwork undoes its own work and returns without clearing loginsent, so the connection still looks established. The next...

8.8CVSS0.00398EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/11 7:42 p.m.•24 views

CVE-2026-80989

CVE-2026-80989 affects the Linux kernel Thunderbolt networking subsystem (net: thunderbolt). When a Thunderbolt connection fails to establish, failure paths in tbnet_connected_work() fail to clear the login_sent state, leaving the connection appearing established. A subsequent tbnet_tear_down() t...

8.8CVSS5.8AI score0.00398EPSS
SaveExploits0References5
Rows per page
Query Builder