🛡️ AZL-69728 — kernel

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

CVE-2025-39989 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved:

x86/mce: use is_copy_from_user() to determine copy-from-user context

Patch series "mm/hwpoison: Fix regressions in memory failure handling",

v4.

1. What am I trying to do:

This patchset resolves two critical regressions related to memory failure

handling that have appeared in the upstream kernel since version 5.17, as

compared to 5.10 LTS.

  • copyin case: poison found in user page while kernel copying from user space
  • instr case: poison found while instruction fetching in user space

2. What is the expected outcome and why

  • For copyin case:

Kernel can recover from poison found where kernel is doing get_user() or

copy_from_user() if those places get an error return and the kernel return

-EFAULT to the process instead of crashing. More specifily, MCE handler

checks the fixup handler type to decide whether an in kernel #MC can be

recovered. When EX_TYPE_UACCESS is found, the PC jumps to recovery code

specified in _ASM_EXTABLE_FAULT() and return a -EFAULT to user space.

  • For instr case:

If a poison found while instruction fetching in user space, full recovery

is possible. User process takes #PF, Linux allocates a new page and fills

by reading from storage.

3. What actually happens and why

  • For copyin case: kernel panic since v5.17

Commit 4c132d1d844a ("x86/futex: Remove .fixup usage") introduced a new

extable fixup type, EX_TYPE_EFAULT_REG, and later patches updated the

extable fixup type for copy-from-user operations, changing it from

EX_TYPE_UACCESS to EX_TYPE_EFAULT_REG. It breaks previous EX_TYPE_UACCESS

handling when posion found in get_user() or copy_from_user().

  • For instr case: user process is killed by a SIGBUS signal due to #CMCI

and #MCE race

When an uncorrected memory error is consumed there is a race between the

CMCI from the memory controller reporting an uncorrected error with a UCNA

signature, and the core reporting and SRAR signature machine check when

the data is about to be consumed.

Background: why *UN*corrected errors tied to *C*MCI in Intel platform [1]

Prior to Icelake memory controllers reported patrol scrub events that

detected a previously unseen uncorrected error in memory by signaling a

broadcast machine check with an SRAO (Software Recoverable Action

Optional) signature in the machine check bank. This was overkill because

it's not an urgent problem that no core is on the verge of consuming that

bad data. It's also found that multi SRAO UCE may cause nested MCE

interrupts and finally become an IERR.

Hence, Intel downgrades the machine check bank signature of patrol scrub

from SRAO to UCNA (Uncorrected, No Action required), and signal changed to

#CMCI. Just to add to the confusion, Linux does take an action (in

uc_decode_notifier()) to try to offline the page despite the UC*NA*

signature name.

Background: why #CMCI and #MCE race when poison is consuming in

Intel platform [1]

Having decided that CMCI/UCNA is the best action for patrol scrub errors,

the memory controller uses it for reads too. But the memory controller is

executing asynchronously from the core, and can't tell the difference

between a "real" read and a speculative read. So it will do CMCI/UCNA if

an error is found in any read.

Thus:

1) Core is clever and thinks address A is needed soon, issues a

speculative read.

2) Core finds it is going to use address A soon after sending the read

request

3) The CMCI from the memory controller is in a race with MCE from the

core that will soon try to retire the load from address A.

Quite often (because speculation has got better) the CMCI from the memory

controller is delivered before the core is committed to the instruction

reading address A, so the interrupt is taken, and Linux offlines the page

(marking it as poison).

Why user process is killed for instr case

Commit 046545a661af ("mm/hwpoison: fix error page recovered but reported

"not

---truncated---

Affected software

AZL-69728 is recorded against 1 package.

  • kernel

Timeline and source

Published on 18 April 2025 and last revised on 21 April 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

nvd.nist.gov (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2025-04-18
Updated 2026-08-12
Modified 2026-04-21
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel

Similar Threats

Free Vulnerability Check

Is your site affected by AZL-69728?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against AZL-69728 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.