Lucene search
+L

236398 matches found

OSV
OSV
added last week5 views

SUSE-SU-2026:3343-1 Security update for the Linux Kernel (Live Patch 6 for SUSE Linux Enterprise 15 SP7)

This update for the SUSE Linux Enterprise Kernel 6.4.0-150700.53.22 fixes various security issues: The following security issues were fixed: - CVE-2026-23240: tls: Fix race condition in tlsswcancelworktx bsc1262404. - CVE-2026-31738: vxlan: validate ND option lengths in vxlannacreate bsc1264060. ...

9.8CVSS6.5AI score0.00908EPSS
SaveExploits5References13
RedhatCVE
RedhatCVE
added last week6 views

CVE-2026-64242

A flaw was found in the Linux kernel's USB gadget net2280 driver. This vulnerability occurs due to a double free error in the probe error path. When a gadget device is being initialized, an error can cause the device to be freed twice, leading to memory corruption. This can result in a denial of...

5.8AI score0.00165EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added last week6 views

CVE-2026-64248

A flaw was found in the Linux kernel, specifically affecting systems using the MIPS architecture. During the shutdown process of a CPU, the kernel's internal mechanism responsible for managing concurrent data access Read-Copy Update or RCU is not properly informed that the CPU is no longer active...

5.8AI score0.00161EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added last week5 views

CVE-2026-64211

A flaw was found in the Linux kernel. During certain CPU state transitions, the kernel's srcustruct mechanism may attempt to schedule tasks on processors that are not active or will never be online. This incorrect scheduling of workqueue handlers can lead to system unresponsiveness, specifically...

5.8AI score0.00155EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added last week6 views

CVE-2026-64223

A flaw was found in the Linux kernel's mac80211 Wi-Fi driver. This vulnerability, an out-of-bounds read, occurs when parsing negotiated Time-To-Live Map TTLM elements. A remote attacker could craft a sparse map, causing the parser to read beyond the intended memory boundary. While direct policy...

8.1CVSS5.9AI score0.00256EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/07/28 10:18 a.m.49 views

Exploit for CVE-2026-64600

🚨 CVE-2026-64600 — RefluxFS Linux Kernel Local Privil...

7.8CVSS5.9AI score0.00488EPSS
SaveExploits6
RedhatCVE
RedhatCVE
added 2026/07/28 9:28 a.m.4 views

CVE-2026-64215

A flaw was found in the Linux kernel's drm/msm/a6xx component. This vulnerability occurs because the a8xxhfisendperftable function does not properly check the return value of a memory allocation call kzalloc. An attacker could potentially exploit this missing check to trigger a NULL pointer...

5.8AI score0.00156EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/28 9:22 a.m.4 views

CVE-2026-64209

A flaw was found in the Linux kernel, specifically within the Qualcomm QCOM QMP USBC PHY Physical Layer driver. An incorrect boundary check during the configuration of DisplayPort DP swing settings allows for an out-of-bounds array access. This vulnerability can lead to memory corruption,...

5.8AI score0.00155EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/07/28 9:15 a.m.62 views

Exploit for Use After Free in Linux Linux_Kernel

cve-id Donate Support the maintenance of this project wit...

8.7CVSS7.5AI score0.04035EPSS
SaveExploits22
RedhatCVE
RedhatCVE
added 2026/07/28 9:13 a.m.4 views

CVE-2026-64238

A flaw was found in the Linux kernel's gpio: shared component. A too wide critical section, intended to protect the offset field in the struct gpiosharedentry, can lead to a potential deadlock. This occurs during the removal of a shared General Purpose Input/Output GPIO proxy's parent. A successf...

5.8AI score0.00145EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/28 9:13 a.m.5 views

CVE-2026-64255

A flaw was found in the Linux kernel's iwlwifi Intel Wireless WiFi driver. This vulnerability allows an attacker to cause an out-of-bounds memory access in the WiFi Block Acknowledgement BA session handlers. This occurs when the stamask value is zero, leading to an incorrect station ID calculatio...

