CVE-2025-39763
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
11/09/2025
Última modificación:
15/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered<br />
<br />
If a synchronous error is detected as a result of user-space process<br />
triggering a 2-bit uncorrected error, the CPU will take a synchronous<br />
error exception such as Synchronous External Abort (SEA) on Arm64. The<br />
kernel will queue a memory_failure() work which poisons the related<br />
page, unmaps the page, and then sends a SIGBUS to the process, so that<br />
a system wide panic can be avoided.<br />
<br />
However, no memory_failure() work will be queued when abnormal<br />
synchronous errors occur. These errors can include situations like<br />
invalid PA, unexpected severity, no memory failure config support,<br />
invalid GUID section, etc. In such a case, the user-space process will<br />
trigger SEA again. This loop can potentially exceed the platform<br />
firmware threshold or even trigger a kernel hard lockup, leading to a<br />
system reboot.<br />
<br />
Fix it by performing a force kill if no memory_failure() work is queued<br />
for synchronous errors.<br />
<br />
[ rjw: Changelog edits ]
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/082735fbcdb6cd0cf20fbec94516ab2996f1cdd5
- https://git.kernel.org/stable/c/3cb4f18797247985b0f51d5300f8cb6c78f343ea
- https://git.kernel.org/stable/c/79a5ae3c4c5eb7e38e0ebe4d6bf602d296080060
- https://git.kernel.org/stable/c/af089e41811a1ad6a7b2b80e839a73ec4c3cecdd
- https://git.kernel.org/stable/c/cfc9bc15bda6fd0c496cbe2c628564d4d7c332c1



