Lucene search
+L

517 matches found

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.00273EPSS
SaveExploits0References5
CVE
CVE
added 2025/03/27 4:44 p.m.89 views

CVE-2023-53032

CVE-2023-53032 concerns the Linux kernel netfilter/ipset bitmap_ip_create() overflow handling. When first_ip = 0, last_ip = 0xFFFFFFFF, and netmask = 31, the expression 2 <

5.5CVSS6.8AI score0.00196EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/03/27 4:44 p.m.15 views

CVE-2023-53032 netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix overflow before widen in the bitmapipcreate function. When firstip is 0, lastip is 0xFFFFFFFF, and netmask is 31, the value of an arithmetic expression 2 netmask - maskbits - 1 is subject to overflow due to ...

0.00196EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/03/27 4:44 p.m.8 views

CVE-2023-53032

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix overflow before widen in the bitmapipcreate function. When firstip is 0, lastip is 0xFFFFFFFF, and netmask is 31, the value of an arithmetic expression 2 netmask - maskbits - 1 is subject to overflow due to ...

5.5CVSS5.4AI score0.00196EPSS
SaveExploits0
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.00253EPSS
SaveExploits0References6
CVE
CVE
added 2025/03/27 4:43 p.m.101 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
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.14 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.8CVSS0.00267EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.11 views

CVE-2023-52988

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.5AI score0.00267EPSS
SaveExploits0
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 score
SaveExploits0References10
CVE
CVE
added 2025/03/27 4:43 p.m.119 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
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.13 views

CVE-2023-52976 efi: fix potential NULL deref in efi_mem_reserve_persistent

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...

0.00273EPSS
SaveExploits0References5
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
Positive Technologies
Positive Technologies
added 2025/03/26 12:0 a.m.8 views

PT-2025-18447

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A division by zero issue has been resolved in the Linux kernel. The problem occurs when a user sets a speed value greater than UINT MAX/8, making division by zero possible. This issue wa...

5.5CVSS6.7AI score0.00199EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/03/24 12:0 a.m.6 views

PT-2025-20495

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL pointer dereference issue in the Linux kernel has been resolved. The issue is related to the cifs server dbg function, which implies that the server should be non-NULL. To avoid t...

5.5CVSS6.6AI score0.00275EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/03/10 12:0 a.m.11 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-40982)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-40982 advisory. - In the Linux kernel, the following vulnerability has been resolved: ssb: Fix potential NULL pointer...

7AI score
SaveExploits0References2
NVD
NVD
added 2025/03/06 4:15 p.m.10 views

CVE-2024-58052

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential NULL pointer dereference in atomctrlgetsmcsclkrangetable The function atomctrlgetsmcsclkrangetable does not check the return value of smuatomgetdatatable. If smuatomgetdatatable fails to retrieve SMUInfo...

5.5CVSS0.00215EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-21775

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: can: ctucanfd: handle skb allocation failure If skb allocation fails, the pointer to struct...

5.5CVSS5.6AI score0.00218EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2024-58052

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: Fix potential NULL pointer dereference in atomctrlgetsmcsclkrangetable The function atomctrlgetsmcsclkrangetable does not check the return value of...

5.5CVSS6.8AI score0.00215EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2024-49992

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/stm: Avoid use-after-free issues with crtc and plane ltdcload calls functions drmcrtcinitwithplanes, drmuniversalplaneinit and drmencoderinit. These functio...

7.8CVSS7.1AI score0.00238EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2024-40939

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: Fix tainted pointer delete is case of region creation fail In case of regio...

7.8CVSS5.5AI score0.00261EPSS
SaveExploits0References3
Rows per page
Query Builder