PatchSiren

PatchSiren cyber security CVE debrief

CVE-2025-68798 Linux CVE debrief

A general protection fault (GPF) vulnerability was found in the Linux kernel's perf/x86/amd. The issue arises from a race condition that can cause cpuc->events[idx] to become NULL. This can be triggered by an NMI->throttle->x86_pmu_stop() sequence. To address this, a check for a NULL event was added in amd_pmu_enable_all() before enabling the event.

Vendor
Linux
Product
Unknown
CVSS
MEDIUM 4.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-14
Original CVE updated
2026-07-28
Advisory published
2026-07-14
Advisory updated
2026-07-28

Who should care

System administrators and security teams managing Linux kernel-based systems, especially those using AMD machines, should be aware of this vulnerability. They should verify if their systems are affected and apply the necessary patches to prevent potential GPFs.

Technical summary

The vulnerability exists in the Linux kernel's perf/x86/amd implementation. A race condition can lead to a NULL value in cpuc->events[idx], causing a GPF when attempting to enable an event. The fix involves adding a NULL check in amd_pmu_enable_all() before enabling events. This issue appears to be AMD-specific and was reported via syzkaller. The problem arises from a subtle race condition with NMI->throttle->x86_pmu_stop(), which can cause cpuc->events[idx] to become NULL. To address this, a check for a NULL event was added in amd_pmu_enable_all() before enabling the event. System administrators and security teams should verify if their systems are affected and apply necessary patches.

Defensive priority

Apply patches to address the GPF vulnerability in perf/x86/amd. Verify system configurations and perform inventory checks to identify potentially affected systems.

Recommended defensive actions

  • Apply the official patches provided by the Linux kernel maintainers to address the GPF vulnerability in perf/x86/amd.
  • Perform inventory checks to identify systems that may be affected by this vulnerability.
  • Verify system configurations to ensure they are not exposed to unnecessary risks.
  • Monitor system logs for any signs of GPFs related to perf/x86/amd.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The CVE record was published on 2026-01-13T16:16:01.770Z and last modified on 2026-07-14T13:18:00.523Z. The NVD entry is currently Deferred. Multiple source references are provided, including kernel.org and Siemens CERT Portal links.

Sources and references

Verified primary and authoritative sources

  • CVE-2025-68798 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2025-68798

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2025-68798 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2025-68798

    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/43c2e5c2acaae50e99d1c20a5a46e367c442fb3b

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/49324a0c40f7e9bae1bd0362d23fc42232e14621

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6e41d9ec8d7cc3f01b9ba785e05f0ebef8b3b37f

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/866cf36bfee4fba6a492d2dcc5133f857e3446b0

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/e1028fb38b328084bc683a4efb001c95d3108573

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://cert-portal.siemens.com/productcert/html/ssa-019113.html

    0b142b55-0307-4c5a-b3c9-f314f3fb7c5e

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.