Skip to main content

Linux Kernel CVE-2026-53222

| EUVDEUVD-2026-39313 MEDIUM
Memory Leak (CWE-401)
2026-06-25 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-prx4-x7m8-p9m9
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
4.4 MEDIUM

Triggering module unload or device removal on Linux requires root, making PR:H more accurate than the official PR:L; no confidentiality or integrity impact applies.

3.1 AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 02, 2026 - 23:01 vuln.today
CVSS changed
Jul 02, 2026 - 20:52 NVD
5.5 (MEDIUM)
Patch available
Jun 25, 2026 - 10:32 EUVD
CVE Published
Jun 25, 2026 - 09:16 cve.org
UNKNOWN (no severity yet)
CVE Published
Jun 25, 2026 - 09:16 nvd
MEDIUM 5.5

DescriptionNVD

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

ptp: ocp: fix resource freeing order

Commit a60fc3294a37 ("ptp: rework ptp_clock_unregister() to disable events") added a call to ptp_disable_all_events() which changes the configuration of pins if they support EXTTS events. In ptp_ocp_detach() pins resources are freed before ptp_clock_unregister() and it leads to use-after-free during driver removal. Fix it by changing the order of free/unregister calls. To avoid irq handler running on the other core while ptp device unregistering, call synchronize_irq() after HW is configured to stop producing irqs and no irqs are in-flight.

AnalysisAI

Use-after-free in the Linux kernel ptp_ocp driver crashes the kernel during device removal on systems equipped with Open Compute Platform PTP hardware. The teardown function ptp_ocp_detach() frees pin resources before calling ptp_clock_unregister(), which then accesses those freed resources via ptp_disable_all_events(), introduced by commit a60fc3294a37. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Obtain root or equivalent local privileges
Delivery
Load ptp_ocp module with OCP PTP hardware present
Exploit
Trigger device removal or module unload
Execution
ptp_ocp_detach() frees pin resources prematurely
Persist
ptp_clock_unregister() dereferences freed pin memory via ptp_disable_all_events()
Impact
Kernel use-after-free causes system crash

Vulnerability AssessmentAI

Exploitation Exploitation requires all of the following: (1) a system physically equipped with Open Compute Platform PTP hardware supported by the ptp_ocp driver, (2) the ptp_ocp kernel module actively loaded, and (3) a trigger event causing driver teardown - specifically, device hot-removal or module unload. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment CVSS 3.1 score of 5.5 (Medium) with AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H captures a local availability-only impact. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A privileged local user on a system running an affected kernel with OCP PTP hardware physically installed executes a device removal or module unload (e.g., modprobe -r ptp_ocp or physical PCIe hot-unplug). The ptp_ocp_detach() teardown path frees pin memory structures, then ptp_clock_unregister() dereferences those freed structures via ptp_disable_all_events(), triggering a kernel use-after-free and system crash. …
Remediation Upgrade to Linux kernel 7.0.13 or Linux 7.1, which incorporate the reordering fix and synchronize_irq() call. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-53222 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy