Lucene search
+L

27 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 11:27 p.m.3 views

CVE-2026-89589

A flaw was found in the ACPI/APEI/GHES component of the Linux kernel. Incorrect usage of spinlocks in the CXL CPER work registration and unregistration helpers can lead to a deadlock. If a CPU holds a lock while a GHES interrupt arrives on the same CPU, the interrupt handler will spin on the held...

4.4CVSS0.00173EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/11 8:19 p.m.4 views

CVE-2026-89588

In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: GHES: fix ARM section length accounting after header In gheshandlearmhwerror, after skipping the cpersecprocarm header with err + 1, the remaining length was reduced by sizeoferr pointer size instead of sizeoferr...

0.002EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.2 views

CVE-2026-89589

In the Linux kernel, the following vulnerability has been resolved: acpi/apei/ghes: Use rawspinlockt for CXL CPER work locks The CXL CPER work registration and unregistration helpers acquire cxlcperworklock and cxlcperproterrworklock with a spinlock guard, which leaves local interrupts enabled. T...

0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.17 views

CVE-2026-89589 acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locks

In the Linux kernel, the following vulnerability has been resolved: acpi/apei/ghes: Use rawspinlockt for CXL CPER work locks The CXL CPER work registration and unregistration helpers acquire cxlcperworklock and cxlcperproterrworklock with a spinlock guard, which leaves local interrupts enabled. T...

0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:44 p.m.4 views

EUVD-2026-76501

In the Linux kernel, the following vulnerability has been resolved: acpi/apei/ghes: Use rawspinlockt for CXL CPER work locks The CXL CPER work registration and unregistration helpers acquire cxlcperworklock and cxlcperproterrworklock with a spinlock guard, which leaves local interrupts enabled. T...

0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.7 views

CVE-2026-89589

CVE-2026-89589 affects the Linux kernel in the acpi/apei/ghes subsystem, specifically the CXL CPER work registration and unregistration helpers. The root cause is a deadlock : the CXL CPER work locks are acquired with a regular spinlock guard (interrupts enabled) in register/unregister paths, whi...

0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.7 views

CVE-2026-89588

CVE-2026-89588 affects the Linux kernel ACPI APEI GHES subsystem. In ghes_handle_arm_hw_error(), after skipping the cper_sec_proc_arm header, the remaining length was incorrectly reduced by sizeof(err) (the pointer size ) instead of sizeof(*err) (the structure size ). This overestimates the avail...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.4 views

EUVD-2026-76500

In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: GHES: fix ARM section length accounting after header In gheshandlearmhwerror, after skipping the cpersecprocarm header with err + 1, the remaining length was reduced by sizeoferr pointer size instead of sizeoferr...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.2 views

CVE-2026-89588 ACPI: APEI: GHES: fix ARM section length accounting after header

In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: GHES: fix ARM section length accounting after header In gheshandlearmhwerror, after skipping the cpersecprocarm header with err + 1, the remaining length was reduced by sizeoferr pointer size instead of sizeoferr...

SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.9 views

PT-2026-90305

In the Linux kernel, the following vulnerability has been resolved: acpi/apei/ghes: Use raw spinlock t for CXL CPER work locks The CXL CPER work registration and unregistration helpers acquire cxl cper work lock and cxl cper prot err work lock with a spinlock guard, which leaves local interrupts...

0.00173EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.7 views

PT-2026-90304

In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: GHES: fix ARM section length accounting after header In ghes handle arm hw error, after skipping the cper sec proc arm header with err + 1, the remaining length was reduced by sizeoferr pointer size instead of sizeofe...

0.002EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.9 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-100376 advisory. In the Linux kernel, the following vulnerability has been resolved: EFI/CPER: don't go past the ARM processor CPER record buffer There's a logic inside GHES/CPER to...

5.5CVSS4.9AI score0.00119EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/08/17 12:00 a.m.8 views

The vulnerability of EFI/CPER components in Linux kernel allows a hacker to trigger a service failure.

The vulnerability of EFI/CPER components in Linux kernel is related to errors in processing parameter length. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS4.7AI score0.00119EPSS
SaveExploits0References18Affected Software3
RedhatCVE
RedhatCVE
added 2026/05/06 11:54 p.m.14 views

CVE-2026-43266

A flaw was found in the Linux kernel's handling of Common Platform Error Records CPER for ARM processors. This vulnerability allows a local attacker or malicious firmware to provide a malformed CPER record with an excessively large section length. The kernel then attempts to read data beyond the...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/06 12:16 p.m.44 views

CVE-2026-43266

In the Linux kernel, the following vulnerability has been resolved: EFI/CPER: don't go past the ARM processor CPER record buffer There's a logic inside GHES/CPER to detect if the sectionlength is too small, but it doesn't detect if it is too big. Currently, if the firmware receives an ARM process...

5.5CVSS0.00119EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/06 12:16 p.m.17 views

CVE-2026-43171

In the Linux kernel, the following vulnerability has been resolved: EFI/CPER: don't dump the entire memory region The current logic at cperprintfwerr doesn't check if the error record length is big enough to handle offset. On a bad firmware, if the ofset is above the actual record, length -= offs...

5.5CVSS0.00123EPSS
SaveExploits0References8
CVE
CVE
added 2026/05/06 11:28 a.m.42 views

CVE-2026-43277

The CVE-2026-43277 issue affects the Linux kernel GHES/APEI path. The root cause is a mismatch between CPER-record length and the actual number of pages allocated when ghes_new() validates CPER data, enabling a bad firmware to cause an out-of-bounds write and a kernel OOPs/panic. Public descripti...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2026/05/06 12:00 a.m.12 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the failure to check the length of error records in the cperprintfwerr module. This vulnerability...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/06 12:00 a.m.15 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the ghesnew function in APEI GHES not verifying whether the CPER record size exceeds the allocate...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/01/08 12:00 a.m.17 views

PT-2026-37606

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the GHES/CPER logic of the Linux kernel regarding the handling of ARM processor CPER records. The system fails to detect when the section length is excessively large. ...

5.5CVSS5.9AI score0.00119EPSS
SaveExploits0
Rows per page
Query Builder