CVE-2025-39883 is a Linux kernel reliability flaw that can trigger a kernel panic during memory-poison recovery testing. A panic can crash the host, causing availability impact. The public record does not show active exploitation or a CVSS score.
Executive priority
Treat as a normal-priority Linux kernel maintenance issue unless exposed on critical multi-user systems. Prioritize patching where untrusted local users, diagnostics tooling, or memory-failure testing could trigger host crashes.
Technical view
The bug is in mm/memory-failure unpoison_memory(). It can check PG_HWPoison on an uninitialized page when a PFN is not online, triggering VM_BUG_ON_PAGE(PagePoisoned(page)). The kernel fix fails the operation when pfn_to_online_page() returns NULL.
Likely exposure
Exposure appears limited to Linux systems with affected kernels where privileged users or test tooling can access hwpoison debugfs paths. The source describes reproduction using memory offlining and hwpoison injection, not remote access.
Exploitation context
No KEV listing is provided and the source bundle does not cite in-the-wild exploitation. The demonstrated impact is local kernel panic during a specific memory-failure test path using debugfs and hwpoison_inject.
Researcher notes
The source-provided fix is defensive handling for non-online PFNs in unpoison_memory(). Public evidence supports denial-of-service by kernel panic, not privilege escalation or remote exploitation. Affected-version details should be confirmed against upstream stable commits and distro backports.
Mitigation direction
Apply vendor or distribution kernel updates that include the referenced stable fixes.
For upstream kernels, verify whether fixed stable versions listed in the CVE record apply.
Restrict debugfs and hwpoison testing interfaces to trusted administrators only.
Check Debian LTS guidance if running affected Debian LTS kernels.
Validation and detection
Inventory running Linux kernel versions across servers and appliances.
Compare kernel versions against the CVE record and vendor advisories.
Verify the running kernel includes one of the referenced stable commits.
Review whether hwpoison_inject or related debugfs interfaces are enabled in production.
Based on public source material and reviewed before publication.
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.
cve · low confidence lookup
CVE-2025-39883 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.