Lucene search
+L

2713 matches found

CVE
CVE
added 2026/07/25 8:52 a.m.24 views

CVE-2026-64512

In CVE-2026-64512, a Linux kernel issue in the ACPI CPPC module stems from field misuse of reg->access_width depending on reg->space_id. When using ACPI_ADR_SPACE_PLATFORM_COMM, access_width indicates the PCC region and can trigger UBSAN shift-out-of-bounds, as illustrated by UBSAN: shift-o...

5.8AI score0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:52 a.m.8 views

CVE-2026-64512 ACPI: CPPC: Suppress UBSAN warning caused by field misuse

In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Suppress UBSAN warning caused by field misuse The definition of reg-accesswidth changes depending on the reg-spaceid type. Type ACPIADRSPACEPLATFORMCOMM uses accesswidth to indicate the PCC region, which can result in...

5.8AI score
SaveExploits0References10
EUVD
EUVD
added 2026/07/25 8:52 a.m.12 views

EUVD-2026-48856

In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Suppress UBSAN warning caused by field misuse The definition of reg-accesswidth changes depending on the reg-spaceid type. Type ACPIADRSPACEPLATFORMCOMM uses accesswidth to indicate the PCC region, which can result in...

5.8AI score0.00173EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:52 a.m.10 views

CVE-2026-64510

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix acpinfitinit error cleanup If acpinfitinit fails after adding the acpidesc object to the acpidescs list, that object is never removed from that list because the acpinfitshutdown devm action is not added for...

7CVSS5.8AI score0.00111EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:52 a.m.34 views

CVE-2026-64510 ACPI: NFIT: core: Fix acpi_nfit_init() error cleanup

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix acpinfitinit error cleanup If acpinfitinit fails after adding the acpidesc object to the acpidescs list, that object is never removed from that list because the acpinfitshutdown devm action is not added for...

7CVSS0.00111EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:52 a.m.31 views

CVE-2026-64510

CVE-2026-64510 affects the Linux kernel and concerns the ACPI NFIT core. The vulnerability arises when acpi_nfit_init() fails after adding an acpi_desc to the acpi_descs list or when certain probe/update paths do not register a proper shutdown/remove path. This can lead to a use-after-free in nfi...

7CVSS5.8AI score0.00111EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:52 a.m.8 views

CVE-2026-64510 ACPI: NFIT: core: Fix acpi_nfit_init() error cleanup

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix acpinfitinit error cleanup If acpinfitinit fails after adding the acpidesc object to the acpidescs list, that object is never removed from that list because the acpinfitshutdown devm action is not added for...

7CVSS5.8AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 8:52 a.m.9 views

EUVD-2026-48855

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix possible NULL pointer dereference After commit 9b311b7313d6 "ACPI: NFIT: Install Notify handler before getting NFIT table", acpinfitprobe installs an ACPI notify handler for the NFIT device before checking t...

5.8AI score0.00156EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:52 a.m.25 views

CVE-2026-64511

CVE-2026-64511 concerns the Linux kernel where an ACPI NFIT NULL-pointer dereference could occur if NFIT_NOTIFY_UC_MEMORY_ERROR arrives before the NFIT table is allocated. The fix guards acpi_nfit_uc_error_notify() against a NULL acpi_desc, preventing dereferencing when the NFIT table is absent a...

5.8AI score0.00156EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/25 8:52 a.m.9 views

EUVD-2026-48854

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix acpinfitinit error cleanup If acpinfitinit fails after adding the acpidesc object to the acpidescs list, that object is never removed from that list because the acpinfitshutdown devm action is not added for...

5.8AI score0.00111EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.31 views

CVE-2026-64372 cpufreq: pcc: fix use-after-free and double free in _OSC evaluation

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pcc: fix use-after-free and double free in OSC evaluation pcccpufreqdoosc calls acpievaluateobject twice for the two-phase OSC negotiation. Between the two calls it freed output.pointer but left output.length unchanged...

7.8CVSS0.00126EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48916

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pcc: fix use-after-free and double free in OSC evaluation pcccpufreqdoosc calls acpievaluateobject twice for the two-phase OSC negotiation. Between the two calls it freed output.pointer but left output.length unchanged...

5.9AI score0.00126EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.16 views

CVE-2026-64372

Summary: CVE-2026-64372 affects the Linux kernel cpufreq/pcc OSC evaluation path. The defect arises in pcc_cpufreq_do_osc(), which calls acpi_evaluate_object() twice for the two‑phase _OSC negotiation. Between the calls, output.pointer is freed while output.length remains, causing the second call...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/07/25 12:14 a.m.6 views

SUSE CVE-2026-64227

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

5.8AI score0.00168EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.24 views

PT-2026-64733

In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Suppress UBSAN warning caused by field misuse The definition of reg-access width changes depending on the reg-space id type. Type ACPI ADR SPACE PLATFORM COMM uses access width to indicate the PCC region, which can...

5.8AI score0.00173EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-64512

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ACPI: CPPC: Suppress UBSAN warning caused by field misuse The definition of reg-accesswidth changes depending on the reg-spaceid type. Type...

5.5AI score0.00173EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-64227

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device ID...

5.5AI score0.00168EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-64372

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cpufreq: pcc: fix use-after-free and double free in OSC evaluation pcccpufreqdoosc calls acpievaluateobject twice for the two-phase OSC negotiation. Between the...

7.8CVSS5.6AI score0.00126EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.16 views

PT-2026-64593

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free and double free issue exists in the pcc cpufreq do osc function during the two-phase OSC negotiation. The function calls acpi evaluate object twice; however, after the...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-64511

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ACPI: NFIT: core: Fix possible NULL pointer dereference After commit 9b311b7313d6 ACPI: NFIT: Install Notify handler before getting NFIT table, acpinfitprobe...

5.4AI score0.00156EPSS
SaveExploits0References3
Rows per page
Query Builder