Lucene search
+L

37526 matches found

Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•3 views

CVE-2026-98026

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: properly convert mglist to rcu Sashiko reported a bug 1 that brmulticastdelportgroup unlists the port group not using proper rcu helper that preserves the next pointer and after that immediately frees the port...

5.8AI score
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•2 views

CVE-2026-98025

In the Linux kernel, the following vulnerability has been resolved: net: usb: cx82310eth: drop URB after 0xffff reboot sentinel to prevent partialdata heap overflow The 0xffff length sentinel detects a router reboot and schedules re-enabling of ethernet mode, but then falls through to the rest of...

6.1AI score
SaveExploits0
CVE
CVE
•added 2026/09/25 10:23 a.m.•6 views

CVE-2026-98022

The Linux kernel contains a vulnerability where several subsystems (pfifo_fast , tun , and tap ) allocate ring buffers based on dev->tx_queue_len without an upper bound. An unprivileged user using unshare -Urn can set an excessively large tx_queue_len to exhaust global memory via oversized rin...

5.8AI score
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•3 views

CVE-2026-98022

In the Linux kernel, the following vulnerability has been resolved: net: cap txqueuelen at S16MAX to prevent oversized ring allocations Several subsystems allocate ring buffers sized by dev-txqueuelen with no upper bound. An unprivileged user via unshare -Urn can set a huge txqueuelen and exhaust...

5.8AI score
SaveExploits0
CVE
CVE
•added 2026/09/25 10:23 a.m.•7 views

CVE-2026-98017

The Linux kernel contains a vulnerability in the net/sched component where an RTM_NEWQDISC request can cause a clsact to bind a populated shared ingress block during ->init() . If the request contains an invalid TCA_RATE , the estimator setup fails, causing the unwind process to synchronously ...

7.8CVSS5.8AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:23 a.m.•1 views

EUVD-2026-86670

In the Linux kernel, the following vulnerability has been resolved: net/sched: defer qdisc freeing after failed creation An RTMNEWQDISC request can make clsact bind a populated shared ingress block during -init, publishing an embedded miniQdisc to lockless readers. If the same request has an...

7.8CVSS5.8AI score
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•3 views

CVE-2026-98017

In the Linux kernel, the following vulnerability has been resolved: net/sched: defer qdisc freeing after failed creation An RTMNEWQDISC request can make clsact bind a populated shared ingress block during -init, publishing an embedded miniQdisc to lockless readers. If the same request has an...

7.8CVSS5.8AI score
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•2 views

CVE-2026-98018

In the Linux kernel, the following vulnerability has been resolved: net: mctp: i3c: serialize probe with bus removal mctpi3cprobe drops busdevslock after finding the matching bus. A concurrent I3CNOTIFYBUSREMOVE can then unregister and free the bus netdev before probe passes its private data to...

5.9AI score
SaveExploits0
CVE
CVE
•added 2026/09/25 10:23 a.m.•6 views

CVE-2026-98018

A vulnerability exists in the Linux kernel within the net: mctp: i3c component. The root cause is that mctp_i3c_probe() drops the busdevs_lock prematurely after finding the matching bus. This allows a concurrent I3C_NOTIFY_BUS_REMOVE event to unregister and free the bus netdev before the probe ca...

5.9AI score
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/25 10:23 a.m.•16 views

CVE-2026-98017 net/sched: defer qdisc freeing after failed creation

In the Linux kernel, the following vulnerability has been resolved: net/sched: defer qdisc freeing after failed creation An RTMNEWQDISC request can make clsact bind a populated shared ingress block during -init, publishing an embedded miniQdisc to lockless readers. If the same request has an...

7.8CVSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:23 a.m.•8 views

CVE-2026-98016

The Linux kernel contains a use-after-free race condition within the net/mlx5e component, specifically in the sample_restore_put() function. The vulnerability occurs during the concurrent teardown of TC sample rules sharing the same restore context; a thread may re-read restore->count after dr...

6.2AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:23 a.m.•6 views

EUVD-2026-86669

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix use-after-free race in samplerestoreput Concurrent teardown of TC sample rules sharing the same restore context may re-read restore-count after dropping restorelock. At that point another thread may already have...

6.2AI score
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•3 views

CVE-2026-98016

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix use-after-free race in samplerestoreput Concurrent teardown of TC sample rules sharing the same restore context may re-read restore-count after dropping restorelock. At that point another thread may already have...

6.2AI score
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•4 views

CVE-2026-98015

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: E-Switch: fix use-after-free in mlx5eswitchtermtblput In mlx5eswitchtermtblput, the zero-ref cleanup check reads tt-refcount after termtblmutex has been released. Two concurrent callers on the same mlx5termtblhandle rac...

6.4AI score
SaveExploits0
CVE
CVE
•added 2026/09/25 10:23 a.m.•8 views

CVE-2026-98015

The Linux kernel contains a use-after-free vulnerability in the net/mlx5: E-Switch component within the mlx5_eswitch_termtbl_put() function. The issue arises because the tt->ref_count cleanup check occurs after the termtbl_mutex has been released, allowing a race condition where one caller fre...

6.4AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:23 a.m.•8 views

CVE-2026-98014

The Linux kernel contains a vulnerability in the net/mlx5 driver related to E-Switch functionality. During FW-fatal recovery (where dev->state == INTERNAL_ERROR), a failure in esw_update_vport_rx_mode() leaves vport->allmulti_rule intact. This causes esw_update_vport_mc_promisc() to add ent...

5.8AI score
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•5 views

CVE-2026-98014

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: E-Switch, prevent mclist repopulation during vport disable In mlx5eswvportdisable, move eswapplyvportrxmode ahead of eswvportchangehandlelocked so vport-allmultirule is NULL before the change handler observes it. During...

5.8AI score
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•5 views

CVE-2026-98013

In the Linux kernel, the following vulnerability has been resolved: net/sched: fqpie: clamp quantum in change path fqpiechange accepts any quantum value from userspace, including 1. With a crafted size table qdiscpktlen reaches 2 GiB, so quantum=1 makes the deficit-refill loop spin 2^31 times und...

5.8AI score
SaveExploits0
EUVD
EUVD
•added 2026/09/25 10:23 a.m.•3 views

EUVD-2026-86666

In the Linux kernel, the following vulnerability has been resolved: net/sched: fqpie: clamp quantum in change path fqpiechange accepts any quantum value from userspace, including 1. With a crafted size table qdiscpktlen reaches 2 GiB, so quantum=1 makes the deficit-refill loop spin 2^31 times und...

5.8AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:23 a.m.•7 views

CVE-2026-98013

The Linux kernel contains a vulnerability in the net/sched component within the fq_pie qdisc. The fq_pie_change() function improperly accepts any quantum value from userspace, including a value of 1. When combined with a crafted size table where qdisc_pkt_len reaches approximately 2 GiB , a quant...

5.8AI score
SaveExploits0References4
Rows per page
Query Builder