Lucene search
+L

1245 matches found

OSV
OSV
added 2024/05/21 3:15 p.m.31 views

CVE-2021-47293

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: Skip non-Ethernet packets Currently tcfskbmodact assumes that packets use Ethernet as their L2 protocol, which is not always the case. As an example, for CAN devices: $ ip link add dev vcan0 type vcan $ ip...

7.8CVSS6.2AI score
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.32 views

CVE-2021-47419

In the Linux kernel, the following vulnerability has been resolved: net/sched: schtaprio: properly cancel timer from tapriodestroy There is a comment in qdisccreate about us not calling ops-reset in some cases. errout4: / Any broken qdiscs that would require a ops-reset here? The qdisc was never ...

7.8CVSS5.8AI score0.00231EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.20 views

CVE-2021-47293

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: Skip non-Ethernet packets Currently tcfskbmodact assumes that packets use Ethernet as their L2 protocol, which is not always the case. As an example, for CAN devices: $ ip link add dev vcan0 type vcan $ ip...

7.8CVSS6.2AI score0.00234EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/21 3:15 p.m.7 views

UBUNTU-CVE-2021-47418

In the Linux kernel, the following vulnerability has been resolved: netsched: fix NULL deref in fifosetlimit syzbot reported another NULL deref in fifosetlimit 1 I could repro the issue with : unshare -n tc qd add dev lo root handle 1:0 tbf limit 200000 burst 70000 rate 100Mbit tc qd replace dev ...

5.5CVSS6.3AI score0.00234EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.15 views

CVE-2021-47295

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix memory leak in tcindexpartialdestroywork Syzbot reported memory leak in tcindexsetparms. The problem was in non-freed perfect hash in tcindexpartialdestroywork. In tcindexsetparms new tcindexdata is allocated and...

7.5CVSS6.4AI score0.01497EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 3:04 p.m.35 views

CVE-2021-47419 net/sched: sch_taprio: properly cancel timer from taprio_destroy()

In the Linux kernel, the following vulnerability has been resolved: net/sched: schtaprio: properly cancel timer from tapriodestroy There is a comment in qdisccreate about us not calling ops-reset in some cases. errout4: / Any broken qdiscs that would require a ops-reset here? The qdisc was never ...

7.8CVSS6.4AI score0.00231EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/21 3:04 p.m.16 views

CVE-2021-47419 net/sched: sch_taprio: properly cancel timer from taprio_destroy()

In the Linux kernel, the following vulnerability has been resolved: net/sched: schtaprio: properly cancel timer from tapriodestroy There is a comment in qdisccreate about us not calling ops-reset in some cases. errout4: / Any broken qdiscs that would require a ops-reset here? The qdisc was never ...

7.8CVSS6.8AI score0.00231EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/21 3:03 p.m.23 views

CVE-2021-47402 net: sched: flower: protect fl_walk() with rcu

In the Linux kernel, the following vulnerability has been resolved: net: sched: flower: protect flwalk with rcu Patch that refactored flwalk to use idrforeachentrycontinueul also removed rcu protection of individual filters which causes following use-after-free when filter is deleted concurrently...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.51 views

CVE-2021-47293 net/sched: act_skbmod: Skip non-Ethernet packets

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: Skip non-Ethernet packets Currently tcfskbmodact assumes that packets use Ethernet as their L2 protocol, which is not always the case. As an example, for CAN devices: $ ip link add dev vcan0 type vcan $ ip...

6.6AI score0.00234EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.50 views

CVE-2021-47293

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: Skip non-Ethernet packets Currently tcfskbmodact assumes that packets use Ethernet as their L2 protocol, which is not always the case. As an example, for CAN devices: $ ip link add dev vcan0 type vcan $ ip...

7.8CVSS5.6AI score0.00234EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 2:35 p.m.123 views

CVE-2021-47293

CVE-2021-47293 affects the Linux kernel net/sched skbmod path. The issue: tcf_skbmod_act() assumed Ethernet at L2, causing silent packet corruption for non‑Ethernet protocols (e.g., CAN vcan devices). Affected scenario shown by examples using vcan0 and skbmod swap mac; fix implemented to skip skb...

7.8CVSS6.8AI score0.00234EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.19 views

CVE-2021-47293 net/sched: act_skbmod: Skip non-Ethernet packets

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: Skip non-Ethernet packets Currently tcfskbmodact assumes that packets use Ethernet as their L2 protocol, which is not always the case. As an example, for CAN devices: $ ip link add dev vcan0 type vcan $ ip...

7AI score0.00234EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.16 views

SUSE CVE-2024-35893

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: prevent kernel-infoleak syzbot found that tcfskbmoddump was copying four bytes from kernel stack to user space 1. The issue here is that 'struct tcskbmod' has a four bytes hole. We need to clear the structur...

5.5CVSS6AI score0.00232EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.12 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 Linux kernel that originates from the net/sched:schtaprio module correctly canceling timers...

5.5CVSS6.4AI score0.00231EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.4 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 Linux kernel, which stems from a vulnerability in the net:sched:flower module...

7.8CVSS6.2AI score0.00244EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.5 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 presence of a null pointer dereference in the netsched module fifosetlimit...

5.5CVSS6.5AI score0.00234EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/05/20 12:15 p.m.22 views

CVE-2024-35893

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: prevent kernel-infoleak syzbot found that tcfskbmoddump was copying four bytes from kernel stack to user space 1. The issue here is that 'struct tcskbmod' has a four bytes hole. We need to clear the structur...

5.5CVSS6.1AI score0.00232EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 12:14 p.m.28 views

CVE-2024-35892

CVE-2024-35892 is a vulnerability in the Linux kernel’s network scheduler caused by improper use of the qdisclookup function. This function assumes the global RTNL lock is held, but in the qdisctreereducebacklog function, only a local queue lock is used. This mismatch creates a race condition tha...

5.5CVSS8.6AI score0.00171EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/19 9:15 a.m.16 views

CVE-2024-35893

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: prevent kernel-infoleak syzbot found that tcfskbmoddump was copying four bytes from kernel stack to user space 1. The issue here is that 'struct tcskbmod' has a four bytes hole. We need to clear the structur...

5.5CVSS6.1AI score0.00232EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/19 9:15 a.m.4 views

DEBIAN-CVE-2024-35893

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: prevent kernel-infoleak syzbot found that tcfskbmoddump was copying four bytes from kernel stack to user space 1. The issue here is that 'struct tcskbmod' has a four bytes hole. We need to clear the structur...

5.5CVSS5.7AI score0.00232EPSS
SaveExploits0References1
Rows per page
Query Builder