Lucene search
+L

15 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/31 12:00 a.m.10 views

RHEL 9 : kernel (RHSA-2026:49032)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:49032 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: net/sched: clsapi: Handle TCACTCONSUME...

9.8CVSS5.6AI score0.00536EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2026/07/27 8:04 a.m.10 views

net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle

...

9.8CVSS5.2AI score0.00536EPSS
SaveExploits0
CVE
CVE
added 2026/05/01 2:15 p.m.63 views

CVE-2026-43035

The CVE affects the Linux kernel net: sched: cls_api code path tc_chain_fill_node, where tcm_info in struct tcmsg was not initialized, leaking heap memory to userspace via a 4-byte field. The fix zeros tcm_info alongside other initialized fields. Affected/patched details from connected docs: upst...

5.5CVSS5.8AI score0.00129EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.13 views

CVE-2026-43035

In the Linux kernel, the following vulnerability has been resolved: net: sched: clsapi: fix tcchainfillnode to initialize tcminfo to zero to prevent an info-leak When building netlink messages, tcchainfillnode never initializes the tcminfo field of struct tcmsg. Since the allocation is not zeroed...

5.5CVSS5.7AI score0.00129EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2026/02/04 12:00 a.m.6 views

The vulnerability of the tcf_blockbind() function in the net/sched/cls_api.c module of the net/sched subsystem of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the tcfblockbind function in the net/sched/clsapi.c module of the net/sched subsystem of the Linux operating system is related to the repeated use of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, a...

5.6CVSS6AI score0.00156EPSS
SaveExploits0References18Affected Software3
EUVD
EUVD
added 2025/12/30 3:30 p.m.11 views

EUVD-2023-60448

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: remove blockcb from driverlist before freeing Error handler of tcfblockbind frees the whole bo-cblist on error. However, by that time the flowblockcb instances are already in the driver list because driver...

5.9AI score0.00156EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/30 12:09 p.m.32 views

CVE-2023-54193 net/sched: cls_api: remove block_cb from driver_list before freeing

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: remove blockcb from driverlist before freeing Error handler of tcfblockbind frees the whole bo-cblist on error. However, by that time the flowblockcb instances are already in the driver list because driver...

7.8CVSS0.00156EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/30 12:09 p.m.34 views

CVE-2023-54193

CVE-2023-54193 affects the Linux kernel net/sched cls_api flow: when tcf_block_bind() errors, flow_block_cb objects were still in the driver_list, causing use-after-free. The fix removes flow_block_cb entries from driver_list before deallocation (the patch references show the changes). Affected: ...

7.8CVSS6AI score0.00156EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/30 12:09 p.m.14 views

CVE-2023-54193

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: remove blockcb from driverlist before freeing Error handler of tcfblockbind frees the whole bo-cblist on error. However, by that time the flowblockcb instances are already in the driver list because driver...

7.8CVSS5.5AI score0.00156EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/12/03 12:00 a.m.13 views

The vulnerability of the tcf_block_get_ext() function in the net/sched/cls_api.c module of the network/sched subsystem of the Linux operating system allows a attacker to cause a service failure.

The vulnerability of the tcfblockgetext function in the net/sched/clsapi.c module of the net/sched subsystem of the Linux operating system is related to operations involving resources after their expiration. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00212EPSS
SaveExploits0References9Affected Software3
RedHat Linux
RedHat Linux
added 2025/11/11 8:21 a.m.13 views

kernel: net/sched: cls_api: fix error handling causing NULL dereference

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: fix error handling causing NULL dereference tcfextsmisscookiebasealloc calls xaalloccyclic which can return 1 if the allocation succeeded after wrapping. This was treated as an error, with value 1 returned to...

5.5CVSS5.7AI score0.00213EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.3 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: Fixed error handling that caused NULL dereference. The function tcfextsmisscookiebasealloc calls xaalloccyclic, which may return 1 if the allocation succeeds after wrapping. This was previously treated as an...

5.5CVSS6.2AI score0.00213EPSS
SaveExploits0References3
OSV
OSV
added 2025/03/12 10:15 a.m.11 views

AZL-58511 CVE-2025-21857 affecting package kernel for versions less than 6.6.82.1-1

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: fix error handling causing NULL dereference tcfextsmisscookiebasealloc calls xaalloccyclic which can return 1 if the allocation succeeded after wrapping. This was treated as an error, with value 1 returned to...

5.5CVSS5.6AI score0.00213EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/03/12 9:42 a.m.4 views

CVE-2025-21857 net/sched: cls_api: fix error handling causing NULL dereference

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: fix error handling causing NULL dereference tcfextsmisscookiebasealloc calls xaalloccyclic which can return 1 if the allocation succeeded after wrapping. This was treated as an error, with value 1 returned to...

7.6AI score0.00213EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2022/08/09 5:10 p.m.12 views

kernel: use-after-free in tc_new_tfilter() in net/sched/cls_api.c

A use-after-free vulnerability was found in the tcnewtfilter function in net/sched/clsapi.c in the Linux kernel. The availability of local, unprivileged user namespaces allows privilege escalation...

8.6CVSS6.6AI score0.005EPSS
SaveExploits1References6
Rows per page
Query Builder