Lucene search
+L

304 matches found

CVE
CVE
added 2025/07/03 8:35 a.m.96 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.00176EPSS
SaveExploits0References10Affected Software1
CNNVD
CNNVD
added 2025/07/03 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from the mlbusio driver not checking the ioremap return value, which could lead to null pointer dereferencing...

5.5CVSS6.9AI score0.00176EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/06/30 12:0 a.m.13 views

PT-2025-33551

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw related to Secure TSC frequency calculation in SEV-SNP VMs. The GUEST TSC FREQ MSR reports a frequency based on the nominal P0 frequency, which deviate...

8.5CVSS6.2AI score0.07644EPSS
SaveExploits3References533
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.13 views

The vulnerability of the __ioremap_checkother() function in the arch/x86/mm/ioremap.c module on the x86 kernel of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the ioremapcheckother function in the arch/x86/mm/ioremap.c module on the x86 kernel of the Linux operating system is related to improper control of resource identifiers “resource injection”. Exploiting this vulnerability could allow an attacker to cause a service failure...

6.2CVSS6.4AI score0.00237EPSS
SaveExploits0References10Affected Software1
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.9 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ata: patapxa: Fixed a potential NULL pointer dereferencing in pxaataprobe. devmioremap returns NULL upon error. Currently, pxaataprobe does not check for this case, which could lead to a NULL pointer dereferencing. Add a NULL che...

5.5CVSS5.7AI score0.00185EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Wifi: mt76: mt7915: Fixed nullptrderef in mt7915mmiowedinit The devmioremap function returns NULL upon error. Currently, mt7915mmiowedinit does not check for this case, resulting in a NULL pointer dereference. Fixed null pointer...

5.5CVSS6AI score0.00141EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.6 views

kernel: platform/x86/amd/pmc: Detect when STB is not available

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/pmc: Detect when STB is not available Loading the amdpmc module as: amdpmc enablestb=1 ...can result in the following messages in the kernel ring buffer: amdpmc AMDI0009:00: SMU cmd failed. err: 0xff ioremap on R...

5.5CVSS6.8AI score0.00238EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.6 views

kernel: platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addresses

In the Linux kernel, the following vulnerability has been resolved: platform/x86/intel/pmc: Fix pmccoreiounmap to call iounmap for valid addresses Commit 50c6dbdfd16e "x86/ioremap: Improve iounmap address range checks" introduces a WARN when adrress ranges of iounmap are invalid. On Thinkpad P1 G...

5.5CVSS6.8AI score0.00202EPSS
SaveExploits0References5
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.00185EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.6 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.00185EPSS
SaveExploits0References41
Positive Technologies
Positive Technologies
added 2025/04/14 12:0 a.m.6 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.00175EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/04/08 12:0 a.m.9 views

PT-2025-18439

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential NULL pointer dereference issue has been identified in the pxa ata probe function. The devm ioremap function returns NULL in case of an error, but the pxa ata probe function...

5.5CVSS6.6AI score0.00185EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/04/07 12:0 a.m.5 views

PT-2025-27740

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A null pointer dereference issue has been identified in the mt7915 mmio wed init function. The devm ioremap function returns NULL on error, but mt7915 mmio wed init does not check for...

5.5CVSS6.4AI score0.00141EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/04/03 12:0 a.m.14 views

PT-2025-27721

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A potential null pointer dereference issue has been identified in the Linux kernel. The devm ioremap function can return NULL on error, but the mlb usio probe function does not check f...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 3:15 p.m.12 views

UBUNTU-CVE-2025-21872

In the Linux kernel, the following vulnerability has been resolved: efi: Don't map the entire mokvar table to determine its size Currently, when validating the mokvar table, we remap the entire table on each iteration of the loop, adding space as we discover new entries. If the table grows over a...

5.5CVSS6.2AI score0.00194EPSS
SaveExploits0References25
SUSE CVE
SUSE CVE
added 2025/03/01 2:54 a.m.7 views

SUSE CVE-2024-58022

In the Linux kernel, the following vulnerability has been resolved: mailbox: th1520: Fix a NULL vs ISERR bug The devmioremap function doesn't return error pointers, it returns NULL. Update the error checking to match...

5.5CVSS6.5AI score0.00185EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/27 8:16 p.m.4 views

DEBIAN-CVE-2024-58022

In the Linux kernel, the following vulnerability has been resolved: mailbox: th1520: Fix a NULL vs ISERR bug The devmioremap function doesn't return error pointers, it returns NULL. Update the error checking to match...

5.5CVSS5.9AI score0.00185EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 8:16 p.m.6 views

UBUNTU-CVE-2024-58022

In the Linux kernel, the following vulnerability has been resolved: mailbox: th1520: Fix a NULL vs ISERR bug The devmioremap function doesn't return error pointers, it returns NULL. Update the error checking to match...

5.5CVSS5.7AI score0.00185EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/02/27 3:6 a.m.4 views

SUSE CVE-2022-49445

In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: core: Fix possible null-ptr-deref in shpfcmapresources It will cause null-ptr-deref when using 'res', if platformgetresource returns NULL, so move using 'res' after devmioremapresource that will check it to avoi...

5.5CVSS6.5AI score0.00256EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/02/27 12:0 a.m.5 views

PT-2025-8985 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A bug in the Linux kernel has been resolved, specifically in the mailbox component, th1520. The issue involved incorrect error checking in the devm ioremap function, which returns NULL...

5.5CVSS6.4AI score0.00185EPSS
SaveExploits0References12
Rows per page
Query Builder