Lucene search
+L

340 matches found

NVD
NVD
added 2025/03/27 5:15 p.m.7 views

CVE-2023-52976

In the Linux kernel, the following vulnerability has been resolved: efi: fix potential NULL deref in efimemreservepersistent When iterating on a linked list, a result of memremap is dereferenced without checking it for NULL. This patch adds a check that falls back on allocating a new page in case...

5.5CVSS0.00273EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.12 views

CVE-2023-53005 trace_events_hist: add check for return value of 'create_hist_field'

In the Linux kernel, the following vulnerability has been resolved: traceeventshist: add check for return value of 'createhistfield' Function 'createhistfield' is called recursively at traceeventshist.c:1954 and can return NULL-value that's why we have to check it to avoid null pointer dereferenc...

0.00253EPSS
SaveExploits0References6
CVE
CVE
added 2025/03/27 4:43 p.m.98 views

CVE-2023-53005

CVE-2023-53005 concerns a Linux kernel vulnerability in trace_events_hist where create_hist_field could be called recursively and return NULL, risking a NULL pointer dereference. The fixed advisory notes adding a check for the return value of create_hist_field (trace_events_hist.c:1954). Related ...

5.5CVSS6.7AI score0.00253EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/03/27 4:43 p.m.9 views

CVE-2023-52988 ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/via: Avoid potential array out-of-bound in addsecretdacpath sndhdagetconnections can return a negative error code. It may lead to accessing 'conn' array at a negative index. Found by Linux Verification Center...

7.8CVSS5.7AI score0.00267EPSS
SaveExploits0References10
CVE
CVE
added 2025/03/27 4:43 p.m.116 views

CVE-2023-52976

CVE-2023-52976 – Linux kernel : The vulnerability occurs in efi_mem_reserve_persistent when dereferencing the result of memremap while iterating a linked list, if memremap returns NULL. The patch adds a NULL check and falls back to allocating a new page when memremap fails, mitigating potential N...

5.5CVSS6.6AI score0.00273EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.10 views

CVE-2023-52976

In the Linux kernel, the following vulnerability has been resolved: efi: fix potential NULL deref in efimemreservepersistent When iterating on a linked list, a result of memremap is dereferenced without checking it for NULL. This patch adds a check that falls back on allocating a new page in case...

5.5CVSS5.5AI score0.00273EPSS
SaveExploits0
NVD
NVD
added 2025/02/27 3:15 a.m.13 views

CVE-2024-58009

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: handle NULL sock pointer in l2capsockalloc A NULL sock pointer is passed into l2capsockalloc when it is called from l2capsocknewconnectioncb and the error handling paths should also be aware of it. Seemingly a...

5.5CVSS0.00202EPSS
SaveExploits0References10
OSV
OSV
added 2025/02/27 3:15 a.m.2 views

DEBIAN-CVE-2024-58009

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: handle NULL sock pointer in l2capsockalloc A NULL sock pointer is passed into l2capsockalloc when it is called from l2capsocknewconnectioncb and the error handling paths should also be aware of it. Seemingly a...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0References1
CVE
CVE
added 2025/02/27 2:18 a.m.121 views

CVE-2025-21775

CVE-2025-21775 affects the Linux kernel CAN ctucanfd component. When skb allocation fails, the can_frame pointer can be NULL, and one NULL check was missed in ctucan_err_interrupt(); a fix adding the NULL check was implemented in the kernel (see references to the can: ctucanfd: handle skb allocat...

5.5CVSS5.4AI score0.00218EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/02/27 2:18 a.m.18 views

CVE-2025-21775 can: ctucanfd: handle skb allocation failure

In the Linux kernel, the following vulnerability has been resolved: can: ctucanfd: handle skb allocation failure If skb allocation fails, the pointer to struct canframe is NULL. This is actually handled everywhere inside ctucanerrinterrupt except for the only place. Add the missed NULL check. Fou...

0.00218EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/27 2:18 a.m.9 views

CVE-2025-21775

In the Linux kernel, the following vulnerability has been resolved: can: ctucanfd: handle skb allocation failure If skb allocation fails, the pointer to struct canframe is NULL. This is actually handled everywhere inside ctucanerrinterrupt except for the only place. Add the missed NULL check. Fou...

5.5CVSS5.6AI score0.00218EPSS
SaveExploits0
CVE
CVE
added 2025/02/27 2:12 a.m.156 views

CVE-2024-58009

CVE-2024-58009 : In the Linux kernel, a NULL sock pointer could reach l2cap_sock_alloc() when invoked from l2cap_sock_new_connection_cb(), with error paths not handling NULL. The vulnerability was resolved by ensuring NULL checks (and related path awareness) in the Bluetooth L2CAP layer, effectiv...

5.5CVSS6.5AI score0.00202EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.13 views

CVE-2024-58009

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: handle NULL sock pointer in l2capsockalloc A NULL sock pointer is passed into l2capsockalloc when it is called from l2capsocknewconnectioncb and the error handling paths should also be aware of it. Seemingly a...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2025/02/26 7:1 a.m.7 views

CVE-2022-49267

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.8CVSS6.5AI score0.00031EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 2:24 a.m.14 views

CVE-2022-49731 ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: fix NULL pointer deref in atahostallocpinfo In an unlikely and probably wrong? case that the 'ppi' parameter of atahostallocpinfo points to an array starting with a NULL pointer, there's going to be a kernel oop...

5.5CVSS5AI score0.00282EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.22 views

CVE-2022-49267

...

0.00031EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.16 views

CVE-2022-49267

Removed by vendor...

6.6AI score0.00031EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:56 a.m.14 views

CVE-2022-49267 mmc: core: use sysfs_emit() instead of sprintf()

In the Linux kernel, the following vulnerability has been resolved: mmc: core: use sysfsemit instead of sprintf sprintf still used in the MMC core for the sysfs output is vulnerable to the buffer overflow. Use the new-fangled sysfsemit instead. Found by Linux Verification Center linuxtesting.org...

6.8AI score0.00031EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm – Fix pointer arithmetic In spu2dumpomd, the value of ptr is increased by ciphkeylen, instead of hashivlen. This could lead to exceeding the buffer boundaries. This bug has been fixed by changing ciphkeylen to...

5.5CVSS6.3AI score0.00254EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: bnxten: Adjusted the logging of firmware messages in case the token is released in hwrmsend. If the token is released because token-state equals BNXTHWRMDEFERRED, the released token set to NULL is used in log messages. This issue...

5.5CVSS5.9AI score0.00291EPSS
SaveExploits0References3
Rows per page
Query Builder