Lucene search
+L

174934 matches found

OSV
OSV
•added 2026/09/24 5:17 p.m.•6 views

DEBIAN-CVE-2026-97478

In the Linux kernel, the following vulnerability has been resolved: virt: acrn: Fix irqfd use-after-free during eventfd shutdown acrnirqfddeassign and the eventfd EPOLLHUP wakeup can race and free the same struct hsmirqfd: CPU0 CPU1 ---- ---- eventfdrelease wakeuppollEPOLLHUP hsmirqfdwakeup...

7.8CVSS6.2AI score0.0012EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/24 5:17 p.m.•4 views

DEBIAN-CVE-2026-97430

In the Linux kernel, the following vulnerability has been resolved: xhci: Prevent queuing new commands if xhci is inaccessible Refuse to queue a new command on the command ring if xHC is marked inaccessible with the HCDFLAGHWACCESSIBLE. HCDFLAGHWACCESSIBLE is set and cleared in suspend and resume...

5.9AI score0.00166EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 5:17 p.m.•8 views

CVE-2026-97430

In the Linux kernel, the following vulnerability has been resolved: xhci: Prevent queuing new commands if xhci is inaccessible Refuse to queue a new command on the command ring if xHC is marked inaccessible with the HCDFLAGHWACCESSIBLE. HCDFLAGHWACCESSIBLE is set and cleared in suspend and resume...

0.00166EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/24 5:17 p.m.•4 views

AZL-103859 CVE-2026-97430 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: xhci: Prevent queuing new commands if xhci is inaccessible Refuse to queue a new command on the command ring if xHC is marked inaccessible with the HCDFLAGHWACCESSIBLE. HCDFLAGHWACCESSIBLE is set and cleared in suspend and resume...

5.8AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/24 5:17 p.m.•2 views

AZL-103706 CVE-2026-97429 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix UAF race in destroyqueuecpsch waitondestroyqueue drops locks to wait for queue resume, allowing a concurrent destroy to free the queue. Use isbeingdestroyed flag to serialize destruction...

7.8CVSS6AI score0.00127EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/24 5:17 p.m.•6 views

DEBIAN-CVE-2026-97429

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix UAF race in destroyqueuecpsch waitondestroyqueue drops locks to wait for queue resume, allowing a concurrent destroy to free the queue. Use isbeingdestroyed flag to serialize destruction...

7.8CVSS6.1AI score0.00127EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 5:17 p.m.•9 views

CVE-2026-97429

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix UAF race in destroyqueuecpsch waitondestroyqueue drops locks to wait for queue resume, allowing a concurrent destroy to free the queue. Use isbeingdestroyed flag to serialize destruction...

7.8CVSS0.00127EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/24 5:17 p.m.•5 views

DEBIAN-CVE-2026-97409

In the Linux kernel, the following vulnerability has been resolved: nvme-fc: Do not cancel requests in io target before it is initialized A new nvme-fc controller in CONNECTING state sees admin request timeout schedules ctrl-ioerrwork to abort inflight requests. This ends up calling...

8.8CVSS5.8AI score0.00239EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 5:17 p.m.•8 views

CVE-2026-97409

In the Linux kernel, the following vulnerability has been resolved: nvme-fc: Do not cancel requests in io target before it is initialized A new nvme-fc controller in CONNECTING state sees admin request timeout schedules ctrl-ioerrwork to abort inflight requests. This ends up calling...

8.8CVSS0.00239EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/24 5:17 p.m.•3 views

AZL-103997 CVE-2026-97409 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: nvme-fc: Do not cancel requests in io target before it is initialized A new nvme-fc controller in CONNECTING state sees admin request timeout schedules ctrl-ioerrwork to abort inflight requests. This ends up calling...

8.8CVSS5.8AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/24 5:17 p.m.•4 views

DEBIAN-CVE-2026-93827

In the Linux kernel, the following vulnerability has been resolved: virtio-fs: avoid double-free on failed queue setup virtiofssetupvqs allocates fs-vqs and fs-mqmap before calling virtiofindvqs. If virtiofindvqs fails, the error path frees both pointers and returns an error to virtiofsprobe...

8.4CVSS5.8AI score0.0014EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 5:17 p.m.•7 views

CVE-2026-93827

In the Linux kernel, the following vulnerability has been resolved: virtio-fs: avoid double-free on failed queue setup virtiofssetupvqs allocates fs-vqs and fs-mqmap before calling virtiofindvqs. If virtiofindvqs fails, the error path frees both pointers and returns an error to virtiofsprobe...

8.4CVSS0.0014EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/24 5:17 p.m.•5 views

AZL-103925 CVE-2026-93827 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: virtio-fs: avoid double-free on failed queue setup virtiofssetupvqs allocates fs-vqs and fs-mqmap before calling virtiofindvqs. If virtiofindvqs fails, the error path frees both pointers and returns an error to virtiofsprobe...

8.4CVSS5.7AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/24 5:17 p.m.•7 views

AZL-103595 CVE-2026-93815 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: net: au1000: move freeirq out of the close-time spinlocked section au1000close calls freeirq while aup-lock is still held with spinlockirqsave. freeirq can sleep because it takes the IRQ descriptor request mutex, so it does not...

5.8AI score0.00166EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 5:17 p.m.•7 views

CVE-2026-93815

In the Linux kernel, the following vulnerability has been resolved: net: au1000: move freeirq out of the close-time spinlocked section au1000close calls freeirq while aup-lock is still held with spinlockirqsave. freeirq can sleep because it takes the IRQ descriptor request mutex, so it does not...

0.00166EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/24 5:17 p.m.•4 views

DEBIAN-CVE-2026-93815

In the Linux kernel, the following vulnerability has been resolved: net: au1000: move freeirq out of the close-time spinlocked section au1000close calls freeirq while aup-lock is still held with spinlockirqsave. freeirq can sleep because it takes the IRQ descriptor request mutex, so it does not...

5.8AI score0.00166EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 5:17 p.m.•9 views

CVE-2026-91161

OpenWA is a free, open source, self-hosted WhatsApp API gateway. Prior to 0.23.5, the GET /api/sessions/sessionId/groups/groupId/invite-code endpoint and the GroupGetInviteCode MCP tool have no OPERATOR role requirement, allowing a valid VIEWER key scoped to a session to retrieve an active group...

6.4CVSS0.00177EPSS
SaveExploits0References5
NVD
NVD
•added 2026/09/24 5:17 p.m.•8 views

CVE-2026-79764

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. From 2.5.0 until 2.5.1, the /homepage/proxy endpoint accepts an authenticated user's url query parameter and passes it to http.get or https.get without destination restrictions. In...

7.7CVSS0.0042EPSS
SaveExploits0References5
NVD
NVD
•added 2026/09/24 5:17 p.m.•8 views

CVE-2026-84302

Discourse is an open-source discussion platform. Prior to 2026.1.6, 2026.5.2, 2026.6.1, and 2026.7.0, Discourse AI reviewables associated with private messages could appear in the moderator review queue of a moderator who was not a participant in the message. Reviewable visibility filtering did n...

4.2CVSS0.00238EPSS
SaveExploits0References6
NVD
NVD
•added 2026/09/24 5:17 p.m.•7 views

CVE-2026-79763

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. From 2.4.0 until 2.5.1, the POST /users/totp/disable and POST /users/totp/backup-codes endpoints accept the account password as the sole reauthentication factor after a 2.4.0 refactor...

5.3CVSS0.00315EPSS
SaveExploits0References5
Rows per page
Query Builder