Lucene search
+L

4145 matches found

OSV
OSV
added 2026/07/24 3:31 p.m.9 views

CVE-2026-64252 MIPS: DEC: Prevent initial console buffer from landing in XKPHYS

In the Linux kernel, the following vulnerability has been resolved: MIPS: DEC: Prevent initial console buffer from landing in XKPHYS In 64-bit configurations calling the initial console output handler from a kernel thread other than the initial one will result in a situation where the stack has...

6AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/24 3:31 p.m.9 views

EUVD-2026-48661

In the Linux kernel, the following vulnerability has been resolved: MIPS: DEC: Prevent initial console buffer from landing in XKPHYS In 64-bit configurations calling the initial console output handler from a kernel thread other than the initial one will result in a situation where the stack has...

6AI score0.00114EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/24 3:31 p.m.41 views

CVE-2026-64252 MIPS: DEC: Prevent initial console buffer from landing in XKPHYS

In the Linux kernel, the following vulnerability has been resolved: MIPS: DEC: Prevent initial console buffer from landing in XKPHYS In 64-bit configurations calling the initial console output handler from a kernel thread other than the initial one will result in a situation where the stack has...

0.00114EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/24 3:27 p.m.8 views

CVE-2026-64235 x86/ftrace: Relocate %rip-relative percpu refs in dynamic trampolines

In the Linux kernel, the following vulnerability has been resolved: x86/ftrace: Relocate %rip-relative percpu refs in dynamic trampolines With CONFIGCALLDEPTHTRACKING enabled on an x86 retbleed-affected platform eg: Skylake, with retbleed=stuff, registering a dynamic ftrace trampoline crashes on...

8.1CVSS5.8AI score
SaveExploits0References7
OSV
OSV
added 2026/07/24 3:23 p.m.8 views

CVE-2026-64214 powerpc/time: Remove redundant preempt_disable|enable() calls from arch_irq_work_raise()

In the Linux kernel, the following vulnerability has been resolved: powerpc/time: Remove redundant preemptdisable|enable calls from archirqworkraise A kernel panic is observed when handling machine check exceptions from real mode. BUG: Unable to handle kernel data access on read at...

5.8AI score
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2026/07/24 10:10 a.m.18 views

kernel: dm log: fix out-of-bounds write due to region_count overflow

A flaw was found in the Linux kernel's device-mapper log dm log component. A local attacker could exploit an integer overflow vulnerability where a 64-bit value is truncated to 32 bits, leading to undersized memory allocations. This allows for out-of-bounds writes to kernel memory during log...

7.8CVSS5.9AI score0.0014EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/24 12:0 a.m.21 views

PT-2026-64367

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description In 64-bit configurations, calling the initial console output handler from a kernel thread other than the initial one can cause the stack and its allocated buffer to be placed in the XKPH...

5.5CVSS5.5AI score0.00114EPSS
SaveExploits0References22
RedhatCVE
RedhatCVE
added 2026/07/22 12:25 a.m.10 views

CVE-2026-64013

A flaw was found in the Linux kernel's Advanced Configuration and Power Interface ACPI button driver. This vulnerability occurs because the ACPI General Purpose Event GPE handler is not properly removed when the driver is unloaded. An attacker could potentially trigger an ACPI notify event on a...

5.5CVSS5.2AI score0.00155EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 10:21 p.m.11 views

CVE-2026-63950

A flaw was found in the Linux kernel's memory management. A local user can trigger an issue where an incorrectly initialized page counter during memory unmapping operations leads to corruption of internal memory structures. This can cause the kernel to crash, resulting in a Denial of Service DoS...

7.8CVSS5.5AI score0.00162EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 8:25 p.m.13 views

CVE-2026-63892

A flaw was found in the Linux kernel's Thunderbolt property driver. When processing Thunderbolt properties on a non-root path, a crafted entry with a small entry-length value can lead to an out-of-bounds read. This occurs because the kmemdup function reads beyond the intended memory block and a...

5.5CVSS5.2AI score0.0022EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 5:0 p.m.10 views

CVE-2026-63988

A flaw was found in the Linux kernel's bridge module. A local user, by interacting with the sysfs path for bridge port attributes, could trigger a 'sleep in atomic context' issue. This occurs because the brportstore function, while holding a lock that requires an atomic context, calls a function...

5.5CVSS5.4AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 4:26 p.m.17 views

CVE-2026-63917

A flaw was found in the Linux kernel's IPv6 Virtual Tunnel Interface vti6 component. An unprivileged local user, particularly within a user namespace, could exploit a vulnerability related to incorrect network namespace handling during the movement of a vti6 tunnel. This issue can lead to a kerne...

8.8CVSS5.3AI score0.00164EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 3:55 p.m.10 views

CVE-2026-63989

A flaw was found in the Linux kernel's bridge module. When configuring network bridge ports, a critical function was incorrectly holding a lock during an operation that could cause the system to pause unexpectedly. This can lead to a kernel crash, making the system unavailable and resulting in a...

5.5CVSS5.4AI score0.00166EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:4 p.m.10 views

SUSE CVE-2026-63876

In the Linux kernel, the following vulnerability has been resolved: serial: zs: Convert to use a platform device Prevent a crash from happening as the first serial port is initialised: Console: switching to mono frame buffer device 160x64 fb0: PMAG-AA frame buffer device at tc0 DECstation Z85C30...

5.6AI score0.00209EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 1:1 p.m.10 views

SUSE CVE-2026-64013

In the Linux kernel, the following vulnerability has been resolved: ACPI: button: Fix ACPI GPE handler leak during removal Commit a7e23ec17fee "ACPI: button: Install notifier for system events as well" changed the ACPI notify handler type for ACPI buttons to ACPIALLNOTIFY, but it forgot to update...

5.3AI score0.00155EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 12:59 p.m.8 views

SUSE CVE-2026-64128

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: drop ISOEND frames received without prior ISOSTART ISO data PDUs carry a packet-boundary flag indicating START, CONT, END or SINGLE. The ISOCONT branch of isorecv guards against a missing ISOSTART by checking...

5.3AI score0.00128EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.8 views

SUSE CVE-2026-64165

In the Linux kernel, the following vulnerability has been resolved: ARM: integrator: Fix early initialization Starting with commit bdb249fce9ad4 "ARM: integrator: read counter using syscon/regmap", intcpinitearly calls sysconregmaplookupbycompatible which in turn calls ofsysconregister. This...

5.5CVSS5.4AI score0.00119EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/21 5:13 a.m.8 views

CVE-2026-63798

A flaw was found in the Linux kernel's irqchip/imgpdc driver. This vulnerability occurs because the driver fails to properly free allocated resources and remove interrupt handlers when the driver is removed. This oversight can lead to a use-after-free condition, where the system attempts to acces...

5.5CVSS5.3AI score0.00126EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 5:12 a.m.9 views

CVE-2026-64164

A flaw was found in the Linux kernel's btrfs filesystem tracepoints. The btrfssyncfile trace event, when called in an atomic context, attempts to perform an operation that can cause the system to sleep. This can lead to a kernel crash, resulting in a Denial of Service DoS for the affected system....

5.5CVSS5.4AI score0.00114EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 5:12 a.m.9 views

CVE-2026-53386

A flaw was found in the Linux kernel's ti-ads1298 Analog-to-Digital Converter ADC driver. This vulnerability arises from an incorrect bounds check when accessing the pgasettings array. An attacker could potentially provide a crafted input that leads to an out-of-bounds array access. This could...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References4
Rows per page
Query Builder