Lucene search
+L

2708 matches found

CVE
CVE
added yesterday10 views

CVE-2026-68346

CVE-2026-68346 concerns the Linux kernel ALSA hda cs35l41 ACPI mute handling. The issue arises when cs35l41_get_acpi_mute_state() calls a _DSM method to obtain the ACPI mute state and reads the first byte of the returned object, but the returned ACPI object is not freed, causing a leak per query....

5.6AI score
SaveExploits0References4
EUVD
EUVD
added yesterday4 views

EUVD-2026-55447

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: validate and free ACPI mute object cs35l41getacpimutestate evaluates a DSM method to get the ACPI mute state and reads the first byte from the returned object. However, the returned ACPI object is owned by the...

5.6AI score
SaveExploits0References4
CVE
CVE
added yesterday11 views

CVE-2026-68325

The Linux kernel AMD IOMMU path (ivrs_acpihid parser) is affected by CVE-2026-68325. The parser appends entries to a fixed four-element early_acpihid_map and, unlike the IOAPIC/HPET parsers, does not reject a fifth entry before increasing the map size. The patch adds a capacity check at the commo...

5.3AI score
SaveExploits0References5
EUVD
EUVD
added yesterday4 views

EUVD-2026-55426

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bound the early ACPI HID map The ivrsacpihid command-line parser appends entries to a fixed four-element earlyacpihidmap array. Unlike the sibling IOAPIC and HPET parsers, it does not reject a fifth entry before...

5.3AI score
SaveExploits0References5
CVE
CVE
added yesterday9 views

CVE-2026-68238

In the Linux kernel, the drm/amdgpu path released the VFCT ACPI table reference via acpi_get_table() without a matching acpi_put_table(), causing a leak on each call. The fix routes all exit paths through a common acpi_put_table() after copying the VBIOS image with kmemdup(), ensuring the VFCT ta...

5.3AI score
SaveExploits0References3
AstraLinux
AstraLinux
added yesterday5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Revert “i2c: i801: replace acpilock with I2C bus lock” This revertment is associated with the commit f707d6b9e7c18f669adfdb443906d46cfbaaa0c1. Under rare circumstances, multiple udev threads may collect information abo...

5.5CVSS4.8AI score0.00122EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added yesterday7 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Platform/x86: hp-bioscfg: Fixed out-of-bounds array access issues in ACPI package parsing. The hppopulateelementsfrompackage functions in the hp-bioscfg driver contain vulnerabilities related to out-of-bounds array access. These...

7.1CVSS5.8AI score0.00117EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added yesterday3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: ACPI: APEI: Send SIGBUS to the current task if a synchronous memory error is not recovered. If a synchronous error is detected due to a user-space process triggering a 2-bit uncorrected error, the CPU will raise an exception,...

5.5CVSS5.8AI score0.00147EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added yesterday3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ACPI: Video – Fix for a use-after-free in acpivideoswitchbrightness The switchbrightnesswork delayed work accesses device-brightness and device-backlight, which were freed by acpivideodevunregisterbacklight during device removal...

5.6AI score0.00193EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added yesterday8 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Fixed NULL pointer dereferencing in cs35l41hdareadacpi The acpigetfirstphysicalnode function may return NULL. In such cases, the getdevice function also returns NULL. However, this value is then dereferenced...

5.3AI score0.00214EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added yesterday11 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fixed NULL pointer dereferencing in acpievaddressspacedispatch. A new check was added to cover missed execution paths...

5.5CVSS5.3AI score0.0013EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added yesterday9 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: Platform/x86: classmate-laptop: Added NULL pointer checks where necessary. In several places within the Classmate laptop driver, code that uses the accel object may execute before its address is stored in the driver’s data...

5.5CVSS4.9AI score0.00193EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added yesterday9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: A memory leak has been fixed in amdgpuacpienumeratexcc. In amdgpuacpienumeratexcc, if amdgpuacpidevinit returns -ENOMEM, the function returns directly without releasing the allocated xccinfo. This results in a memory...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 5 days ago8 views

SUSE CVE-2026-64603

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

5.4AI score0.00156EPSS
SaveExploits0References3
NVD
NVD
added 5 days ago9 views

CVE-2026-64603

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

0.00156EPSS
SaveExploits0References4
EUVD
EUVD
added 5 days ago10 views

EUVD-2026-53789

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

5.4AI score0.00156EPSS
SaveExploits0References4
Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-64603 platform/x86: intel-hid: Protect ACPI notify handler against recursion

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

0.00156EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 5 days ago8 views

CVE-2026-64603

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

5.3AI score0.00156EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 5 days ago5 views

CVE-2026-64603 platform/x86: intel-hid: Protect ACPI notify handler against recursion

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

5.4AI score
SaveExploits0References7
CVE
CVE
added 5 days ago37 views

CVE-2026-64603

The CVE-2026-64603 entry describes a race condition in the Linux kernel's intel-hid platform/x86 ACPI notify_handler(). When two ACPI notify events race on different CPUs during lazy registration of the SW_TABLET_MODE input device (triggered from intel_hid_switches_setup()), both can bypass priv-...

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