Lucene search
+L

1284 matches found

NVD
NVD
added 2024/12/02 11:15 a.m.22 views

CVE-2024-33040

Memory corruption while invoking redundant release command to release one buffer from user space as race condition can occur in kernel space between buffer release and buffer access...

7CVSS0.00089EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/02 11:15 a.m.39 views

CVE-2024-33036

Memory corruption while parsing sensor packets in camera driver, user-space variable is used while allocating memory in kernel and parsing which can lead to huge allocation or invalid memory access...

6.7CVSS0.00102EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/12/02 10:18 a.m.67 views

CVE-2024-43050 Stack-based Buffer Overflow in WLAN Windows Host

Memory corruption while invoking IOCTL calls from user space to issue factory test command inside WLAN driver...

7.8CVSS0.00103EPSS
SaveExploits0References1
CVE
CVE
added 2024/12/02 10:18 a.m.70 views

CVE-2024-43050

CVE-2024-43050 describes memory corruption arising when userspace issues IOCTL commands to the WLAN driver to issue a factory test command. Multiple sources cite this as a stack-based/memory corruption issue inside the WLAN driver, with a local attack vector and high impact on confidentiality, in...

7.8CVSS7.9AI score0.00103EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2024/12/02 10:18 a.m.79 views

CVE-2024-43049

CVE-2024-43049 describes memory corruption when user-space IOCTLs attempt to set a generic private command in a WLAN driver. The issue is reported across multiple feeds (NVD/Red Hat/CIRCL) and centers on the IOCTL path in the WLAN driver, with a high impact in CVSS terms (Local access, Low comple...

7.8CVSS7.9AI score0.00103EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2024/12/02 10:18 a.m.52 views

CVE-2024-43049 Improper Restriction of Operations within the Bounds of a Memory Buffer in WLAN Windows Host

Memory corruption while invoking IOCTL calls from user space to set generic private command inside WLAN driver...

7.8CVSS0.00103EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/12/02 10:18 a.m.17 views

CVE-2024-43049 Improper Restriction of Operations within the Bounds of a Memory Buffer in WLAN Windows Host

Memory corruption while invoking IOCTL calls from user space to set generic private command inside WLAN driver...

7.8CVSS7.2AI score0.00103EPSS
SaveExploits0References1
CVE
CVE
added 2024/12/02 10:18 a.m.99 views

CVE-2024-33036

CVE-2024-33036: Memory corruption in Qualcomm camera driver parsing sensor packets. The root cause is using a user-space variable during kernel memory allocation/parsing, which can trigger large allocations or invalid memory access. Documented impact is memory corruption with potential out-of-bou...

6.7CVSS6.6AI score0.00102EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2024/12/02 10:18 a.m.42 views

CVE-2024-33036 Use of Out-of-range Pointer Offset in Camera Driver

Memory corruption while parsing sensor packets in camera driver, user-space variable is used while allocating memory in kernel and parsing which can lead to huge allocation or invalid memory access...

6.7CVSS0.00102EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/12/02 12:00 a.m.19 views

PT-2024-30275 · Qualcomm · Qualcomm Windows Wlan Host

Name of the Vulnerable Software and Affected Versions: Qualcomm Windows WLAN Host affected versions not specified Description: The issue involves memory corruption that occurs when invoking IOCTL calls from user space to read diagnostic information of the target WLAN. This corruption happens due ...

7.8CVSS7AI score0.00103EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/12/02 12:00 a.m.13 views

Qualcomm Chipsets 安全漏洞

Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A security vulnerability exists in Qualcomm Chipsets that originates when calling IOCTL calls from user space to set generic private commands in the WLAN driver, which may result in memory corruption if these commands are...

7.8CVSS7AI score0.00103EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/12/02 12:00 a.m.11 views

Qualcomm Chipsets 安全漏洞

Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A security vulnerability exists in Qualcomm Chipsets, which stems from the presence of a redundant release command when freeing a buffer in user space, which could trigger a race condition in kernel space, resulting in...

7CVSS6.9AI score0.00089EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/12/02 12:00 a.m.25 views

PT-2024-25081 · Qualcomm · Qualcomm Snapdragon Auto To Xr2 5G Platform

Name of the Vulnerable Software and Affected Versions: Qualcomm Snapdragon Auto to XR2 5G Platform affected versions not specified Description: The issue involves memory corruption when analyzing sensor packets in the camera driver. A user-space variable is used while allocating memory in the...

6.7CVSS7.3AI score0.00102EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/12/02 12:00 a.m.15 views

PT-2024-30273 · Unknown · Wlan Driver

Name of the Vulnerable Software and Affected Versions: WLAN driver affected versions not specified Description: The issue involves memory corruption when invoking IOCTL calls from user space to issue a factory test command inside the WLAN driver. This can lead to unintended consequences. The...

7.8CVSS7.3AI score0.00103EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/12/02 12:00 a.m.12 views

Qualcomm Chipsets 安全漏洞

Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A security vulnerability exists in Qualcomm Chipsets, which stems from a possible memory corruption when parsing sensor packets from a camera driver, if user-space variables are used for kernel-space memory allocation and...

6.7CVSS6.9AI score0.00102EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/25 9:21 p.m.14 views

CVE-2024-53098 drm/xe/ufence: Prefetch ufence addr to catch bogus address

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ufence: Prefetch ufence addr to catch bogus address accessok only checks for addr overflow so also try to read the addr to catch invalid addr sent from userspace. cherry picked from commit...

7.8CVSS6.5AI score
SaveExploits0References5
Rockylinux
Rockylinux
added 2024/11/19 4:02 p.m.15 views

24.02.0 module bug fix and enhancement update

An update is available for qatlib. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Intel QuickAssist Technology Intel QAT provides hardware acceleration for...

7.5AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.16 views

CVE-2024-50271

In the Linux kernel, the following vulnerability has been resolved: signal: restore the overriderlimit logic Prior to commit d64696905554 "Reimplement RLIMITSIGPENDING on top of ucounts" UCOUNTRLIMITSIGPENDING rlimit was not enforced for a class of signals. However now it's enforced...

5.5CVSS5.8AI score0.00234EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.10 views

kernel: x86/fpu: Stop relying on userspace for info to fault in xsave buffer that cause loop forever

A flaw was found in the Linux kernel's x86/fpu module, which revolves around an issue with relying on user space for critical information regarding the xsave buffer. In the affected scenario, the expected size of the user space buffer is derived from user-controlled data, specifically,...

5.5CVSS6.7AI score0.00278EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.16 views

kernel: vmci: prevent speculation leaks by sanitizing event in event_deliver()

A vulnerability was found in the eventdeliver function in the Linux kernel's VMCI component, where the issue involves a lack of sanitization for the eventdata.event index controlled by user-space, which could lead to speculative information leaks...

7.1CVSS7.2AI score0.00298EPSS
SaveExploits0References5
Rows per page
Query Builder