Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can crash affected systems when HSR/PRP networking code hits an unhandled memory allocation failure. The supplied evidence supports denial of service, not data theft or remote code execution. Exposure appears most relevant where HSR/PRP redundancy networking is enabled or present in embedded/industrial Linux environments.
Executive priority
Treat as a targeted availability risk. Prioritize patch validation for industrial, embedded, or high-availability Linux systems using HSR/PRP; schedule routine remediation elsewhere unless local exposure is confirmed.
Technical view
prp_get_untagged_frame() calls __pskb_copy() and then skb_clone() without checking whether the copy returned NULL. If allocation fails, skb_clone() dereferences NULL and triggers a kernel crash. The fix adds a NULL check after __pskb_copy().
Likely exposure
Likely limited to Linux kernels using the net/hsr PRP/HSR forwarding path. General Linux hosts not using HSR/PRP networking are less likely exposed, but embedded or industrial systems should verify kernel lineage and vendor advisories.
Exploitation context
The source bundle shows a syzkaller-triggered crash trace and KEV is false. No supplied source states active exploitation, public weaponization, privilege escalation, or code execution.
Researcher notes
Evidence supports a kernel NULL pointer dereference in the PRP untagged-frame path after failed skb copy allocation. The supplied data lacks CVSS, CWE, exploitability analysis, and detailed affected version ranges beyond listed Linux versions and stable fix references.
Mitigation direction
Update to a kernel version containing the referenced stable fixes.
Check Linux distribution or device-vendor advisories for backported patches.
Prioritize systems using HSR/PRP or industrial redundancy networking.
If patch status is unclear, follow vendor guidance before assuming mitigation.
Validation and detection
Inventory Linux kernel versions and vendor patch levels.
Check whether HSR/PRP kernel functionality is enabled or used.
Map deployed kernels against the referenced stable commits or vendor advisories.
Review crash logs for NULL pointer dereferences in hsr/prp paths.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-68776 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.
0CVSS vectors
3Timeline events
1ADP providers
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jan 13, 2026, 15:28 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.