Lucene search
+L

1003 matches found

SUSE CVE
SUSE CVE
added 2025/09/04 11:24 p.m.9 views

SUSE CVE-2025-38687

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

5.5CVSS6.3AI score0.00124EPSS
SaveExploits0References21
NVD
NVD
added 2025/09/04 4:15 p.m.17 views

CVE-2025-38695

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Check for hdwq null ptr when cleaning up lpfcvport structure If a call to lpfcsli4readrev from lpfcsli4hbasetup fails, the resultant cleanup routine lpfcsli4vportdeletefcpxriaborted may occur before sli4hba.hdwqs are...

5.5CVSS0.0017EPSS
SaveExploits0References12
NVD
NVD
added 2025/09/04 4:15 p.m.9 views

CVE-2025-38687

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

7.3CVSS0.00124EPSS
SaveExploits0References12
NVD
NVD
added 2025/09/04 4:15 p.m.11 views

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.5CVSS0.0017EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/04 4:15 p.m.5 views

DEBIAN-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.3AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.4 views

DEBIAN-CVE-2025-38687

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

4.7CVSS4.9AI score0.00124EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.19 views

AZL-66860 CVE-2025-38687 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

7.3CVSS5.6AI score0.00124EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.13 views

UBUNTU-CVE-2025-38695

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Check for hdwq null ptr when cleaning up lpfcvport structure If a call to lpfcsli4readrev from lpfcsli4hbasetup fails, the resultant cleanup routine lpfcsli4vportdeletefcpxriaborted may occur before sli4hba.hdwqs are...

5.5CVSS5.9AI score0.0017EPSS
SaveExploits0References37
OSV
OSV
added 2025/09/04 4:15 p.m.12 views

UBUNTU-CVE-2025-38687

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

7.3CVSS5.7AI score0.00124EPSS
SaveExploits0References37
OSV
OSV
added 2025/09/04 4:15 p.m.10 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.0017EPSS
SaveExploits0References36
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.30 views

CVE-2025-38687 comedi: fix race between polling and detaching

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

7.3CVSS0.00124EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/04 3:32 p.m.14 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
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.22 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.0017EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/04 3:32 p.m.84 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.0017EPSS
SaveExploits0References11Affected Software1
RedHat Linux
RedHat Linux
added 2025/09/02 7:19 a.m.21 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.0017EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/09/02 7:19 a.m.20 views

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

A use-after-free UAF vulnerability was found in the Linux kernel's net/sched subsystem, specifically in the Credit-Based Shaper CBS qdisc implementation schcbs. The vulnerability occurs because the CBS qdisc's reset function qdiscresetqueue only resets its internal queue but fails to reset its...

7.8CVSS7.2AI score0.00191EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/09/02 6:56 a.m.12 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.0017EPSS
SaveExploits0References5
Spring Security Advisories
Spring Security Advisories
added 2025/09/02 12:00 a.m.26 views

The Road to GA - Introduction

As you all should be aware by now, the Spring portfolio is in the process of driving towards the next major versions to be released in November of this year. This will be only the fourth major generation for Spring Boot and the seventh major generation for Spring Framework in its over 20 year...

6.9AI score
SaveExploits0
OSV
OSV
added 2025/08/28 7:15 a.m.5 views

MAL-2025-41462 Malicious code in @twork-data-services/aggregator-sme-group-queues (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/08/27 11:42 a.m.20 views

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

A use-after-free UAF vulnerability was found in the Linux kernel's net/sched subsystem, specifically in the Credit-Based Shaper CBS qdisc implementation schcbs. The vulnerability occurs because the CBS qdisc's reset function qdiscresetqueue only resets its internal queue but fails to reset its...

7.8CVSS7.2AI score0.00191EPSS
SaveExploits0References5
Rows per page
Query Builder