Lucene search
+L

1308 matches found

OSV
OSV
added 2025/10/20 4:15 p.m.4 views

UBUNTU-CVE-2025-40015

In the Linux kernel, the following vulnerability has been resolved: media: stm32-csi: Fix dereference before NULL check In 'stm32csistart', 'csidev-ssubdev' is dereferenced directly while assigning a value to the 'srcpad'. However the same value is being checked against NULL at a later point of...

5.7AI score0.00219EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/10/20 3:29 p.m.14 views

CVE-2025-40013 ASoC: qcom: audioreach: fix potential null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: audioreach: fix potential null pointer dereference It is possible that the topology parsing function audioreachwidgetloadmodulecommon could return NULL or an error pointer. Add missing NULL check so that we do not...

0.00236EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/10/20 3:29 p.m.17 views

CVE-2025-40015 media: stm32-csi: Fix dereference before NULL check

In the Linux kernel, the following vulnerability has been resolved: media: stm32-csi: Fix dereference before NULL check In 'stm32csistart', 'csidev-ssubdev' is dereferenced directly while assigning a value to the 'srcpad'. However the same value is being checked against NULL at a later point of...

0.00219EPSS
Exploits0References3
CVE
CVE
added 2025/10/20 3:29 p.m.19 views

CVE-2025-40015

In CVE-2025-40015, the Linux kernel vulnerability is in the media: stm32-csi driver. The issue arises in stm32_csi_start where csidev->s_subdev is dereferenced while assigning to src_pad before a NULL check, creating a potential NULL dereference. The fix moves the dereference after the NULL ch...

6.1AI score0.00219EPSS
Exploits0References3
OSV
OSV
added 2025/10/20 3:29 p.m.10 views

CVE-2025-40015 media: stm32-csi: Fix dereference before NULL check

In the Linux kernel, the following vulnerability has been resolved: media: stm32-csi: Fix dereference before NULL check In 'stm32csistart', 'csidev-ssubdev' is dereferenced directly while assigning a value to the 'srcpad'. However the same value is being checked against NULL at a later point of...

6.4AI score0.00219EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/10/20 3:26 p.m.15 views

CVE-2025-40010 afs: Fix potential null pointer dereference in afs_put_server

In the Linux kernel, the following vulnerability has been resolved: afs: Fix potential null pointer dereference in afsputserver afsputserver accessed server-debugid before the NULL check, which could lead to a null pointer dereference. Move the debugid assignment, ensuring we never dereference a...

0.00227EPSS
Exploits0References5
OSV
OSV
added 2025/10/20 3:26 p.m.4 views

CVE-2025-40010 afs: Fix potential null pointer dereference in afs_put_server

In the Linux kernel, the following vulnerability has been resolved: afs: Fix potential null pointer dereference in afsputserver afsputserver accessed server-debugid before the NULL check, which could lead to a null pointer dereference. Move the debugid assignment, ensuring we never dereference a...

6.4AI score0.00227EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/10/20 3:26 p.m.6 views

CVE-2025-40009

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: check p-vecbuf for NULL When the PAGEMAPSCAN ioctl is invoked with veclen = 0 reaches pagemapscanbackoutrange, kernel panics with null-ptr-deref: 44.936808 Oops: general protection fault, probably for non-canonic...

5.2AI score0.00225EPSS
Exploits0
CNNVD
CNNVD
added 2025/10/20 12:0 a.m.5 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 Linux kernel that stems from not checking whether p-vecbuf is NULL, which could lead to a null pointer dereference...

6AI score0.00225EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/10/20 12:0 a.m.13 views

CVE-2024-55568

An issue was discovered in Samsung Mobile Processor, Wearable Processor, and Modem Exynos 980, 990, 850, 1080, 2100, 1280, 2200, 1330, 1380, 1480, 2400, 9110, W920, W930, W1000, Modem 5123, Modem 5300, Modem 5400. The absence of a NULL check leads to a Denial of Service when an attacker sends...

0.00555EPSS
Exploits0References2
CVE
CVE
added 2025/10/20 12:0 a.m.25 views

CVE-2024-55568

The CVE-2024-55568 entry affects Samsung Mobile Processor, Wearable Processor, and Modem families (e.g., Exynos 980/990/850/1080/2100/1280/2200/1330/1380/1480/2400/9110/W920/W930/W1000, and Modems 5123/5300/5400). The root cause is a missing NULL check that can trigger a Denial of Service when an...

7.5CVSS6.5AI score0.00555EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2025/10/15 7:56 a.m.11 views

CVE-2025-39990 bpf: Check the helper function is valid in get_helper_proto

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the helper function is valid in gethelperproto kernel test robot reported verifier bug 1 where the helper func pointer could be NULL due to disabled config option. As Alexei suggested we could check on that in...

0.00184EPSS
Exploits0References3
CNNVD
CNNVD
added 2025/10/15 12:0 a.m.7 views

WordPress plugin OwnID Passwordless Login 安全漏洞

WordPress OwnID Passwordless Login plugin is a WordPress plugin for passwordless login function, by sending a one-time authorization code to the user's email or cell phone to complete the verification. An authentication bypass vulnerability exists in the WordPress OwnID Passwordless Login plugin,...

9.8CVSS7AI score0.00765EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53470

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the...

5.5CVSS5.7AI score0.00145EPSS
Exploits0References4
NVD
NVD
added 2025/10/07 4:15 p.m.4 views

CVE-2022-50530

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix null pointer dereference in blkmqclearrqmapping Our syzkaller report a null pointer dereference, root cause is following: blkmqallocmapandrqs set-tagshctxidx = blkmqallocmapandrqs blkmqallocmapandrqs blkmqallocrqs //...

5.5CVSS0.00129EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.9 views

CVE-2022-50535 drm/amd/display: Fix potential null-deref in dm_resume

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

0.00147EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.0 views

EUVD-2018-8549

Malware in sbrugna...

6.5CVSS7.4AI score0.02286EPSS
Exploits1References12
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2019-18747

Malware in sbrugna...

7.1CVSS6.7AI score0.00685EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2018-6288

Malware in sbrugna...

7.5CVSS7.6AI score0.03324EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2017-4007

Malware in sbrugna...

6.5CVSS7.8AI score0.01236EPSS
Exploits0References5
Rows per page
Query Builder