PatchSiren cyber security CVE debrief
CVE-2026-97916 Linux CVE debrief
A vulnerability in the Linux kernel's accel/ivpu component has been addressed. The issue involves validating firmware log buffer metadata. Specifically, the fw_log_print_buffer() function reads log headers from DMA-shared BOs that the NPU firmware can write to. However, it re-reads certain fields from shared memory after initial validation, allowing a time-of-check-to-use (TOCTOU) vulnerability. This could enable the firmware to change these fields between the check and use, causing the host to dereference out-of-bounds addresses while printing logs. The fix involves snapshotting validated values with READ_ONCE() and passing them explicitly in a new struct ivpu_fw_log_desc.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux kernel maintainers, Linux distribution maintainers, and users of Linux systems with the accel/ivpu component should assess exposure and apply patches. Additionally, security teams, vulnerability management teams, and operators of affected systems should prioritize patching and monitor for related issues. Linux kernel developers and maintainers should review and apply patches to prevent potential TOCTOU attacks.
Why it matters
CVE-2026-97916 is a TOCTOU vulnerability in the Linux kernel's accel/ivpu component. It requires validation and patching to prevent potential firmware manipulation and out-of-bounds memory access.
- Potential for firmware to manipulate log buffer metadata
- Risk of out-of-bounds memory access during log printing
- Need for validation and patching of Linux kernel versions
- Importance of monitoring Linux kernel updates for related issues
Technical summary
The Linux kernel's accel/ivpu component had a TOCTOU vulnerability in fw_log_print_buffer(). Validated log header values were re-read from shared memory, allowing firmware to change them between checks and use. This could lead to out-of-bounds address dereferences. The fix snapshots validated values and passes them explicitly. Affected Linux kernel versions require patching to prevent potential firmware manipulation and out-of-bounds memory access. The vulnerability involves validating firmware log buffer metadata, specifically in the fw_log_print_buffer() function.
Defensive priority
Linux kernel maintainers and users should assess exposure and apply patches to prevent potential TOCTOU attacks.
Recommended defensive actions
- Review and apply Linux kernel patches for accel/ivpu component
- Assess exposure and prioritize patching based on system configurations
- Monitor Linux kernel updates for related vulnerabilities
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record and NVD entry provide details on the vulnerability. Specific versions of the Linux kernel affected and the exact impact require verification from official sources. The accel/ivpu component's TOCTOU vulnerability allows firmware to manipulate log buffer metadata, potentially leading to out-of-bounds memory access during log printing. Defenders should verify Linux kernel versions, assess exposure, and apply patches according to vendor guidance.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97916 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97916
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97916 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97916
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0724afc55c77c36c7feb9a7264b02aa7593c5c2d
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/40868f80a89199630b03d4457876f9a1feba0660
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/8ec3d6972f1440fae6c8dadd1859892775208759
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b1555f63ee1a680f280bc18e8dac416f250e2ec3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.