Lucene search
+L

1593 matches found

CVE
CVE
added 2026/05/01 2:15 p.m.22 views

CVE-2026-31784

CVE-2026-31784 affects the Linux kernel, specifically the drm/xe/pxp component. The issue arises in pxp_start where a restart flag is not cleared, causing the function to potentially loop back to the start after reaching the end. This has been resolved by cherry-picking a fix from commit 0850ec7b...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/01 2:14 p.m.5 views

CVE-2026-31769 gpib: fix use-after-free in IO ioctl handlers

In the Linux kernel, the following vulnerability has been resolved: gpib: fix use-after-free in IO ioctl handlers The IBRD, IBWRT, IBCMD, and IBWAIT ioctl handlers use a gpibdescriptor pointer after board-biggpibmutex has been released. A concurrent IBCLOSEDEV ioctl can free the descriptor via...

7.8CVSS6.5AI score0.00131EPSS
SaveExploits0References6
OSV
OSV
added 2026/05/01 2:14 p.m.5 views

CVE-2026-31766 drm/amdgpu: validate doorbell_offset in user queue creation

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate doorbelloffset in user queue creation amdgpuuserqgetdoorbellindex passes the user-provided doorbelloffset to amdgpudoorbellindexonbar without bounds checking. An arbitrarily large doorbelloffset can cause the...

7.1CVSS6.5AI score0.00124EPSS
SaveExploits0References6
GithubExploit
GithubExploit
added 2026/04/30 11:16 a.m.128 views

Exploit for CVE-2026-31431

Copy Fail - CVE-2026-31431 Detector and Mitigator !Bashhtt...

7.8CVSS5.8AI score0.94545EPSS
SaveExploits233
GithubExploit
GithubExploit
added 2026/04/30 4:29 a.m.139 views

Exploit for CVE-2026-31431

copy-fail-CVE-2026-31431-C “copy-fail-CVE-2026-31431” is a p...

7.8CVSS7.2AI score0.94545EPSS
SaveExploits233
Tenable Nessus
Tenable Nessus
added 2026/04/28 12:0 a.m.5 views

