Lucene search
K

17 matches found

Tenable Nessus
Tenable Nessus
added 2026/03/03 12:0 a.m.2 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-005786)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005786 advisory. In the Linux kernel, the following vulnerability has been resolved: mtd: lpddr2nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeaddrang...

5.5CVSS5.9AI score0.00016EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.3 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992988)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992988 advisory. 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 ...

5.5CVSS5.9AI score0.00021EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50503

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mtd: lpddr2nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeaddrange invoked, if platformgetresource returns NULL. CVE-2022-50503...

5.5CVSS6.1AI score0.00016EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/07 3:19 p.m.3 views

EUVD-2025-32823

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Check return value after calling platformgetresource platformgetresource may return NULL pointer, we need check its return value to avoid null-ptr-deref in resourcesize...

6AI score0.00013EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/10/07 1:22 a.m.1 views

SUSE CVE-2022-50503

In the Linux kernel, the following vulnerability has been resolved: mtd: lpddr2nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeaddrange invoked, if platformgetresource returns NULL...

5.5CVSS6.5AI score0.00016EPSS
Exploits0References7
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.2 views

PT-2025-41029

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s iommu/mediatek component where the platform get resource function may return a NULL pointer. This can lead to a null-pointer dereference in the resour...

7.8CVSS6.9AI score0.00223EPSS
Exploits0References433
OSV
OSV
added 2025/10/04 4:15 p.m.0 views

UBUNTU-CVE-2022-50503

In the Linux kernel, the following vulnerability has been resolved: mtd: lpddr2nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeaddrange invoked, if platformgetresource returns NULL...

5.5CVSS5.9AI score0.00016EPSS
Exploits0References12
CVE
CVE
added 2025/10/04 3:43 p.m.15 views

CVE-2022-50503

CVE-2022-50503 affects the Linux kernel component mtd: lpddr2_nvm. The vulnerability is a possible null-ptr-deref in resource_size(add_range) when platform_get_resource() returns NULL. This is triggered in the lpddr2_nvm code path and can lead to a crash/local impact as described. The issue has b...

5.5CVSS6.2AI score0.00016EPSS
Exploits0References9Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:43 p.m.3 views

CVE-2022-50503 mtd: lpddr2_nvm: Fix possible null-ptr-deref

In the Linux kernel, the following vulnerability has been resolved: mtd: lpddr2nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeaddrange invoked, if platformgetresource returns NULL...

0.00016EPSS
Exploits0References9
OSV
OSV
added 2025/03/27 5:15 p.m.2 views

DEBIAN-CVE-2022-49758

In the Linux kernel, the following vulnerability has been resolved: reset: uniphier-glue: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeres invoked, if platformgetresource returns NULL...

5.5CVSS5.4AI score0.00041EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.1 views

CVE-2022-49758 reset: uniphier-glue: Fix possible null-ptr-deref

In the Linux kernel, the following vulnerability has been resolved: reset: uniphier-glue: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeres invoked, if platformgetresource returns NULL...

6.2AI score0.00041EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:6 a.m.2 views

SUSE CVE-2022-49491

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop: fix possible null-ptr-deref in vopbind It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to avoid...

5.5CVSS7.9AI score0.00011EPSS
Exploits0References10
CVE
CVE
added 2025/02/26 2:13 a.m.97 views

CVE-2022-49491

CVE-2022-49491 affects the Linux kernel driver path drm/rockchip vop. Public details confirm a null-pointer dereference in resource_size() when platform_get_resource() returns NULL. The root cause is a sequencing issue: resource_size() must be invoked after devm_ioremap_resource() to ensure res i...

5.5CVSS6.5AI score0.00011EPSS
Exploits0References9Affected Software1
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.22 views

CVE-2021-47050

In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix possible NULL pointer dereference of resource The platformgetresourcebyname can return NULL which would be immediately dereferenced by resourcesize. Instead dereference it after validating the resource...

5.5CVSS5.7AI score0.00027EPSS
Exploits0References6
Prion
Prion
added 2024/02/28 9:15 a.m.25 views

Null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix possible NULL pointer dereference of resource The platformgetresourcebyname can return NULL which would be immediately dereferenced by resourcesize. Instead dereference it after validating the resource...

6.8AI score0.00027EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.13 views

CVE-2021-47050 memory: renesas-rpc-if: fix possible NULL pointer dereference of resource

In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix possible NULL pointer dereference of resource The platformgetresourcebyname can return NULL which would be immediately dereferenced by resourcesize. Instead dereference it after validating the resource...

6.9AI score0.00027EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.19 views

CVE-2021-47050 memory: renesas-rpc-if: fix possible NULL pointer dereference of resource

In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix possible NULL pointer dereference of resource The platformgetresourcebyname can return NULL which would be immediately dereferenced by resourcesize. Instead dereference it after validating the resource...

6.8AI score0.00027EPSS
Exploits0References4
Rows per page
Query Builder