Lucene search
+L

27 matches found

SUSE CVE
SUSE CVE
added 2026/03/25 4:56 p.m.8 views

SUSE CVE-2026-23340

In the Linux kernel, the following vulnerability has been resolved: net: sched: avoid qdiscresetalltxgt vs dequeue race for lockless qdiscs When shrinking the number of real tx queues, netifsetrealnumtxqueues calls qdiscresetalltxgt to flush qdiscs for queues which will no longer be used...

6.4CVSS5.7AI score0.00137EPSS
SaveExploits0References17
EUVD
EUVD
added 2026/03/25 12:30 p.m.10 views

EUVD-2026-15307

In the Linux kernel, the following vulnerability has been resolved: net: sched: avoid qdiscresetalltxgt vs dequeue race for lockless qdiscs When shrinking the number of real tx queues, netifsetrealnumtxqueues calls qdiscresetalltxgt to flush qdiscs for queues which will no longer be used...

5.6AI score0.00137EPSS
SaveExploits0References7
NVD
NVD
added 2026/03/25 11:16 a.m.5 views

CVE-2026-23340

In the Linux kernel, the following vulnerability has been resolved: net: sched: avoid qdiscresetalltxgt vs dequeue race for lockless qdiscs When shrinking the number of real tx queues, netifsetrealnumtxqueues calls qdiscresetalltxgt to flush qdiscs for queues which will no longer be used...

7.8CVSS0.00137EPSS
SaveExploits0References9
OSV
OSV
added 2026/03/25 11:16 a.m.9 views

UBUNTU-CVE-2026-23340

In the Linux kernel, the following vulnerability has been resolved: net: sched: avoid qdiscresetalltxgt vs dequeue race for lockless qdiscs When shrinking the number of real tx queues, netifsetrealnumtxqueues calls qdiscresetalltxgt to flush qdiscs for queues which will no longer be used...

7.8CVSS5.7AI score0.00137EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.16 views

CVE-2026-23340

In the Linux kernel, the following vulnerability has been resolved: net: sched: avoid qdiscresetalltxgt vs dequeue race for lockless qdiscs When shrinking the number of real tx queues, netifsetrealnumtxqueues calls qdiscresetalltxgt to flush qdiscs for queues which will no longer be used...

7.8CVSS5.2AI score0.00137EPSS
SaveExploits0References32
ATTACKERKB
ATTACKERKB
added 2026/03/25 10:27 a.m.2 views

CVE-2026-23340

In the Linux kernel, the following vulnerability has been resolved: net: sched: avoid qdiscresetalltxgt vs dequeue race for lockless qdiscs When shrinking the number of real tx queues, netifsetrealnumtxqueues calls qdiscresetalltxgt to flush qdiscs for queues which will no longer be used...

7.8CVSS5.6AI score0.00137EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/03/25 10:27 a.m.32 views

CVE-2026-23340

CVE-2026-23340 affects the Linux kernel net sched subsystem where qdisc_reset_all_tx_gt() can race with the lockless dequeue path, potentially causing use-after-free of skbs when the number of real TX queues changes (e.g., via ethtool -L on virtio-net). The fix is to serialize qdisc_reset() again...

7.8CVSS5.6AI score0.00137EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/03/25 10:27 a.m.10 views

CVE-2026-23340 net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscs

In the Linux kernel, the following vulnerability has been resolved: net: sched: avoid qdiscresetalltxgt vs dequeue race for lockless qdiscs When shrinking the number of real tx queues, netifsetrealnumtxqueues calls qdiscresetalltxgt to flush qdiscs for queues which will no longer be used...

7.8CVSS5.7AI score
SaveExploits0References12
OSV
OSV
added 2026/02/04 5:16 p.m.9 views

UBUNTU-CVE-2026-23106

In the Linux kernel, the following vulnerability has been resolved: timekeeping: Adjust the leap state for the correct auxiliary timekeeper When doajdtimex was introduced to handle adjtimex for any timekeeper, this reference to tkcore was not updated. When called on an auxiliary timekeeper, the...