SUSE SLES15 Security Update : kernel (Live Patch 26 for SUSE Linux Enterprise 15 SP5) (SUSE-SU-2026:1630-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:1630-1 advisory. This update for the SUSE Linux Enterprise Kernel 5.14.21-150500.55.103 fixes various security issues The following security issues were fixed: ...

7.8CVSS5.5AI score0.00134EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/04/27 5:34 p.m.7 views

EUVD-2026-25886

In the Linux kernel, the following vulnerability has been resolved: EDAC/mc: Fix error path ordering in edacmcalloc When the mci-pvtinfo allocation in edacmcalloc fails, the error path will call putdevice which will end up calling the device's release function. However, the init ordering is wrong...

5.3AI score0.00115EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2026/04/26 8:8 a.m.7 views

media: as102: fix to not free memory after the device is registered in as102_usb_probe()

...

7.8CVSS5.8AI score0.00128EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/25 12:0 a.m.5 views

SUSE SLES15 Security Update : kernel (Live Patch 10 for SUSE Linux Enterprise 15 SP6) (SUSE-SU-2026:1613-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:1613-1 advisory. This update for the SUSE Linux Enterprise Kernel 6.4.0-150600.23.47 fixes various security issues The following security issues were fixed: -...

7.8CVSS5.8AI score0.00154EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/04/25 12:0 a.m.14 views

SUSE SLES12 / SLES15 Security Update : kernel (Live Patch 29 for SUSE Linux Enterprise 15 SP5) (SUSE-SU-2026:1611-1)

The remote SUSE Linux SLES12 / SLES15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:1611-1 advisory. This update for the SUSE Linux Enterprise Kernel 4.12.14-122.261 fixes various security issues The following security issues were fixe...

7.8CVSS5.4AI score0.00134EPSS
SaveExploits0References7
OSV
OSV
added 2026/04/24 3:16 p.m.6 views

DEBIAN-CVE-2026-31641

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix RxGK token loading to check bounds rxrpcpreparsexdryfsrxgk reads the raw key length and ticket length from the XDR token as u32 values and passes each through roundupx, 4 before using the rounded value for validation a...

7.8CVSS5.7AI score0.00143EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/24 2:45 p.m.144 views

CVE-2026-31670

Summary: CVE-2026-31670 affects the Linux kernel rfkill subsystem. The vulnerability allows a local attacker to create an unbounded number of rfkill events (without consuming them from the rfkill descriptor), potentially leading to memory exhaustion and DoS. The issue is fixed by bounding the num...

5.5CVSS5.4AI score0.0012EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2026/04/24 2:44 p.m.60 views

CVE-2026-31636

Summary: CVE-2026-31636 affects the Linux kernel rxrpc subsystem. The root cause is in rxgk_verify_authenticator(), which copies auth_len into a temporary buffer and then uses p + auth_len as the parser limit. Because p is a __be32*, this inflates the parser end pointer by four, enabling a slab-o...

9.1CVSS5.5AI score0.00442EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/04/24 2:44 p.m.9 views

EUVD-2026-25527

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix reference count leak in rxrpcserverkeyring This patch fixes a reference count leak in rxrpcserverkeyring by checking if rx-securities is already set...

5.3AI score0.00129EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:42 p.m.3 views

CVE-2026-31590

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Drop WARN on large size for KVMMEMORYENCRYPTREGREGION Drop the WARN in sevpinmemory on npages overflowing an int, as the WARN is comically trivially to trigger from userspace, e.g. by doing: struct kvmencregion range =...

5.2AI score0.00125EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/04/24 2:42 p.m.38 views

CVE-2026-31580 bcache: fix cached_dev.sb_bio use-after-free and crash

In the Linux kernel, the following vulnerability has been resolved: bcache: fix cacheddev.sbbio use-after-free and crash In our production environment, we have received multiple crash reports regarding libceph, which have caught our attention: 6888366.280350 Call Trace: 6888366.280452...

0.00128EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/04/24 2:35 p.m.35 views

CVE-2026-31568 s390/mm: Add missing secure storage access fixups for donated memory

In the Linux kernel, the following vulnerability has been resolved: s390/mm: Add missing secure storage access fixups for donated memory There are special cases where secure storage access exceptions happen in a kernel context for pages that don't have the PGarch1 bit set. That bit is set for...

0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/23 6:55 a.m.11 views

SUSE-SU-2026:21386-1 Security update for the Linux Kernel (Live Patch 1 for SUSE Linux Enterprise 16)

This update for the SUSE Linux Enterprise Kernel 6.12.0-160000.6.1 fixes various security issues The following security issues were fixed: - CVE-2025-40309: Bluetooth: SCO: Fix UAF on scoconnfree bsc1255066. - CVE-2026-23268: apparmor: fix unprivileged local user can do privileged policy manageme...

7.8CVSS5.6AI score0.00154EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/22 5:23 p.m.5 views

SUSE-SU-2026:21343-1 Security update for the Linux Kernel (Live Patch 7 for SUSE Linux Enterprise Micro 6.0)

This update for the SUSE Linux Enterprise Kernel 6.4.0-29.1 fixes various security issues The following security issues were fixed: - CVE-2025-40309: Bluetooth: SCO: Fix UAF on scoconnfree bsc1255066. - CVE-2026-23268: apparmor: fix unprivileged local user can do privileged policy management...

7.8CVSS5.6AI score0.00154EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/22 4:44 p.m.4 views

SUSE-SU-2026:21322-1 Security update for the Linux Kernel RT (Live Patch 5 for SUSE Linux Enterprise Micro 6.0)

This update for the SUSE Linux Enterprise Kernel 6.4.0-25.1 fixes various security issues The following security issues were fixed: - CVE-2025-40309: Bluetooth: SCO: Fix UAF on scoconnfree bsc1255066. - CVE-2026-23268: apparmor: fix unprivileged local user can do privileged policy management...

7.8CVSS5.6AI score0.00154EPSS
SaveExploits0References5
Rows per page
Query Builder