Lucene search
+L

343 matches found

OSV
OSV
added 2025/04/01 4:15 p.m.1 views

DEBIAN-CVE-2025-21962

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix integer overflow while processing closetimeo mount option User-provided mount parameter closetimeo of type u32 is intended to have an upper limit, but before it is validated, the value is converted from seconds to jiffi...

5.5CVSS5.9AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/01 4:15 p.m.9 views

UBUNTU-CVE-2025-21962

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix integer overflow while processing closetimeo mount option User-provided mount parameter closetimeo of type u32 is intended to have an upper limit, but before it is validated, the value is converted from seconds to jiffi...

5.5CVSS6.4AI score0.00194EPSS
SaveExploits0References34
CVE
CVE
added 2025/04/01 3:47 p.m.214 views

CVE-2025-21964

CVE-2025-21964 affects the Linux kernel CIFS mount option acregmax. The issue arises when user-provided acregmax (u32) is not yet validated; its value is converted from seconds to jiffies, which can overflow an integer. This is a local vulnerability in which an attacker with local access could po...

5.5CVSS7.4AI score0.00194EPSS
SaveExploits0References7Affected Software1
NVD
NVD
added 2025/03/27 5:15 p.m.8 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.00281EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.17 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.00264EPSS
SaveExploits0References6
CVE
CVE
added 2025/03/27 4:43 p.m.105 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.00264EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/03/27 4:43 p.m.11 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 score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.12 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.00281EPSS
SaveExploits0
CVE
CVE
added 2025/03/27 4:43 p.m.122 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.00281EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2025/02/27 3:15 a.m.14 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.3 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.125 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
Debian CVE
Debian CVE
added 2025/02/27 2:18 a.m.15 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
Cvelist
Cvelist
added 2025/02/27 2:18 a.m.22 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:12 a.m.23 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
CVE
CVE
added 2025/02/27 2:12 a.m.164 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
ATTACKERKB
ATTACKERKB
added 2025/02/26 7:01 a.m.8 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.17 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 score
SaveExploits0References11
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.23 views

CVE-2022-49267

...

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

CVE-2022-49267

Removed by vendor...

6.6AI score0.00031EPSS
SaveExploits0
Rows per page
Query Builder