5.5CVSS5.7AI score0.001EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/02/04 4:8 p.m.39 views

CVE-2026-23106 timekeeping: Adjust the leap state for the correct auxiliary timekeeper

In the Linux kernel, the following vulnerability has been resolved: timekeeping: Adjust the leap state for the correct auxiliary timekeeper When doajdtimex was introduced to handle adjtimex for any timekeeper, this reference to tkcore was not updated. When called on an auxiliary timekeeper, the...

0.001EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/02/04 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-23106

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - timekeeping: Adjust the leap state for the correct auxiliary timekeeper When doajdtimex was introduced to handle adjtimex for any timekeeper, this reference to...

5.5CVSS5.9AI score0.001EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/01/13 2:1 p.m.4 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: fs/fhandle.c: A race condition in the call to haslockedchildren was fixed. maydecodefh calls haslockedchildren while holding no locks. This is an oopsable race condition… The other callers are safe, as they hold namespacesem, and...

7.8CVSS5.7AI score0.00115EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/11/11 9:13 a.m.4 views

kernel: xfrm: state: fix out-of-bounds read during lookup

In the Linux kernel, the following vulnerability has been resolved: xfrm: state: fix out-of-bounds read during lookup lookup and resize can run in parallel. The xfrmstatehashgeneration seqlock ensures a retry, but the hash functions can observe a hmask value that is too large for the new hlist...

7.8CVSS6.2AI score0.00239EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/11/11 8:21 a.m.4 views

kernel: xfrm: state: fix out-of-bounds read during lookup

In the Linux kernel, the following vulnerability has been resolved: xfrm: state: fix out-of-bounds read during lookup lookup and resize can run in parallel. The xfrmstatehashgeneration seqlock ensures a retry, but the hash functions can observe a hmask value that is too large for the new hlist...

7.8CVSS6.2AI score0.00239EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/08 6:2 a.m.7 views

EUVD-2025-31851

A flaw has been found in JhumanJ OpnForm up to 1.9.3. This affects an unknown part of the file /api/open/forms/ of the component Form Editor. This manipulation causes cross site scripting. The attack may be initiated remotely. The exploit has been published and may be used. This issue is currentl...

4.8CVSS2.7AI score0.00272EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-39900

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netsched: genestimator: fix esttimer vs CONFIGPREEMPTRT=y syzbot reported a WARNING in esttimer 1 Problem here is that with CONFIGPREEMPTRT=y, timer callbacks c...

5.5CVSS5.9AI score0.00134EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/10/02 11:13 a.m.5 views

CVE-2025-39900

In the Linux kernel, the following vulnerability has been resolved: netsched: genestimator: fix esttimer vs CONFIGPREEMPTRT=y syzbot reported a WARNING in esttimer 1 Problem here is that with CONFIGPREEMPTRT=y, timer callbacks can be preempted. Adopt preemptdisablenested/preemptenablenested to fi...

7CVSS5.8AI score0.00134EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/01 8:15 a.m.6 views

UBUNTU-CVE-2025-39900

In the Linux kernel, the following vulnerability has been resolved: netsched: genestimator: fix esttimer vs CONFIGPREEMPTRT=y syzbot reported a WARNING in esttimer 1 Problem here is that with CONFIGPREEMPTRT=y, timer callbacks can be preempted. Adopt preemptdisablenested/preemptenablenested to fi...

5.5CVSS5.7AI score0.00134EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/10/01 12:0 a.m.13 views

PT-2025-40074

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the net sched subsystem, specifically in the est timer function when CONFIG PREEMPT RT is enabled. This configuration can lead to preemption of...

7.8CVSS6.2AI score0.08942EPSS
SaveExploits4References988
OSV
OSV
added 2025/08/08 11:15 a.m.8 views

OESA-2025-1960 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: xfrm: state: fix out-of-bounds read during lookup lookup and resize can run in parallel. The xfrmstatehashgeneration seqlock ensures a retry, but the hash...

9.8CVSS6.3AI score0.00491EPSS
SaveExploits0References40
Rows per page
Query Builder