Lucene search
+L

319 matches found

CVE
CVE
added 2025/05/20 3:21 p.m.120 views

CVE-2025-37915

CVE-2025-37915 affects the Linux kernel’s net_sched code, specifically the drr scheduler when a netem child qdisc is involved. The issue was a double addition of the same classifier to the active_list, which could cause memory corruption due to reentrancy in the parent qdisc enqueue path (not a U...

7.8CVSS6.7AI score0.00184EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/05/20 3:21 p.m.133 views

CVE-2025-37914

CVE-2025-37914 is a Linux kernel network scheduler vulnerability in net_sched: ets where a netem child qdisc can trigger reentrant enqueue, causing the same classifier to be added twice to the active_list and potentially memory corruption. The patch adds an active check (cl_is_active) and guards ...

7.8CVSS6.7AI score0.0019EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/05/20 3:21 p.m.9 views

CVE-2025-37914 net_sched: ets: Fix double list add in class with netem as child qdisc

In the Linux kernel, the following vulnerability has been resolved: netsched: ets: Fix double list add in class with netem as child qdisc As described in Gerrard's report 1, there are use cases where a netem child qdisc will make the parent qdisc's enqueue callback reentrant. In the case of ets,...

7.8CVSS6.5AI score
SaveExploits0References12
OSV
OSV
added 2025/05/20 3:21 p.m.13 views

CVE-2025-37913 net_sched: qfq: Fix double list add in class with netem as child qdisc

In the Linux kernel, the following vulnerability has been resolved: netsched: qfq: Fix double list add in class with netem as child qdisc As described in Gerrard's report 1, there are use cases where a netem child qdisc will make the parent qdisc's enqueue callback reentrant. In the case of qfq,...

7.8CVSS6.5AI score
SaveExploits0References13
CVE
CVE
added 2025/05/20 3:21 p.m.122 views

CVE-2025-37913

Summary: CVE-2025-37913 affects the Linux kernel’s net_sched/qfq when a netem child qdisc can cause the parent enqueue callback to be reentrant, risking memory corruption from adding the same classifier twice. The root cause is a double list add in the class when reentry occurs; the fix adds a gu...

7.8CVSS6.6AI score0.00193EPSS
SaveExploits0References10Affected Software1
CNNVD
CNNVD
added 2025/05/20 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a possible duplicate addition of classifiers by the qfq scheduler in the case of netem subqueues, which coul...

7.8CVSS6.8AI score0.00193EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/05/20 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the possibility that the ets scheduler may repeatedly add classifiers in the case of netem subqueues,...

7.8CVSS7AI score0.0019EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/05/20 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the drr scheduler potentially duplicating the addition of classifiers in the case of netem subqueues,...

7CVSS7AI score0.00184EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2025/05/18 1:01 p.m.25 views

CVE-2025-37890

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report 1, we have a UAF case when an hfsc class has a netem child qdisc. The crux of the issue is that hfsc is assuming that...

5.5CVSS6.9AI score0.00208EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/05/17 2:54 a.m.9 views

SUSE CVE-2025-37890

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report 1, we have a UAF case when an hfsc class has a netem child qdisc. The crux of the issue is that hfsc is assuming that...

7CVSS6.4AI score0.00208EPSS
SaveExploits0References87
OSV
OSV
added 2025/05/16 9:14 p.m.42 views

CLSA-2025-1747430081 Fix of 50 CVEs

CVE-url: https://ubuntu.com/security/CVE-2021-47352 - virtio-net: Add validation for used length CVE-url: https://ubuntu.com/security/CVE-2024-46745 - Input: uinput - reject requests with unreasonable number of slots CVE-url: https://ubuntu.com/security/CVE-2024-44952 - driver core: Fix ueventsho...

9.8CVSS7AI score0.00659EPSS
SaveExploits3References1
OSV
OSV
added 2025/05/16 9:13 p.m.23 views

CLSA-2025-1747430034 Fix of 54 CVEs

Bionic update: upstream stable patchset 2022-04-13 LP: 1968932 // CVE- url: https://ubuntu.com/security/CVE-2022-23041 - xen/gnttab: fix gnttabendforeignaccess without page specified Bionic update: upstream stable patchset 2023-01-20 LP: 2003596 // CVE- url:...

9.8CVSS7AI score0.00759EPSS
SaveExploits1References1
NVD
NVD
added 2025/05/16 1:15 p.m.26 views

CVE-2025-37890

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report 1, we have a UAF case when an hfsc class has a netem child qdisc. The crux of the issue is that hfsc is assuming that...

7.8CVSS0.00208EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/16 1:15 p.m.4 views

DEBIAN-CVE-2025-37890

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report 1, we have a UAF case when an hfsc class has a netem child qdisc. The crux of the issue is that hfsc is assuming that...

7.8CVSS5.7AI score0.00208EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/05/16 1:01 p.m.8 views

CVE-2025-37890

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report 1, we have a UAF case when an hfsc class has a netem child qdisc. The crux of the issue is that hfsc is assuming that...

7.8CVSS5.7AI score0.00208EPSS
SaveExploits0
OSV
OSV
added 2025/05/16 1:01 p.m.15 views

CVE-2025-37890 net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report 1, we have a UAF case when an hfsc class has a netem child qdisc. The crux of the issue is that hfsc is assuming that...

7.8CVSS6.1AI score
SaveExploits0References13
CVE
CVE
added 2025/05/16 1:01 p.m.163 views

CVE-2025-37890

CVE-2025-37890 affects the Linux kernel net_sched hfsc when a class has a netem child qdisc. The root cause is a use-after-free in class insertion into the vttree/eltree, which can occur in reentrant scenarios; the patch validates n_active to prevent double insertion. The fix is a kernel patch in...

7.8CVSS6.4AI score0.00208EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2025/05/16 1:01 p.m.7 views

CVE-2025-37890 net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report 1, we have a UAF case when an hfsc class has a netem child qdisc. The crux of the issue is that hfsc is assuming that...

7.8CVSS6.2AI score0.00208EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/16 1:01 p.m.23 views

CVE-2025-37890 net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report 1, we have a UAF case when an hfsc class has a netem child qdisc. The crux of the issue is that hfsc is assuming that...

7.8CVSS0.00208EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.15 views

kernel: sch/netem: fix use after free in netem_dequeue

A use-after-free vulnerability was found in the Linux kernel. If netemdequeue enqueues a packet to inner qdisc and that qdisc returns NETXMITSTOLEN, the packet is dropped but qdisctreereducebacklog is not called to update the parent's q.qlen...

7.8CVSS6.8AI score0.00268EPSS
SaveExploits0References5
Rows per page
Query Builder