Lucene search
+L

1850 matches found

OSV
OSV
added 2025/09/09 5:03 p.m.6 views

SUSE-SU-2025:03123-1 Security update for the Linux Kernel RT (Live Patch 5 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-1506001017 fixes several issues. The following security issues were fixed: - CVE-2025-38087: net/sched: fix use-after-free in tapriodevnotifier bsc1245504. - CVE-2025-21999: proc: fix UAF in procgetinode bsc1242579. - CVE-2025-38001: netsched: hfsc: Address...

8.1CVSS6.7AI score0.00453EPSS
SaveExploits3References18
SUSE Linux
SUSE Linux
added 2025/09/09 8:04 a.m.5 views

Security update for the Linux Kernel RT (Live Patch 7 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-1506001023 fixes several issues. The following security issues were fixed: CVE-2025-38087: net/sched: fix use-after-free in tapriodevnotifier bsc1245504. CVE-2025-21999: proc: fix UAF in procgetinode bsc1242579. CVE-2025-38001: netsched: hfsc: Address...

8.5CVSS7.5AI score0.00453EPSS
SaveExploits3References34
Positive Technologies
Positive Technologies
added 2025/09/09 12:00 a.m.8 views

PT-2025-40069

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.17.0-rc4-dirty 343 Description The Linux kernel contained a flaw in the sched numa find nth cpu function. This function, when used with an offline CPU mask, could lead to a null pointer dereference due to an...

5.5CVSS6.4AI score0.00136EPSS
SaveExploits0
OSV
OSV
added 2025/09/08 9:13 p.m.7 views

SUSE-SU-2025:03104-1 Security update for the Linux Kernel RT (Live Patch 1 for SLE 15 SP7)

This update for the Linux Kernel 6.4.0-15070073 fixes several issues. The following security issues were fixed: - CVE-2025-38087: net/sched: fix use-after-free in tapriodevnotifier bsc1245504. - CVE-2025-38001: netsched: hfsc: Address reentrant enqueue adding class to eltree twice bsc1244235. -...

7.8CVSS6.8AI score0.00453EPSS
SaveExploits3References10
OSV
OSV
added 2025/09/08 2:19 p.m.10 views

RLSA-2025:12753 Important: kernel-rt security update

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: kernel: HID: intel-ish-hid: Fix use-after-free issue in ishtphidremove CVE-2025-21928 kernel: memstick: rtsxusbms: Fix slab-use-after-free...

7.8CVSS7.1AI score0.00477EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/09/08 12:00 a.m.15 views

RockyLinux 8 : kernel (RLSA-2025:11850)

The remote RockyLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2025:11850 advisory. kernel: wifi: iwlwifi: limit printed string from FW file CVE-2025-21905 kernel: sched/fair: Fix potential memory corruption in childcfsrqonlist...

7.8CVSS7.2AI score0.00229EPSS
SaveExploits0References7
Microsoft CVE
Microsoft CVE
added 2025/09/07 1:09 a.m.6 views

net/sched: Fix backlog accounting in qdisc_dequeue_internal

...

5.5CVSS7AI score0.00144EPSS
SaveExploits0
CVE
CVE
added 2025/09/05 5:20 p.m.55 views

CVE-2025-39677

CVE-2025-39677: In the Linux kernel, backlog accounting was fixed for qdisc_dequeue_internal affecting tbf-backed qdiscs (hhf, fq, fq_codel, fq_pie). The root cause was that when dropping packets to satisfy a new limit, only qlen was accounted for for some cases (gso_skb path), omitting qdisc_qst...

7.8CVSS6.2AI score0.00144EPSS
SaveExploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2025/09/04 11:24 p.m.7 views

SUSE CVE-2025-38684

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: use old 'nbands' while purging unused classes Shuang reported schets test-case 1 crashing in etsclassqlennotify after recent changes from Lion 2. The problem is: in etsqdiscchange we purge unused DWRR queues; the...

5.5CVSS6.2AI score0.00172EPSS
SaveExploits0References25
OSV
OSV
added 2025/09/04 4:15 p.m.8 views

UBUNTU-CVE-2025-38684

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: use old 'nbands' while purging unused classes Shuang reported schets test-case 1 crashing in etsclassqlennotify after recent changes from Lion 2. The problem is: in etsqdiscchange we purge unused DWRR queues; the...

5.5CVSS5.9AI score0.00172EPSS
SaveExploits0References36
OSV
OSV
added 2025/09/04 3:32 p.m.13 views

CVE-2025-38684 net/sched: ets: use old 'nbands' while purging unused classes

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: use old 'nbands' while purging unused classes Shuang reported schets test-case 1 crashing in etsclassqlennotify after recent changes from Lion 2. The problem is: in etsqdiscchange we purge unused DWRR queues; the...

5.7AI score
SaveExploits0References14
CVE
CVE
added 2025/09/04 3:32 p.m.71 views

CVE-2025-38684

CVE-2025-38684 affects the Linux kernel’s net/sched ETS implementation. The issue arose from purging unused DRR queues during ets_qdisc_change(), where the code used the new value of q->nbands for cleanup. The fix ensures the purge uses the old values of q->nbands (and q->nstrict), so pu...

5.5CVSS5.6AI score0.00172EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.19 views

CVE-2025-38684 net/sched: ets: use old 'nbands' while purging unused classes

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: use old 'nbands' while purging unused classes Shuang reported schets test-case 1 crashing in etsclassqlennotify after recent changes from Lion 2. The problem is: in etsqdiscchange we purge unused DWRR queues; the...

0.00172EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/09/04 12:00 a.m.9 views

Oracle Linux 9 : kernel (ELSA-2025-15011)

The remote Oracle Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-15011 advisory. - xfrm: interface: fix use-after-free after changing collectmd xfrm interface CKI Backport Bot RHEL-109529 CVE-2025-38500 - s390/pci: Fix duplicate...

9.8CVSS7.1AI score0.00354EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/09/02 6:56 a.m.10 views

kernel: net/sched: ets: use old 'nbands' while purging unused classes

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: use old 'nbands' while purging unused classes Shuang reported schets test-case 1 crashing in etsclassqlennotify after recent changes from Lion 2. The problem is: in etsqdiscchange we purge unused DWRR queues; the...

5.5CVSS6.7AI score0.00172EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/09/02 6:05 a.m.7 views

Important: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 9.4 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

9.1CVSS6.8AI score0.00923EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/08/31 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-38568

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: net/sched: mqprio: fix stack out-of- bounds write in tc entry parsing TCAMQPRIOTCENTRYINDEX ...

7.8CVSS6AI score0.00165EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/31 12:00 a.m.8 views

RHEL 7 : kernel (RHSA-2025:14748)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:14748 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: media: uvcvideo: Fix double...

7.8CVSS6.8AI score0.0027EPSS
SaveExploits0References20
Tenable Nessus
Tenable Nessus
added 2025/08/31 12:00 a.m.16 views

RHEL 9 : kernel (RHSA-2025:14696)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:14696 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: bpf, testrun: Fix...

7.8CVSS6.8AI score0.00229EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2025/08/31 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-38515

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/sched: Increment job count before swapping tail spsc queue A small race exists between spscqueuepush and the run-job worker, in which spscqueuepush may retu...

4.7CVSS6AI score0.0015EPSS
SaveExploits0References2
Rows per page
Query Builder