Lucene search
+L

3266 matches found

Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.9 views

CVE-2023-54251

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: Limit TCATAPRIOATTRSCHEDCYCLETIME to INTMAX. syzkaller found zero division error 0 in divs64rem called from getcycletimeelapsed, where sched-cycletime is the divisor. We have tests in parsetaprioschedule so tha...

5.2AI score0.00178EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:11 p.m.18 views

CVE-2023-54242 block, bfq: Fix division by zero error on zero wsum

In the Linux kernel, the following vulnerability has been resolved: block, bfq: Fix division by zero error on zero wsum When the weighted sum is zero the calculation of limit causes a division by zero error. Fix this by continuing to the next level. This was discovered by running as root: stress-...

6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/30 12:09 p.m.28 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.00143EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/30 11:10 a.m.14 views

OESA-2025-2885 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved:scsi: pm8001: Fix tag leaks on errorIn pm8001chipsetdevstatereq, pm8001chipfwflashupdatereq,pm80xxchipphyctlreq and pm8001chipregdevreq add missing callsto...

7.1CVSS7AI score0.00297EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.6 views

PT-2025-54022

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the net/sched subsystem related to the handling of traffic control blocks. Specifically, the error handler in tcf block bind frees the cb list without...

6.2AI score0.00143EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.17 views

PT-2025-53951

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue related to Bluetooth handling. Specifically, the scheduling of work items within the Bluetooth HCI Host Controller Interface subsystem was flawed. A...

7.8CVSS6.4AI score0.0094EPSS
SaveExploits2References843
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.7 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992530)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992530 advisory. In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Fix use after free for wext Key information in wext.connect is not reset on...

7.8CVSS6AI score0.0016EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/30 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 the Linux kernel that stems from an unrestricted scheduling cycle time, which could result in a divide-by-zero error or an overflow...

6AI score0.00178EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/22 5:04 p.m.15 views

kernel: net: sched: sfb: fix null pointer access issue when sfb_init() fails

A null pointer dereference exists in the linux kernel, such that when sfbinit fails qdisc is NULL, and it will cause gpf issue, leading to damage to the availability of the system...

5.5CVSS7.3AI score0.00203EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/12/20 12:25 a.m.11 views

SUSE CVE-2025-68325

In the Linux kernel, the following vulnerability has been resolved: net/sched: schcake: Fix incorrect qlen reduction in cakedrop In cakedrop, qdisctreereducebacklog is used to update the qlen and backlog of the qdisc hierarchy. Its caller, cakeenqueue, assumes that the parent qdisc will enqueue t...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0References20
Cvelist
Cvelist
added 2025/12/18 3:02 p.m.35 views

CVE-2025-68325 net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop

In the Linux kernel, the following vulnerability has been resolved: net/sched: schcake: Fix incorrect qlen reduction in cakedrop In cakedrop, qdisctreereducebacklog is used to update the qlen and backlog of the qdisc hierarchy. Its caller, cakeenqueue, assumes that the parent qdisc will enqueue t...

0.00193EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2025/12/18 9:01 a.m.8 views

net/sched: Always pass notifications when child class becomes empty

...

7.8CVSS5.4AI score0.00185EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/18 12:00 a.m.21 views

EulerOS Virtualization 2.13.1 : kernel (EulerOS-SA-2025-2546)

According to the versions of the kernel packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : KVM: VMX: Do all initialization before exposing /dev/kvm to userspaceCVE-2022-49932 drivers:md:fix a potential use-after-free...

10CVSS7.8AI score0.08555EPSS
SaveExploits19References231
SUSE CVE
SUSE CVE
added 2025/12/17 12:24 a.m.10 views

SUSE CVE-2025-68232

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

7.5CVSS6.3AI score0.00392EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 3:30 p.m.11 views

EUVD-2025-203664

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

5.8AI score0.00392EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/16 2:15 p.m.10 views

CVE-2025-68232

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

7.5CVSS0.00392EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/16 2:15 p.m.18 views

CVE-2025-68200

In the Linux kernel, the following vulnerability has been resolved: bpf: Add bpfprogrundatapointers syzbot found that clsbpfclassify is able to change tcskbcbskb-dropreason triggering a warning in skskbreasondrop. WARNING: CPU: 0 PID: 5965 at net/core/skbuff.c:1192 skskbreasondrop...

0.00202EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.6 views

CVE-2025-68232

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

7.5CVSS5.3AI score0.00392EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/16 2:15 p.m.8 views

UBUNTU-CVE-2025-68232

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

7.5CVSS5.7AI score0.00392EPSS
SaveExploits0References12
OSV
OSV
added 2025/12/16 2:15 p.m.8 views

UBUNTU-CVE-2025-68200

In the Linux kernel, the following vulnerability has been resolved: bpf: Add bpfprogrundatapointers syzbot found that clsbpfclassify is able to change tcskbcbskb-dropreason triggering a warning in skskbreasondrop. WARNING: CPU: 0 PID: 5965 at net/core/skbuff.c:1192 skskbreasondrop...

5.7AI score0.00202EPSS
SaveExploits0References34
Rows per page
Query Builder