Lucene search
+L

34432 matches found

Cvelist
Cvelist
added 2026/08/15 5:56 a.m.34 views

CVE-2026-72390 net/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAF

In the Linux kernel, the following vulnerability has been resolved: net/sched: schteql: Introduce slaveslock to avoid race condition and UAF The teql master-slaves singly linked list is not protected against multiple writes. It can be mod'ed concurently from teqlmasterxmit, teqldequeue, teqlinit...

7.8CVSS0.00162EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:56 a.m.27 views

CVE-2026-72390

The CVE-2026-72390 issue is in the Linux kernel net/sched sch_teql implementation. The teql master->slaves singly linked list was not protected against concurrent writes, allowing a slab-use-after-free via teql_master_xmit() while another CPU could hold a stale pointer to the list. The fix add...

7.8CVSS5.5AI score0.00162EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72376 afs: Fix misplaced inc of net->cells_outstanding

In the Linux kernel, the following vulnerability has been resolved: afs: Fix misplaced inc of net-cellsoutstanding Fix net-cellsoutstanding being incremented before the check for failure of idralloccyclic, leaving the count incremented on error...

5.5AI score
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:56 a.m.18 views

CVE-2026-72376

CVE-2026-72376 refers to a Linux kernel issue in the AFS subsystem where the counter net->cells_outstanding was incremented before the failure check of idr_alloc_cyclic(), leaving the count incremented when an error occurs. The fix corrects the order of operations so the increment happens only...

5.3AI score0.00209EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:55 a.m.6 views

CVE-2026-72345 net/mlx5: LAG, Fix off-by-one in single-FDB error rollback

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: LAG, Fix off-by-one in single-FDB error rollback On failure at index i, the reverse cleanup loop in mlx5lagcreatesinglefdb starts from i, so the failed index itself is rolled back. That can operate on uninitialized stat...

7.8CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:55 a.m.22 views

CVE-2026-72343

Summary: Multiple sources report in the Linux kernel net/mlx5e HV VHCA stats path a zero-sized buffer allocation bug that can lead to a fault when stats are enabled. The root cause was calling kvzalloc(0) via mlx5e_hv_vhca_stats_create() before priv->stats_nch is populated, resulting in a ZERO...

8.4CVSS5.7AI score0.00196EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:55 a.m.8 views

CVE-2026-72341 net/mlx5e: Fix publication race for priv->channel_stats[]

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix publication race for priv-channelstats mlx5echannelstatsalloc publishes a new entry to priv-channelstats and then increments priv-statsnch as a publication token, but neither store carries any memory barrier:...

5.6AI score
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:55 a.m.7 views

CVE-2026-72338 net/sched: act_pedit: fix TOCTOU heap OOB write in tc offload

In the Linux kernel, the following vulnerability has been resolved: net/sched: actpedit: fix TOCTOU heap OOB write in tc offload There is a TOCTOU race condition in flower lockless approach between sizing a flowrule buffer and filling it. [email protected] reports: The clsflower...

7.8CVSS5.9AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.19 views

CVE-2026-72330 net/tls: Consume empty data records in tls_sw_read_sock()

In the Linux kernel, the following vulnerability has been resolved: net/tls: Consume empty data records in tlsswreadsock A peer may send a zero-length TLS applicationdata record; TLS 1.3 explicitly permits these as a traffic-analysis countermeasure RFC 8446, Section 5.1. After decryption such a...

7.5CVSS0.0063EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:55 a.m.24 views

CVE-2026-72329

CVE-2026-72329 affects the Linux kernel’s net/liquidio SR-IOV path. The vulnerability arises from the PF SR-IOV enable path caching VF pci_dev pointers in dpiring_to_vfpcidev_lut[] by iterating with pci_get_device(), where entries do not own a reference and the iterator drops the previous device ...

9.3CVSS5.3AI score0.0018EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:55 a.m.5 views

CVE-2026-72326 net/sched: cake: reject overhead values that underflow length

In the Linux kernel, the following vulnerability has been resolved: net/sched: cake: reject overhead values that underflow length CAKE accepts signed overhead values and stores them in an s16, but the adjusted packet length calculation uses unsigned arithmetic. A negative effective length can...

5.6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.24 views

CVE-2026-72166 net/9p: fix infinite loop in p9_client_rpc on fatal signal

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix infinite loop in p9clientrpc on fatal signal When p9clientrpc is called with type P9TFLUSH and the transport has no peer e.g. fd transport backed by pipes with no 9p server, a fatal signal causes an infinite loop:...

0.00206EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/15 5:52 a.m.8 views

CVE-2026-72104

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: reject option groups without values The pcache target parses optional arguments as name/value pairs. A table that advertises one optional argument and supplies only a recognized option name, for example "cachemode",...

5.4AI score0.00198EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:52 a.m.11 views

CVE-2026-72072 net/mlx5e: macsec: fix use-after-free of metadata_dst on RX SC delete

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: macsec: fix use-after-free of metadatadst on RX SC delete When an offloaded MACsec RX SC is deleted, macsecdelrxscctx freed the per-SC metadatadst with metadatadstfree, which kfrees the object unconditionally and ignor...

7.8CVSS5.7AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/15 5:52 a.m.6 views

EUVD-2026-59022

In the Linux kernel, the following vulnerability has been resolved: net: mana: Sync page pool RX frags for CPU MANA allocates RX buffers from page pool fragments when fragcount is greater than 1. In that case the buffers remain DMA mapped by page pool and the RX completion path does not call...

5.7AI score0.00553EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:52 a.m.4 views

EUVD-2026-59019

In the Linux kernel, the following vulnerability has been resolved: net: sit: require CAPNETADMIN in the device netns for changelink ipip6changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...

5.5AI score0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:52 a.m.5 views

EUVD-2026-59018

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: icssg: guard PA stat lookups icssgndogetstats64 unconditionally calls emacgetstatbyname with FW PA stat names regardless of whether the PA stats block is present on the hardware. emacgetstatbyname already guard...

5.5AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:52 a.m.18 views

CVE-2026-72058

Summary: The CVE-2026-72058 issue in the Linux kernel affects the ixp4xx_hss HDLC netdev allocation. In ixp4xx_hss_probe, two separate HDLC netdevs were allocated: the first was stored in ndev, initialized, and registered, while the second was stored in port->netdev and later used by the remov...

5.5AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.19 views

CVE-2026-72057 net/sched: act_ct: preserve tc_skb_cb across defragmentation

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: preserve tcskbcb across defragmentation tcfcthandlefragments calls nfcthandlefragments without saving and restoring skb-cb. The defrag helper clears IPCB/IP6CB, which aliases the tcskbcb/qdiscskbcb control buffe...

8.2CVSS0.00552EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.22 views

CVE-2026-72051 net: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelink

In the Linux kernel, the following vulnerability has been resolved: net: ip6tunnel: require CAPNETADMIN in the device netns for changelink ip6tnlchangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other...

8.8CVSS0.00163EPSS
SaveExploits0References5
Rows per page
Query Builder