Lucene search
+L

96 matches found

RedHat Linux
RedHat Linux
added 2025/03/05 2:49 a.m.10 views

kernel: net: avoid potential underflow in qdisc_pkt_len_init() with UFO

In the Linux kernel, the following vulnerability has been resolved: net: avoid potential underflow in qdiscpktleninit with UFO After commit 7c6d2ecbda83 "net: be more gentle about silly gso requests coming from user" virtionethdrtoskb had sanity check to detect malicious attempts from user space ...

5.5CVSS6.4AI score0.0028EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: netem: fixed the return value if duplicate enqueue fails. There is a bug in netemenqueue, introduced by the commit 5845f706388a “net: netem: fix skb length BUGON in skbtosgvec”, which can lead to a use-after-free. This commit...

7.8CVSS6.1AI score0.0025EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net/sched: netem: account for backlog updates from child qdisc Generally, the qlen of any classful qdisc should reflect the number of packets held by the qdisc itself and all its children. In the case of netem, qlen only accounts...

5.5CVSS5.8AI score0.00265EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/08 5:15 p.m.4 views

DEBIAN-CVE-2024-56770

In the Linux kernel, the following vulnerability has been resolved: net/sched: netem: account for backlog updates from child qdisc In general, 'qlen' of any classful qdisc should keep track of the number of packets that the qdisc itself and all of its children holds. In case of netem, 'qlen' only...

5.5CVSS5.5AI score0.00265EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.9 views

PT-2025-36272

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's networking scheduler related to backlog accounting within the qdisc dequeue internal function. This issue affects the hhf, fq, fq codel, and fq pie...

6CVSS5.7AI score0.00144EPSS
SaveExploits0
OSV
OSV
added 2024/12/27 2:15 p.m.2 views

DEBIAN-CVE-2024-53164

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix ordering of qlen adjustment Changes to sch-q.qlen around qdisctreereducebacklog need to happen before a call to said function because otherwise it may fail to notify parent qdiscs when the child is about to become...

5.5CVSS5.7AI score0.00263EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.12 views

net/sched: accept TCA_STAB only for root qdisc

...

7.8CVSS6.8AI score0.00254EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 8:15 p.m.4 views

DEBIAN-CVE-2024-50039

In the Linux kernel, the following vulnerability has been resolved: net/sched: accept TCASTAB only for root qdisc Most qdiscs maintain their backlog using qdiscpktlenskb on the assumption it is invariant between the enqueue and dequeue handlers. Unfortunately syzbot can crash a host rather easily...

5.5CVSS6.1AI score0.00254EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.21 views

AZL-51482 CVE-2024-50039 affecting package kernel for versions less than 6.6.57.1-1

In the Linux kernel, the following vulnerability has been resolved: net/sched: accept TCASTAB only for root qdisc Most qdiscs maintain their backlog using qdiscpktlenskb on the assumption it is invariant between the enqueue and dequeue handlers. Unfortunately syzbot can crash a host rather easily...

5.5CVSS6.5AI score0.00254EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/10/16 1:08 a.m.10 views

kernel: net: sched: sch_multiq: fix possible OOB write in multiq_tune()

An out-of-bounds write flaw was found in the Linux kernel's multiq qdisc functionality. This vulnerability allows a local user to crash or potentially escalate their privileges on the system...

7.8CVSS6.8AI score0.00284EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/09/12 2:51 a.m.10 views

SUSE CVE-2024-45016

In the Linux kernel, the following vulnerability has been resolved: netem: fix return value if duplicate enqueue fails There is a bug in netemenqueue introduced by commit 5845f706388a "net: netem: fix skb length BUGON in skbtosgvec" that can lead to a use-after-free. This commit made netemenqueue...

7CVSS6.2AI score0.0025EPSS
SaveExploits0References45
SUSE CVE
SUSE CVE
added 2024/05/23 3:05 a.m.11 views

SUSE CVE-2021-47243

In the Linux kernel, the following vulnerability has been resolved: schcake: Fix out of bounds when parsing TCP options and header The TCP option parser in cake qdisc cakegettcpopt and caketcphmaydrop could read one byte out of bounds. When the length is 1, the execution flow gets into the loop,...

7.1CVSS6.6AI score0.00259EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/19 9:15 a.m.10 views

UBUNTU-CVE-2024-35892

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix lockdep splat in qdisctreereducebacklog qdisctreereducebacklog is called with the qdisc lock held, not RTNL. We must use qdisclookuprcu instead of qdisclookup syzbot reported: WARNING: suspicious RCU usage...

5.5CVSS6.6AI score0.00171EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2024/02/20 12:31 p.m.6 views

kernel: use-after-free in sch_qfq network scheduler

A use-after-free flaw was found in qfqdequeue and aggdequeue in net/sched/schqfq.c in the Traffic Control QoS subsystem in the Linux kernel. This issue may allow a local user to crash the system or escalate their privileges on the system...

7.8CVSS6.7AI score0.00396EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.9 views

kernel: net/sched: sch_fq: fix integer overflow of "credit"

An integer overflow flaw was found in the Linux kernel network fair-queueing scheduler in the way the initial per-flow credit is set. If a configuration provides an excessively large initial quantum, the credit value can overflow to a negative number, leading to excessive scheduling and soft...

5.5CVSS7.3AI score0.00192EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2022/09/20 12:00 a.m.15 views

PT-2024-8456 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The vulnerability is caused by an API design decision in the Linux kernel's net/sched component, specifically in the taprio qdisc. When attempting full offload, the taprio qdisc starts...

8.4CVSS6.6AI score0.08555EPSS
SaveExploits1References1285
Rows per page
Query Builder