Lucene search
K

27 matches found

NVD
NVD
added 2026/06/24 5:17 p.m.8 views

CVE-2026-53028

In the Linux kernel, the following vulnerability has been resolved: usb: typec: Fix error pointer dereference The variable tps-partner is checked for an error pointer and then if it is, it sends an error message but does not return and then immediately dereferenced a few lines below: tps-partner ...

5.5CVSS0.00166EPSS
Exploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc – Fixed the issue where NULL values were returned instead of an ISERR error. The devmkzalloc function now returns NULL when an error occurs, rather than error pointers. The check has been corrected...

5.5CVSS5.9AI score0.00143EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerabilities in Linux, Linux-5.15, Linux-5.10

In the Linux kernel, the following vulnerability has been resolved: regulator: stm32-pwr: Fix for the ofiomap leak. Suggestions: - In the file drivers/regulator/stm32-pwr.c, line 166 of stm32pwrregulatorprobe: The “base” from the ofiomap function is not released when the stm32pwrregulatorprobe...

5.9AI score0.0018EPSS
Exploits0References1
OSV
OSV
added 2026/05/13 3:8 p.m.2 views

CVE-2026-43480 ASoC: amd: acp3x-rt5682-max9836: Add missing error check for clock acquisition

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp3x-rt5682-max9836: Add missing error check for clock acquisition The acp3x5682init function did not check the return value of clkget, which could lead to dereferencing error pointers in rt5682clkenable. Fix this by:...

5.5CVSS5.8AI score0.00114EPSS
Exploits0References11
NVD
NVD
added 2026/04/24 3:16 p.m.8 views

CVE-2026-31646

In the Linux kernel, the following vulnerability has been resolved: net: lan966x: fix pagepool error handling in lan966xfdmarxallocpagepool pagepoolcreate can return an ERRPTR on failure. The return value is used unconditionally in the loop that follows, passing the error pointer through...

5.5CVSS0.00122EPSS
Exploits0References5
CVE
CVE
added 2026/04/24 2:44 p.m.24 views

CVE-2026-31646

CVE-2026-31646 affects the Linux kernel LAN966X driver. The root cause is improper handling of the return value from page_pool_create(): on failure it can yield an ERR_PTR that is unconditionally passed through xdp_rxq_info_reg_mem_model() into page_pool_use_xdp_mem(), where it is dereferenced, c...

5.5CVSS5.4AI score0.00122EPSS
Exploits0References5Affected Software1
NVD
NVD
added 2025/12/24 1:16 p.m.7 views

CVE-2023-54097

In the Linux kernel, the following vulnerability has been resolved: regulator: stm32-pwr: fix ofiomap leak Smatch reports: drivers/regulator/stm32-pwr.c:166 stm32pwrregulatorprobe warn: 'base' from ofiomap not released on lines: 151,166. In stm32pwrregulatorprobe, base is not released when...

0.0018EPSS
Exploits0References7
CVE
CVE
added 2025/07/10 7:41 a.m.83 views

CVE-2025-38275

The CVE-2025-38275 entry concerns the Linux kernel, fixing a NULL vs IS_ERR() bug in the qcom-qmp-usb driver. The qmp_usb_iomap() helper previously returned devm_ioremap() results directly for non-exclusive mappings, which could be NULL. If callers only checked IS_ERR(), a NULL pointer could bypa...

5.5CVSS6.7AI score0.00171EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2025/07/10 7:41 a.m.14 views

CVE-2025-38275 phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp-usb: Fix an NULL vs ISERR bug The qmpusbiomap helper function currently returns the raw result of devmioremap for non-exclusive mappings. Since devmioremap may return a NULL pointer and the caller only checks error...

5.5CVSS6.4AI score0.00171EPSS
Exploits0References9
Cvelist
Cvelist
added 2025/05/01 1:7 p.m.24 views

CVE-2025-37783 drm/msm/dpu: Fix error pointers in dpu_plane_virtual_atomic_check

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Fix error pointers in dpuplanevirtualatomiccheck The function dpuplanevirtualatomiccheck was dereferencing pointers returned by drmatomicgetplanestate without checking for errors. This could lead to undefined behavio...

0.0013EPSS
Exploits0References2
NVD
NVD
added 2025/03/06 4:15 p.m.28 views

CVE-2024-58067

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-mpmu: Fix a NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Update the check to match...

5.5CVSS0.00143EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.6 views

CVE-2024-58066

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbcp: Fix a NULL vs ISERR check The devmkzalloc function doesn't return error pointers, it returns NULL on error. Update the check to match...

5.5CVSS5.4AI score0.00143EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.10 views

CVE-2024-58065

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc: Fix NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Fix the check...

5.5CVSS5.4AI score0.00143EPSS
Exploits0
NVD
NVD
added 2024/11/19 6:15 p.m.37 views

CVE-2024-53078

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

5.5CVSS0.00186EPSS
Exploits0References2
CVE
CVE
added 2024/11/19 5:31 p.m.197 views

CVE-2024-53078

In CVE-2024-53078, Linux kernel vulnerability exists in drm/tegra: probe() where the code checked for NULL after calling iommu_paging_domain_alloc(). The function does not return NULL pointers; it returns error pointers. The fix updates the check to treat error pointers correctly, aligning the pr...

5.5CVSS5.3AI score0.00186EPSS
Exploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/10/21 2:13 p.m.13 views

CVE-2023-52917

In the Linux kernel, the following vulnerability has been resolved: ntb: intel: Fix the NULL vs ISERR bug for debugfscreatedir The debugfscreatedir function returns error pointers. It never returns NULL. So use ISERR to check it...

4.4CVSS7AI score
Exploits0References4
NVD
NVD
added 2024/10/21 1:15 p.m.11 views

CVE-2023-52917

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

Exploits0
CVE
CVE
added 2024/10/21 12:13 p.m.166 views

CVE-2023-52917

CVE-2023-52917 is rejected/not used and does not represent an active vulnerability entry.

6.9AI score
Exploits0
Vulnrichment
Vulnrichment
added 2024/10/21 12:13 p.m.14 views

CVE-2023-52917

...

7AI score
Exploits0
Cvelist
Cvelist
added 2024/10/21 12:13 p.m.25 views

CVE-2023-52917

...

Exploits0
Rows per page
Query Builder