Lucene search
+L

51 matches found

CVE
CVE
added 2025/10/07 3:21 p.m.17 views

CVE-2023-53682

CVE-2023-53682 affects the Linux kernel hwmon xgene driver. The root cause is that ioremap() and memremap() were not released in xgene_hwmon_probe(), creating a potential resource leak through ctx->pcc_comm_addr. The fix replaces ioremap and memremap with devm_ioremap and devm_memremap, ensuri...

5.5CVSS6.1AI score0.00133EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/10/07 3:21 p.m.4 views

CVE-2023-53682 hwmon: (xgene) Fix ioremap and memremap leak

In the Linux kernel, the following vulnerability has been resolved: hwmon: xgene Fix ioremap and memremap leak Smatch reports: drivers/hwmon/xgene-hwmon.c:757 xgenehwmonprobe warn: 'ctx-pcccommaddr' from ioremap not released on line: 757. This is because in drivers/hwmon/xgene-hwmon.c:701...

5.5CVSS6.4AI score0.00133EPSS
Exploits0References6
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987087)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987087 advisory. In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: cadence: fix possible null-ptr-deref in cadencenanddtprobe It will cause...

5.5CVSS5.7AI score0.00252EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.13 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987181)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987181 advisory. In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: fix possible null-ptr-deref in armsmmudeviceprobe It will cause null-ptr-deref wh...

5.5CVSS5.9AI score0.00269EPSS
Exploits0References4
OSV
OSV
added 2025/09/17 3:15 p.m.2 views

DEBIAN-CVE-2022-50364

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

5.5CVSS5.3AI score0.00189EPSS
Exploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.7 views

UBUNTU-CVE-2022-50364

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

5.5CVSS5.9AI score0.00189EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.3 views

CVE-2022-50364 i2c: mux: reg: check return value after calling platform_get_resource()

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

6.1AI score0.00189EPSS
Exploits0References5
CVE
CVE
added 2025/09/17 2:56 p.m.26 views

CVE-2022-50364

The CVE-2022-50364 issue in the Linux kernel concerns i2c mux: reg: an IPv4? actually resource handling in platform_get_resource() returning NULL leading to NULL pointer dereference in resource_size(). The documented fix moves the call to resource_size() to after devm_ioremap_resource() which che...

5.5CVSS6.1AI score0.00189EPSS
Exploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/17 12:0 a.m.8 views

PT-2025-38174

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to the i2c subsystem. Specifically, a null-pointer dereference can occur in the resource size function if platform get resource returns NULL...

5.8AI score0.00189EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-37758

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ata: patapxa: Fix potential NULL pointer dereference in pxaataprobe devmioremap returns NULL on error. Currently, pxaataprobe does not check for this case, whic...

5.5CVSS6.4AI score0.00163EPSS
Exploits0References3
OSV
OSV
added 2025/07/10 8:15 a.m.11 views

DEBIAN-CVE-2025-38275

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.5CVSS5.4AI score0.00171EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2025/07/04 2:38 p.m.3 views

SUSE CVE-2025-38155

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: Fix null-ptr-deref in mt7915mmiowedinit devmioremap returns NULL on error. Currently, mt7915mmiowedinit does not check for this case, which results in a NULL pointer dereference. Prevent null pointer dereferen...

5.5CVSS6.5AI score0.00138EPSS
Exploits0References22
SUSE CVE
SUSE CVE
added 2025/07/03 11:23 p.m.4 views

SUSE CVE-2025-38135

In the Linux kernel, the following vulnerability has been resolved: serial: Fix potential null-ptr-deref in mlbusioprobe devmioremap can return NULL on error. Currently, mlbusioprobe does not check for this case, which could result in a NULL pointer dereference. Add NULL check after devmioremap t...

4.4CVSS6.4AI score0.00172EPSS
Exploits0References22
SUSE CVE
SUSE CVE
added 2025/07/03 11:23 p.m.3 views

SUSE CVE-2025-38144

In the Linux kernel, the following vulnerability has been resolved: watchdog: lenovose30wdt: Fix possible devmioremap NULL pointer dereference in lenovose30wdtprobe devmioremap returns NULL on error. Currently, lenovose30wdtprobe does not check for this case, which results in a NULL pointer...

5.5CVSS6.4AI score0.00137EPSS
Exploits0References3
OSV
OSV
added 2025/07/03 9:15 a.m.5 views

UBUNTU-CVE-2025-38135

In the Linux kernel, the following vulnerability has been resolved: serial: Fix potential null-ptr-deref in mlbusioprobe devmioremap can return NULL on error. Currently, mlbusioprobe does not check for this case, which could result in a NULL pointer dereference. Add NULL check after devmioremap t...

5.5CVSS6.1AI score0.00172EPSS
Exploits0References43
OSV
OSV
added 2025/07/03 8:35 a.m.7 views

CVE-2025-38144 watchdog: lenovo_se30_wdt: Fix possible devm_ioremap() NULL pointer dereference in lenovo_se30_wdt_probe()

In the Linux kernel, the following vulnerability has been resolved: watchdog: lenovose30wdt: Fix possible devmioremap NULL pointer dereference in lenovose30wdtprobe devmioremap returns NULL on error. Currently, lenovose30wdtprobe does not check for this case, which results in a NULL pointer...

5.5CVSS6.4AI score0.00137EPSS
Exploits0References5
CVE
CVE
added 2025/07/03 8:35 a.m.86 views

CVE-2025-38135

CVE-2025-38135 – Linux kernel (serial/mlb_usio_probe) NULL pointer dereference fix : The vulnerability arises when devm_ioremap() returns NULL on error and mlb_usio_probe() fails to check it, potentially leading to a NULL pointer dereference. The fix adds a NULL check after devm_ioremap() to prev...

5.5CVSS7AI score0.00172EPSS
Exploits0References10Affected Software1
OSV
OSV
added 2025/05/01 1:15 p.m.2 views

DEBIAN-CVE-2025-37758

In the Linux kernel, the following vulnerability has been resolved: ata: patapxa: Fix potential NULL pointer dereference in pxaataprobe devmioremap returns NULL on error. Currently, pxaataprobe does not check for this case, which can result in a NULL pointer dereference. Add NULL check after...

5.5CVSS5.6AI score0.00163EPSS
Exploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.4 views

UBUNTU-CVE-2025-37758

In the Linux kernel, the following vulnerability has been resolved: ata: patapxa: Fix potential NULL pointer dereference in pxaataprobe devmioremap returns NULL on error. Currently, pxaataprobe does not check for this case, which can result in a NULL pointer dereference. Add NULL check after...

5.5CVSS6.2AI score0.00163EPSS
Exploits0References41
Positive Technologies
Positive Technologies
added 2025/04/14 12:0 a.m.3 views

PT-2025-28995

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The qmp usb iomap helper function in the Linux kernel returns the raw result of devm ioremap for non-exclusive mappings. Because devm ioremap can return a NULL pointer, and the caller...

5.5CVSS6.5AI score0.00171EPSS
Exploits0
Rows per page
Query Builder