Lucene search
+L

114 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•10 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Add a NULL check in uclogicinputconfigured. The devmkasprintf function returns NULL when memory allocation fails. Currently, uclogicinputconfigured does not check for this case, resulting in a NULL pointer being...

5.5CVSS6.2AI score0.0019EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/09/08 12:08 a.m.•11 views

SUSE CVE-2026-80822

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the function failed...

5.8AI score0.00209EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/04 4:18 p.m.•8 views

CVE-2026-80822

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the function failed...

0.00209EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/04 4:18 p.m.•10 views

AZL-99686 CVE-2026-80822 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the function failed...

5.8AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/04 3:27 p.m.•15 views

CVE-2026-80822 mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf()

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the function failed...

5.6AI score
SaveExploits0References7
Debian CVE
Debian CVE
•added 2026/09/04 3:27 p.m.•17 views

CVE-2026-80822

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the function failed...

5.3AI score0.00209EPSS
SaveExploits0
CVE
CVE
•added 2026/09/04 3:27 p.m.•24 views

CVE-2026-80822

CVE-2026-80822 affects the Linux kernel's mchp-ipc-sbi mailbox driver. The root cause is a missing null check on the return value of devm_kasprintf() in the function mchp_ipc_get_cluster_aggr_irq() . Without this check, a failed allocation could lead to a NULL pointer dereference. The fix adds a ...

5.3AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/04 3:27 p.m.•13 views

EUVD-2026-71264

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the function failed...

5.3AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/04 3:27 p.m.•39 views

CVE-2026-80822 mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf()

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the function failed...

0.00209EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/09/04 12:00 a.m.•13 views

Linux Distros Unpatched Vulnerability : CVE-2026-80822

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the...

5.7AI score0.00209EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/08/26 12:00 a.m.•9 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098775)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098775 advisory. In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Add NULL check in mtinputconfigured devmkasprintf can return a NULL pointer on...

5.5CVSS6.3AI score0.00232EPSS
SaveExploits0References4
Redos
Redos
•added 2026/03/04 12:00 a.m.•11 views

ROS-20260304-73-0018

A vulnerability in the udmaprobe and devmkasprintf functions of the Linux kernel is related to null pointer dereferencing. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

5.5CVSS7.1AI score0.00189EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/01/22 12:00 a.m.•12 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-38143)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-38143 advisory. - In the Linux kernel, the following vulnerability has been resolved: backlight: pm8941: Add NULL check in...

5.5CVSS5.3AI score0.00187EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/01/05 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2023-54319

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - pinctrl: at91-pio4: check return value of devmkasprintf devmkasprintf returns a pointer to dynamically allocated memory. Pointer could be NULL in case allocatio...

5.6AI score0.00211EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•8 views

CVE-2023-54319

In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91-pio4: check return value of devmkasprintf devmkasprintf returns a pointer to dynamically allocated memory. Pointer could be NULL in case allocation fails. Check pointer validity. Identified with coccinelle kmerr.coc...

5.7AI score0.00211EPSS
SaveExploits0References11
OSV
OSV
•added 2025/12/30 12:34 p.m.•11 views

CVE-2023-54319 pinctrl: at91-pio4: check return value of devm_kasprintf()

In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91-pio4: check return value of devmkasprintf devmkasprintf returns a pointer to dynamically allocated memory. Pointer could be NULL in case allocation fails. Check pointer validity. Identified with coccinelle kmerr.coc...

6.3AI score
SaveExploits0References12
CNNVD
CNNVD
•added 2025/12/30 12:00 a.m.•12 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 an unchecked devmkasprintf return value that could lead to a null pointer dereference...

6.1AI score0.00211EPSS
SaveExploits0References10
BDU FSTEC
BDU FSTEC
•added 2025/12/02 12:00 a.m.•13 views

The vulnerability of the devm_kasprintf() function in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the devmkasprintf function in the Linux operating system is related to the assignment of a null pointer. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.8AI score0.00184EPSS
SaveExploits0References9Affected Software4
OSV
OSV
•added 2025/11/12 11:15 a.m.•25 views

UBUNTU-CVE-2025-40162

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd/sdwutils: avoid NULL deref when devmkasprintf fails devmkasprintf may return NULL on memory allocation failure, but the debug message prints cpus-dainame before checking it. Move the devdbg call after the NULL check to...

5.7AI score0.00184EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•5 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989455 advisory. In the Linux kernel, the following vulnerability has been resolved: arcnet: Add NULL check in com20020pciprobe devmkasprintf returns NULL when memory allocation fail...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References4
Rows per page
Query Builder