8.8CVSS5.8AI score0.00226EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/28 9:5 a.m.6 views

CVE-2026-64228

A flaw was found in the Linux kernel's ethtool PHY Physical Layer driver. A local attacker can trigger a null pointer dereference by unbinding a PHY driver via sysfs while the device is still attached. This can lead to a kernel crash, resulting in a denial of service...

5.5CVSS5.8AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/28 9:1 a.m.4 views

CVE-2026-64212

A flaw was found in the Linux kernel's iwlwifi driver. The iwlmldremovelink function does not properly check for a NULL pointer before dereferencing it. A local attacker could potentially exploit this null pointer dereference, leading to a system crash and a Denial of Service DoS...

5.5CVSS5.8AI score0.00166EPSS
SaveExploits0References4
The Hacker News
The Hacker News
added 2026/07/28 8:4 a.m.12 views

Researcher Says AI Helped Develop Linux Traffic-Control Race Into Root Exploit

STAR Labs has published a Linux kernel exploit that turns an ordinary local user into root on the CentOS Stream 9 build it targeted. The flaw, tracked as CVE-2026-53264 CVSS score: 7.8, is a use-after-free race in the kernel's network traffic-control subsystem. Researcher Lee Jia Jie said...

7.8CVSS6.2AI score0.00205EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2026/07/28 7:42 a.m.9 views

kernel: net: bridge: use a stable FDB dst snapshot in RCU readers

A flaw was found in the Linux kernel. Inconsistent handling of local Forwarding Database FDB entries in the bridge networking component's RCU Read-Copy-Update readers can lead to a null-pointer dereference. A local attacker could exploit this by triggering a concurrent update to an FDB entry,...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/28 7:42 a.m.9 views

kernel: tipc: fix double-free in tipc_buf_append()

A flaw was found in the Linux kernel's Transparent Inter-Process Communication TIPC module. This vulnerability, a double-free, occurs when the tipcbufappend function incorrectly handles memory after a socket buffer skb reallocation. An attacker could potentially exploit this to cause system...

9.8CVSS6.3AI score0.00368EPSS
SaveExploits0References5
Ubuntu
Ubuntu
added 2026/07/28 7:31 a.m.11 views

USN-8620-1: Linux kernel vulnerabilities

Maxim Suhanov discovered that the NTFS file system implementation in the Linux kernel did not properly validate file name length in certain situations, leading to an out-of-bounds read. An attacker could use this to construct a malicious NTFS image that, when mounted and operated on, could expose...

9.8CVSS6.7AI score0.07644EPSS
SaveExploits8
OSV
OSV
added 2026/07/28 7:31 a.m.6 views

USN-8620-1 linux-azure-5.15, linux-azure-fde-5.15, linux-oracle-5.15 vulnerabilities

Maxim Suhanov discovered that the NTFS file system implementation in the Linux kernel did not properly validate file name length in certain situations, leading to an out-of-bounds read. An attacker could use this to construct a malicious NTFS image that, when mounted and operated on, could expose...

9.8CVSS6.5AI score0.07644EPSS
SaveExploits8References763
OSV
OSV
added 2026/07/28 7:28 a.m.5 views

USN-8619-1 linux-hwe-6.8 vulnerabilities

It was discovered that some AMD processors did not properly clear data in the floating point divider unit during speculative execution. A local attacker could use this to expose sensitive information. CVE-2025-54505 It was discovered that some AMD Zen 2 processors did not properly isolate shared...

9.8CVSS7AI score0.01338EPSS
SaveExploits62References1210
Ubuntu
Ubuntu
added 2026/07/28 7:28 a.m.10 views

USN-8619-1: Linux kernel (HWE) vulnerabilities

It was discovered that some AMD processors did not properly clear data in the floating point divider unit during speculative execution. A local attacker could use this to expose sensitive information. CVE-2025-54505 It was discovered that some AMD Zen 2 processors did not properly isolate shared...

9.8CVSS7.1AI score0.01338EPSS
SaveExploits62
Rows per page
Query Builder