Lucene search
K

25 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux - уязвимость в 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 pointer. The devmkzalloc function now returns NULL upon failure, rather than error pointers. The check has been corrected...

5.5CVSS5.8AI score0.00054EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.2 views

Astra Linux - уязвимость в linux, linux-5.15, linux-5.10

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

5.6AI score0.0004EPSS
Exploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.3 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.00015EPSS
Exploits0References5
CVE
CVE
added 2026/04/24 2:44 p.m.8 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.00015EPSS
Exploits0References5Affected Software1
NVD
NVD
added 2025/12/24 1:16 p.m.1 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.0004EPSS
Exploits0References7
CVE
CVE
added 2025/07/10 7:41 a.m.68 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.0007EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2025/07/10 7:41 a.m.4 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.0007EPSS
Exploits0References9
Cvelist
Cvelist
added 2025/05/01 1:7 p.m.10 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.00074EPSS
Exploits0References2
NVD
NVD
added 2025/03/06 4:15 p.m.12 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.00086EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.5 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.00041EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.9 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.00054EPSS
Exploits0
NVD
NVD
added 2024/11/19 6:15 p.m.14 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.00053EPSS
Exploits0References2
CVE
CVE
added 2024/11/19 5:31 p.m.187 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.00053EPSS
Exploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/10/21 2:13 p.m.8 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.8 views

CVE-2023-52917

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

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

CVE-2023-52917

...

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

CVE-2023-52917

...

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

CVE-2023-52917

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

6.9AI score
Exploits0
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.19 views

CVE-2024-40933

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: mlx90635: Fix ERRPTR dereference in mlx90635probe When devmregmapiniti2c fails, regmapee could be error pointer, instead of checking for ISERRregmapee, regmap is checked which looks like a copy paste error...

5.5CVSS5.8AI score0.00017EPSS
Exploits0References11
RedhatCVE
RedhatCVE
added 2024/06/21 1:52 p.m.21 views

CVE-2024-36481

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: fix error check in parsebtffield btffindstructmember might return NULL or an error via the ERRPTR macro. However, its caller in parsebtffield only checks for the NULL condition. Fix this by using ISERR and returni...

4.4CVSS6.7AI score0.00033EPSS
Exploits0References4
Rows per page
Query Builder