Lucene search
+L

410 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:41 p.m.•3 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: net/sched: schqfq: Fixed a null dereference in aggdequeue. To prevent a potential crash in aggdequeue when cl-qdisc-ops-peekcl-qdisc returns NULL, we check the returned value before using it, similar to the existing approach in...

5.9AI score0.00193EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net/sched: schqfq: do not free existing class in qfqchangeclass This fix addresses the issue with the qfqchangeclass function. The cl-qdisc and cl fields should only be freed if a new class and qdisc are allocated; otherwise,...

7.8CVSS6.3AI score0.00239EPSS
SaveExploits1References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•10 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: net/sched: qfq: Use clisactive to determine whether a class is active in qfqrmfromag. This is more of a preventive patch aimed at making the code more consistent and preventing possible exploits that involve manipulating child ql...

7.8CVSS6.5AI score0.00128EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•6 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1

A use-after-free vulnerability exists in the Linux kernel’s net/sched: schqfq component, which can be exploited to achieve local privilege escalation. When the plug qdisc is used as a class of the qfq qdisc, sending network packets triggers a use-after-free in qfqdequeue, due to the incorrect .pe...

7.8CVSS6.6AI score0.00418EPSS
SaveExploits1References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15

The qfqchangeclass function in net/sched/schqfq.c in the Linux kernel before version 6.2.13 allows a out-of-bounds write vulnerability, as lmax can exceed QFQMINLMAX...

7.8CVSS6.3AI score0.00587EPSS
SaveExploits0References2
Zero Day Initiative
Zero Day Initiative
•added 2026/09/14 12:00 a.m.•10 views

Linux Kernel QFQ Plus Scheduler Use-After-Free Local Privilege Escalation Vulnerability

This vulnerability allows local attackers to escalate privileges on affected installations of Linux Kernel. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the handling of qfqclas...

7.8CVSS7.6AI score0.00239EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
•added 2026/09/06 12:00 a.m.•6 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-053273)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-053273 advisory. In the Linux kernel, the following vulnerability has been resolved: net/sched: Enforce that teql can only be used as root qdisc Design intent of teql is that it is...

7.8CVSS5.8AI score0.00142EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/08/28 4:35 p.m.•11 views

SUSE CVE-2026-80630

In the Linux kernel, the following vulnerability has been resolved: net/sched: schfqcodel: Do not call qdisctreereducebacklog during peek before restoring qlen Whenever fqcodel drops packets during peek, it calls qdisctreereducebacklog. An issue arises because it calls qdisctreereducebacklog befo...

9.8CVSS5.9AI score0.00755EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/28 8:16 a.m.•19 views

CVE-2026-80630

In the Linux kernel, the following vulnerability has been resolved: net/sched: schfqcodel: Do not call qdisctreereducebacklog during peek before restoring qlen Whenever fqcodel drops packets during peek, it calls qdisctreereducebacklog. An issue arises because it calls qdisctreereducebacklog befo...

9.8CVSS5.9AI score0.00755EPSS
SaveExploits0References10
OSV
OSV
•added 2026/08/28 8:16 a.m.•12 views

UBUNTU-CVE-2026-80630

In the Linux kernel, the following vulnerability has been resolved: net/sched: schfqcodel: Do not call qdisctreereducebacklog during peek before restoring qlen Whenever fqcodel drops packets during peek, it calls qdisctreereducebacklog. An issue arises because it calls qdisctreereducebacklog befo...

9.8CVSS5.8AI score0.00755EPSS
SaveExploits0References11
EUVD
EUVD
•added 2026/08/28 6:48 a.m.•14 views

EUVD-2026-67506

In the Linux kernel, the following vulnerability has been resolved: net/sched: schfqcodel: Do not call qdisctreereducebacklog during peek before restoring qlen Whenever fqcodel drops packets during peek, it calls qdisctreereducebacklog. An issue arises because it calls qdisctreereducebacklog befo...

5.9AI score0.00755EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/28 6:48 a.m.•34 views

CVE-2026-80630 net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek before restoring qlen

In the Linux kernel, the following vulnerability has been resolved: net/sched: schfqcodel: Do not call qdisctreereducebacklog during peek before restoring qlen Whenever fqcodel drops packets during peek, it calls qdisctreereducebacklog. An issue arises because it calls qdisctreereducebacklog befo...

9.8CVSS5.9AI score
SaveExploits0References11
CVE
CVE
•added 2026/08/28 6:48 a.m.•82 views

CVE-2026-80630

CVE-2026-80630 is a vulnerability in the Linux kernel's fq_codel traffic control qdisc (net/sched/sch_fq_codel). During the peek operation, the code calls qdisc_tree_reduce_backlog before reincrementing qlen. If qlen momentarily drops to zero while peek still returns a packet, the parent qdisc's ...

9.8CVSS5.9AI score0.00755EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/28 6:48 a.m.•47 views

CVE-2026-80630 net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek before restoring qlen

In the Linux kernel, the following vulnerability has been resolved: net/sched: schfqcodel: Do not call qdisctreereducebacklog during peek before restoring qlen Whenever fqcodel drops packets during peek, it calls qdisctreereducebacklog. An issue arises because it calls qdisctreereducebacklog befo...

9.8CVSS0.00755EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
•added 2026/08/28 12:00 a.m.•17 views

PT-2026-82930

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch fq codel: Do not call qdisc tree reduce backlog during peek before restoring qlen Whenever fq codel drops packets during peek, it calls qdisc tree reduce backlog. An issue arises because it calls qdisc tree reduce...

5.9AI score0.00755EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2026/08/27 4:53 p.m.•8 views

SUSE CVE-2026-72036

In the Linux kernel, the following vulnerability has been resolved: net/sched: schmultiq: Replace direct dequeue call with peek and qdiscdequeuepeeked multiqdequeue takes a packet from a band's child with a direct -dequeue call after multiqpeek peeked it. When the child is non-work-conserving the...

5.5CVSS5.8AI score0.00176EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:24 a.m.•8 views

SUSE CVE-2026-72035

In the Linux kernel, the following vulnerability has been resolved: net/sched: schtaprio: Replace direct dequeue call with peek and qdiscdequeuepeeked When taprio's software path peeks a non-work-conserving child qdisc, the child stashes the peeked skb in its gsoskb; tapriodequeuefromtxq then tak...

5.5CVSS5.8AI score0.00606EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/26 1:14 a.m.•7 views

SUSE CVE-2026-74267

In the Linux kernel, the following vulnerability has been resolved: net/sched: schcodel: Do not call qdisctreereducebacklog during peek before restoring qlen Whenever codel drops packets during peek, it calls qdisctreereducebacklog. An issue arises because it calls qdisctreereducebacklog before i...

9.8CVSS5.9AI score0.00755EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/08/26 12:00 a.m.•13 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-104615)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-104615 advisory. In the Linux kernel, the following vulnerability has been resolved: net/sched: schcodel: Do not call qdisctreereducebacklog during peek before restoring qlen Wheneve...

9.8CVSS5.6AI score0.00755EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/08/26 12:00 a.m.•8 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-099010)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-099010 advisory. In the Linux kernel, the following vulnerability has been resolved: net/sched: qfq: Use clisactive to determine whether class is active in qfqrmfromag This is more o...

7.8CVSS6.7AI score0.00128EPSS
SaveExploits0References4
Rows per page
Query Builder