Lucene search
+L

546 matches found

OSV
OSV
added 2025/05/02 4:15 p.m.4 views

DEBIAN-CVE-2023-53057

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Fix global-out-of-bounds To loop a variable-length array, hciinitstagesyncstage considers that stagei is valid as long as stagei-1.func is valid. Thus, the last element of stage.func should be intentionally invali...

7.1CVSS5.6AI score0.00197EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 4:15 p.m.13 views

UBUNTU-CVE-2023-53135

In the Linux kernel, the following vulnerability has been resolved: riscv: Use READONCENOCHECK in imprecise unwinding stack mode When CONFIGFRAMEPOINTER is unset, the stack unwinding function walkstackframe randomly reads the stack and then, when KASAN is enabled, it can lead to the following...

7.1CVSS5.9AI score0.00181EPSS
SaveExploits0References9
OSV
OSV
added 2025/05/01 1:15 p.m.9 views

UBUNTU-CVE-2025-37738

In the Linux kernel, the following vulnerability has been resolved: ext4: ignore xattrs past end Once inside 'ext4xattrinodedecrefall' we should ignore xattrs entries past the 'end' entry. This fixes the following KASAN reported issue:...

7.8CVSS6.2AI score0.00202EPSS
SaveExploits0References41
OSV
OSV
added 2025/04/01 4:15 p.m.13 views

DEBIAN-CVE-2025-21915

In the Linux kernel, the following vulnerability has been resolved: cdx: Fix possible UAF error in driveroverrideshow Fixed a possible UAF problem in driveroverrideshow in drivers/cdx/cdx.c This function driveroverrideshow is part of DEVICEATTRRW, which includes both driveroverrideshow and...

7.8CVSS6AI score0.00203EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/01 4:15 p.m.9 views

AZL-59976 CVE-2025-21920 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: vlan: enforce underlying device type Currently, VLAN devices can be created on top of non-ethernet devices. Besides the fact that it doesn't make much sense, this also causes a bug which leaks the address of a kernel function to...

7.1CVSS6.5AI score0.0023EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/04/01 3:40 p.m.2 views

CVE-2025-21920 vlan: enforce underlying device type

In the Linux kernel, the following vulnerability has been resolved: vlan: enforce underlying device type Currently, VLAN devices can be created on top of non-ethernet devices. Besides the fact that it doesn't make much sense, this also causes a bug which leaks the address of a kernel function to...

7.5AI score0.0023EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/03/28 3:38 a.m.4 views

SUSE CVE-2023-52999

In the Linux kernel, the following vulnerability has been resolved: net: fix UaF in netns ops registration error path If netassigngeneric fails, the current error path in opsinit tries to clear the gen pointer slot. Anyway, in such error path, the gen pointer itself has not been modified yet, and...

5.5CVSS5.9AI score0.00241EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/03/27 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from disabling KASAN reporting during patching via temporary mm, which could lead to user memory access...

7.8CVSS6.5AI score0.00196EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/21 11:08 a.m.12 views

OESA-2025-1317 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ubi: Fix race condition between ctrlcdevioctl and ubicdevioctl Hulk Robot reported a KASAN report about use-after-free:...

7.8CVSS6.9AI score0.00324EPSS
SaveExploits0References28
RedHat Linux
RedHat Linux
added 2025/03/11 6:44 a.m.14 views

kernel: can: bcm: Fix UAF in bcm_proc_show()

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Fix UAF in bcmprocshow BUG: KASAN: slab-use-after-free in bcmprocshow+0x969/0xa80 Read of size 8 at addr ffff888155846230 by task cat/7862 CPU: 1 PID: 7862 Comm: cat Not tainted 6.5.0-rc1-00153-gc8746099c197 230 Hardwar...

7.8CVSS6.6AI score0.00286EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/03/05 10:49 a.m.29 views

CVE-2024-53033

Memory corruption while doing Escape call when user provides valid kernel address in the place of valid user buffer address...

7.8CVSS7.4AI score0.00115EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2025/03/03 11:15 a.m.4 views

CVE-2024-53033

Memory corruption while doing Escape call when user provides valid kernel address in the place of valid user buffer address...

7.8CVSS6AI score0.00115EPSS
SaveExploits0References2
CVE
CVE
added 2025/03/03 10:07 a.m.71 views

CVE-2024-53033

CVE-2024-53033 is a memory-corruption vulnerability in Qualcomm chipsets triggered by an Escape call when a valid kernel address is supplied where a user buffer address should be. The issue is local, with low attack complexity and no user interaction, and the impact is rated high (confidentiality...

7.8CVSS7.4AI score0.00115EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2025/03/03 12:00 a.m.8 views

Qualcomm Chipsets 安全漏洞

Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A security vulnerability exists in Qualcomm Chipsets that originates from a memory corruption caused by executing an Escape call when the user provides a valid kernel address in place of a valid user buffer address...

7.8CVSS7AI score0.00115EPSS
SaveExploits0References2
OSV
OSV
added 2025/02/26 7:01 a.m.12 views

UBUNTU-CVE-2022-49328

In the Linux kernel, the following vulnerability has been resolved: mt76: fix use-after-free by removing a non-RCU wcid pointer Fixes an issue caught by KASAN about use-after-free in mt76txqschedule by protecting mtxq-wcid with rculock between mt76txqschedule and stainfoalloc, free. 18853.876689...

8.8CVSS6.1AI score0.00413EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.4 views

CVE-2022-49062 cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix KASAN slab-out-of-bounds in cachefilessetvolumexattr Use the actual length of volume coherency data when setting the xattr to avoid the following KASAN report. BUG: KASAN: slab-out-of-bounds in...

7.8CVSS6.2AI score0.00251EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: cachefiles: fixed a slab-use-after-free in fscachewithdrawvolume We encountered the following issue during our fault injection stress test: ================================================================== BUG: KASAN:...

7.8CVSS6.7AI score0.00281EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/01/18 12:00 a.m.20 views

PT-2025-14296

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential use-after-free UAF error was identified in the driver override show function, part of the DEVICE ATTR RW in the Linux kernel. This function can be executed concurrently with...

7.8CVSS5.5AI score0.00203EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.5 views

PT-2025-34398 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains an issue where DA monitors tracepoints, when used with KASAN enabled, can trigger a global-out-of-bounds read due to reading 32 bytes as an array instead of a...

5.9AI score0.00149EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.14 views

PT-2026-8126

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to IOMMU and stale IOTLB entries within the kernel address space. The issue involves the need to invalidate IOTLB paging cache entries before...

7.5CVSS5.8AI score0.00378EPSS
SaveExploits0References125
Rows per page
Query Builder