CVE-2025-39763
BaseFortify
Publication date: 2025-09-11
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves how synchronous memory errors are handled on Arm64 systems. When a user-space process triggers a 2-bit uncorrected memory error, the CPU raises a synchronous error exception (Synchronous External Abort - SEA). Normally, the kernel queues a memory_failure() work to poison and unmap the faulty memory page and sends a SIGBUS signal to the process to avoid a system-wide panic. However, if abnormal synchronous errors occur (such as invalid physical address, unexpected severity, or unsupported memory failure configuration), no memory_failure() work is queued. This causes the user-space process to trigger the SEA repeatedly, potentially exceeding firmware error thresholds or causing a kernel hard lockup and system reboot. The fix involves force killing the process if no memory_failure() work is queued for synchronous errors.
How can this vulnerability impact me? :
This vulnerability can lead to system instability, including kernel hard lockups and unexpected system reboots. If a user-space process triggers abnormal synchronous memory errors, the system may enter a loop of error exceptions without proper handling, potentially causing downtime or loss of service.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, ensure that your Linux kernel is updated with the fix that performs a force kill if no memory_failure() work is queued for synchronous errors. This prevents the system from entering a loop that can cause a hard lockup or reboot. Applying the latest kernel patches addressing this ACPI APEI issue is the immediate step to take.