Lucene search
+L

531 matches found

OSV
OSV
added 2025/05/09 6:42 a.m.10 views

CVE-2025-37862 HID: pidff: Fix null pointer dereference in pidff_find_fields

In the Linux kernel, the following vulnerability has been resolved: HID: pidff: Fix null pointer dereference in pidfffindfields This function triggered a null pointer dereference if used to search for a report that isn't implemented on the device. This happened both for optional and required...

6AI score
SaveExploits0References14
OSV
OSV
added 2025/05/09 6:42 a.m.11 views

CVE-2025-37855 drm/amd/display: Guard Possible Null Pointer Dereference

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Guard Possible Null Pointer Dereference WHY In some situations, dc-respool may be null. HOW Check if pointer is null before dereference...

6.1AI score
SaveExploits0References5
OSV
OSV
added 2025/05/09 6:41 a.m.11 views

CVE-2025-37844 cifs: avoid NULL pointer dereference in dbg call

In the Linux kernel, the following vulnerability has been resolved: cifs: avoid NULL pointer dereference in dbg call cifsserverdbg implies server to be non-NULL so move call under condition to avoid NULL pointer dereference. Found by Linux Verification Center linuxtesting.org with SVACE...

6.1AI score
SaveExploits0References13
NVD
NVD
added 2025/05/08 7:15 a.m.31 views

CVE-2025-37830

In the Linux kernel, the following vulnerability has been resolved: cpufreq: scmi: Fix null-ptr-deref in scmicpufreqgetrate cpufreqcpugetraw can return NULL when the target CPU is not present in the policy-cpus mask. scmicpufreqgetrate does not check for this case, which results in a NULL pointer...

5.5CVSS0.00179EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/08 7:15 a.m.11 views

CVE-2025-37806

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Keep write operations atomic syzbot reported a NULL pointer dereference in genericfilewriteiter. 1 Before the write operation is completed, the user executes ioctl2 to clear the compress flag of the file, which causes t...

5.5CVSS0.00187EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/08 6:26 a.m.10 views

CVE-2025-37829 cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()

In the Linux kernel, the following vulnerability has been resolved: cpufreq: scpi: Fix null-ptr-deref in scpicpufreqgetrate cpufreqcpugetraw can return NULL when the target CPU is not present in the policy-cpus mask. scpicpufreqgetrate does not check for this case, which results in a NULL pointer...

6.1AI score
SaveExploits0References13
CVE
CVE
added 2025/05/08 6:26 a.m.137 views

CVE-2025-37830

In the Linux kernel, CVE-2025-37830 fixes a NULL pointer dereference in the CPU frequency (cpufreq) subsystem related to the scmi path. The root cause is that cpufreq_cpu_get_raw() may return NULL when the target CPU is not present in policy->cpus, and scmi_cpufreq_get_rate() did not check for...

5.5CVSS5.3AI score0.00179EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/05/08 6:26 a.m.149 views

CVE-2025-37800

CVE-2025-37800 affects the Linux kernel driver core code, specifically a potential NULL pointer dereference in dev_uevent() when a userspace read of the uevent attribute overlaps with a driver unbind. The fix switches to using READ_ONCE() to fetch the driver pointer and acquires the bus’ drivers ...

7.1CVSS6.7AI score0.00195EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/05/08 6:26 a.m.134 views

CVE-2025-37801

Summary: CVE-2025-37801 affects the Linux kernel driver for SPI on i.MX cores. The root cause is that after spi_imx_setupxfer() returns an error, spi_imx->rx and spi_imx->tx function pointers may be NULL, leading to a NULL pointer dereference during SPI transfers (spi_imx_pio_transfer , etc...

7.8CVSS5.3AI score0.00201EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2025/05/07 7:15 a.m.25 views

CVE-2025-32398

A NULL Pointer Dereference in RT-Labs P-Net version 1.0.1 or earlier allows an attacker to induce a crash in IO devices that use the library by sending a malicious RPC packet...

7.5CVSS0.00393EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/04 4:9 p.m.14 views

CVE-2022-49932

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Do all initialization before exposing /dev/kvm to userspace Call kvminit only after all setup is complete, as kvminit exposes /dev/kvm to userspace and thus allows userspace to create VMs and call other ioctls. E.g. KVM...

5.5CVSS6.6AI score0.00201EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/03 4:45 p.m.16 views

CVE-2022-49916

In the Linux kernel, the following vulnerability has been resolved: rose: Fix NULL pointer dereference in rosesendframe The syzkaller reported an issue: KASAN: null-ptr-deref in range 0x0000000000000380-0x0000000000000387 CPU: 0 PID: 4069 Comm: kworker/0:15 Not tainted...

5.5CVSS7AI score0.00176EPSS
SaveExploits0
NVD
NVD
added 2025/05/02 4:15 p.m.10 views

CVE-2023-53049

In the Linux kernel, the following vulnerability has been resolved: usb: ucsi: Fix NULL pointer deref in ucsiconnectorchange When ucsiinit fails, ucsi-connector is NULL, yet in case of ucsiacpi we may still get events which cause the ucsacpi code to call ucsiconnectorchange, which then derefs the...

5.5CVSS0.00189EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/05/02 12:0 a.m.9 views

PT-2025-18924 · FFmpeg +1 · Ffmpeg +1

Name of the Vulnerable Software and Affected Versions: ffmpeg version 7.1 Description: The issue is related to a Null Pointer Dereference in the iamf read header function located in /libavformat/iamfdec.c. This is a general information about the problem, but specific details about the number of...

5.3CVSS5.2AI score0.0029EPSS
SaveExploits1References15
Positive Technologies
Positive Technologies
added 2025/05/02 12:0 a.m.6 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.2.0-rc3-next-20230110-syzkaller Description: A vulnerability in the Linux kernel has been identified, where the struct pn533 out arg is not properly initialized, leading to a potential null pointer dereference...

8.8CVSS7.6AI score0.01327EPSS
SaveExploits3References653
Vulnrichment
Vulnrichment
added 2025/05/02 12:0 a.m.7 views

CVE-2024-55069

ffmpeg 7.1 is vulnerable to Null Pointer Dereference in function iamfreadheader in /libavformat/iamfdec.c...

6.7AI score0.0029EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/05/02 12:0 a.m.22 views

CVE-2024-55069

ffmpeg 7.1 is vulnerable to Null Pointer Dereference in function iamfreadheader in /libavformat/iamfdec.c...

0.0029EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2025/05/02 12:0 a.m.10 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A null pointer dereference problem may occur when mounting a crafted ext4 image. The issue arises because s journal inum may change after journal replay, bypassing checks in ext4 get...

8.8CVSS7.8AI score0.01327EPSS
SaveExploits2References447
NVD
NVD
added 2025/05/01 3:16 p.m.16 views

CVE-2022-49916

In the Linux kernel, the following vulnerability has been resolved: rose: Fix NULL pointer dereference in rosesendframe The syzkaller reported an issue: KASAN: null-ptr-deref in range 0x0000000000000380-0x0000000000000387 CPU: 0 PID: 4069 Comm: kworker/0:15 Not tainted...

5.5CVSS0.00176EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/01 3:16 p.m.9 views

CVE-2022-49802

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix null pointer dereference in ftraceaddmod The @ftracemod is allocated by kzalloc, so both the members prev,next of @ftracemode-list are NULL, it's not a valid state to call listdel. If kstrdup for @ftracemod-func|modul...

5.5CVSS0.00211EPSS
SaveExploits0References7
Rows per page
Query Builder