Lucene search
+L

159 matches found

OSV
OSV
added 2025/07/03 9:15 a.m.12 views

UBUNTU-CVE-2025-38108

In the Linux kernel, the following vulnerability has been resolved: netsched: red: fix a race in redchange Gerrard Tai reported a race condition in RED, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 CPU 1 1: lock root 2: qdisctreeflushbacklog 3: unlock root | |...

7.8CVSS6.2AI score0.00139EPSS
SaveExploits0References43
OSV
OSV
added 2025/07/03 9:15 a.m.12 views

UBUNTU-CVE-2025-38107

In the Linux kernel, the following vulnerability has been resolved: netsched: ets: fix a race in etsqdiscchange Gerrard Tai reported a race condition in ETS, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 CPU 1 1: lock root 2: qdisctreeflushbacklog 3: unlock roo...

7.8CVSS6.2AI score0.00135EPSS
SaveExploits0References42
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.20 views

CVE-2025-38108 net_sched: red: fix a race in __red_change()

In the Linux kernel, the following vulnerability has been resolved: netsched: red: fix a race in redchange Gerrard Tai reported a race condition in RED, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 CPU 1 1: lock root 2: qdisctreeflushbacklog 3: unlock root | |...

7.8CVSS0.00139EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/06/20 11:23 p.m.10 views

SUSE CVE-2025-38083

In the Linux kernel, the following vulnerability has been resolved: netsched: prio: fix a race in priotune Gerrard Tai reported a race condition in PRIO, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 CPU 1 1: lock root 2: qdisctreeflushbacklog 3: unlock root | ...

7.8CVSS6.3AI score0.00125EPSS
SaveExploits0References91
OSV
OSV
added 2025/06/20 12:15 p.m.13 views

AZL-64211 CVE-2025-38083 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: netsched: prio: fix a race in priotune Gerrard Tai reported a race condition in PRIO, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 CPU 1 1: lock root 2: qdisctreeflushbacklog 3: unlock root | ...

7.8CVSS6.1AI score0.00125EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/20 11:21 a.m.9 views

CVE-2025-38083 net_sched: prio: fix a race in prio_tune()

In the Linux kernel, the following vulnerability has been resolved: netsched: prio: fix a race in priotune Gerrard Tai reported a race condition in PRIO, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 CPU 1 1: lock root 2: qdisctreeflushbacklog 3: unlock root | ...

7.8CVSS6AI score
SaveExploits0References14
CNNVD
CNNVD
added 2025/06/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 contention condition in the priotune function that could lead to a qlen underflow...

4.7CVSS6.4AI score0.00125EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/06/11 12:00 a.m.15 views

PT-2025-26304

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A race condition has been identified in the Linux kernel's PRIO component, specifically when the SFQ perturb timer fires at an inappropriate time. This issue can be exploited to...

6.8CVSS6.6AI score0.00125EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/06/06 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 qlen count error in schhfsc, which could lead to inconsistent queue statistics...

7.8CVSS6.4AI score0.0021EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/05/21 12:46 a.m.18 views

SUSE CVE-2025-37932

In the Linux kernel, the following vulnerability has been resolved: schhtb: make htbqlennotify idempotent htbqlennotify always deactivates the HTB class and in fact could trigger a warning if it is already deactivated. Therefore, it is not idempotent and not friendly to its callers, like...

6.3AI score0.00222EPSS
SaveExploits0References25
OSV
OSV
added 2025/05/20 4:15 p.m.4 views

DEBIAN-CVE-2025-37932

In the Linux kernel, the following vulnerability has been resolved: schhtb: make htbqlennotify idempotent htbqlennotify always deactivates the HTB class and in fact could trigger a warning if it is already deactivated. Therefore, it is not idempotent and not friendly to its callers, like...

5.5CVSS5.5AI score0.00222EPSS
SaveExploits0References1
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 a non-idempotent htbqlennotify in schhtb...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/05/06 2:59 a.m.10 views

SUSE CVE-2025-37798

In the Linux kernel, the following vulnerability has been resolved: codel: remove sch-q.qlen check before qdisctreereducebacklog After making all -qlennotify callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fqcodeldequeue and codelqdiscdequeue...

7.8CVSS6.3AI score0.00213EPSS
SaveExploits0References63
RedhatCVE
RedhatCVE
added 2025/05/04 2:58 p.m.16 views

CVE-2025-37798

In the Linux kernel, the following vulnerability has been resolved: codel: remove sch-q.qlen check before qdisctreereducebacklog After making all -qlennotify callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fqcodeldequeue and codelqdiscdequeue...

5.5CVSS6.9AI score0.00213EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/02 3:15 p.m.11 views

CVE-2025-37798

In the Linux kernel, the following vulnerability has been resolved: codel: remove sch-q.qlen check before qdisctreereducebacklog After making all -qlennotify callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fqcodeldequeue and codelqdiscdequeue...

7.8CVSS0.00213EPSS
SaveExploits0References11
OSV
OSV
added 2025/05/02 3:15 p.m.10 views

UBUNTU-CVE-2025-37798

In the Linux kernel, the following vulnerability has been resolved: codel: remove sch-q.qlen check before qdisctreereducebacklog After making all -qlennotify callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fqcodeldequeue and codelqdiscdequeue...

7.8CVSS6.1AI score0.00213EPSS
SaveExploits0References41
Cvelist
Cvelist
added 2025/05/02 2:16 p.m.35 views

CVE-2025-37798 codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()

In the Linux kernel, the following vulnerability has been resolved: codel: remove sch-q.qlen check before qdisctreereducebacklog After making all -qlennotify callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fqcodeldequeue and codelqdiscdequeue...

7.8CVSS0.00213EPSS
SaveExploits0References9
OSV
OSV
added 2025/05/02 2:16 p.m.20 views

CVE-2025-37798 codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()

In the Linux kernel, the following vulnerability has been resolved: codel: remove sch-q.qlen check before qdisctreereducebacklog After making all -qlennotify callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fqcodeldequeue and codelqdiscdequeue...

7.8CVSS6.1AI score
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2025/04/28 12:00 a.m.9 views

PT-2025-22176

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the net sched: ets, where a netem child qdisc can cause the parent qdisc's enqueue callback to be reentrant. This can le...

7.8CVSS6.8AI score0.0021EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/02/19 12:15 a.m.8 views

SUSE CVE-2025-21702

In the Linux kernel, the following vulnerability has been resolved: pfifotailenqueue: Drop new packet when sch-limit == 0 Expected behaviour: In case we reach scheduler's limit, pfifotailenqueue will drop a packet in scheduler's queue and decrease scheduler's qlen by one. Then, pfifotailenqueue...

7.8CVSS6.6AI score0.00267EPSS
SaveExploits0References90
Rows per page
Query Builder