Security readout for executives and security teams
Plain-English summary
A Linux Intel QuickI2C driver mishandles an extra byte returned by certain ACPI firmware data. This can write beyond a stack buffer and crash the kernel. The supplied CVSS score is 8.4, but exploitation requires local access and compatible Intel QuickI2C hardware and firmware behavior.
Executive priority
Treat this as a high-priority endpoint stability and kernel-memory-safety issue, not an internet-wide emergency. Accelerate assessment and routine patching for compatible Intel endpoints, especially where availability is important. There is no supplied evidence of active exploitation, and systems without the affected driver, hardware, and ACPI behavior are unlikely to be exposed.
Technical view
The intel_quicki2c driver sized ICRS and ISUB structures without accounting for a trailing ACPI _DSD byte. Copying 12 bytes into an 11-byte stack object triggers a CWE-787 out-of-bounds write. Kernel developers resolved this by adding reserved padding to the affected ACPI parameter and configuration structures.
Likely exposure
Exposure is limited to Linux systems using the affected Intel QuickI2C HID path with ACPI tables returning the documented trailing byte. The supplied version data identifies Linux 6.14, 6.16.5, and 6.17, but its range semantics are unclear; confirm exact affected and fixed builds with the distribution vendor.
Exploitation context
The bundle reports a reproducible KASAN-detected stack overwrite and kernel crash. CVSS characterizes it as local, low-complexity, requiring neither privileges nor user interaction. KEV is false, and the supplied sources provide no evidence of active exploitation or a public exploit. Confidentiality and integrity impact beyond the CVSS assessment is not demonstrated.
Researcher notes
The demonstrated primitive is a one-byte stack overwrite caused by a 12-byte copy into the 11-byte i2c_param object. The crash occurs in an asynchronous kernel worker while reading ACPI resources. Sources establish the defect and upstream fixes, but do not establish reliable code execution, affected distribution packages, or precise version-range boundaries.
Mitigation direction
Install a vendor-supported kernel incorporating the referenced Linux stable fixes.
Confirm the distribution's advisory maps its kernel build to either referenced fix commit.
Prioritize compatible Intel QuickI2C endpoints showing related crashes or KASAN findings.
If patching is delayed, consult vendor guidance for safe, supported driver-specific mitigations.
Validation and detection
Inventory kernel versions and determine whether the intel_quicki2c driver is present or loaded.
Check hardware and firmware inventories for systems using the affected Intel QuickI2C HID path.
Review kernel logs for quicki2c_acpi_get_dsd_property, stack-out-of-bounds, KASAN, or unexplained boot crashes.
Verify patched kernels contain commit 4adce86d4b13 or 1db9df89a213, as appropriate.
After updating, confirm normal boot and QuickI2C device operation without recurring kernel errors.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-787: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-787 · source CWE mapping
Out-of-bounds Write
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.