CVE-2025-21769: ptp: vmclock: Add .owner to vmclock_miscdev_fops
In the Linux kernel, the following vulnerability has been resolved:
ptp: vmclock: Add .owner to vmclock_miscdev_fops
Without the .owner field, the module can be unloaded while /dev/vmclock0
is open, leading to an oops.
Security readout for executives and security teams
Plain-English summary
This Linux kernel flaw can crash an affected system when the vmclock device remains open while its module is unloaded. It is not described as data theft or remote compromise; the main business risk is local denial of service on systems exposing this device.
Executive priority
Treat this as a moderate availability issue. It matters most for shared, virtualized, or production Linux systems where a local user-triggered crash could disrupt service. It is not supported by the sources as remotely exploitable or actively exploited.
Technical view
The vmclock misc device file operations lacked an .owner field. Without module ownership protection, the module could be unloaded while /dev/vmclock0 was open, causing a kernel oops. CVSS 3.1 is 5.5: local, low complexity, low privilege, no user interaction, availability impact only.
Likely exposure
Exposure appears limited to Linux systems running affected kernel versions, including the listed 6.13, 6.13.4, and 6.14 entries, where vmclock is present and local users can access /dev/vmclock0.
Exploitation context
The source bundle does not indicate active exploitation, and KEV status is false. The scenario is local rather than remote and requires low privileges. The documented impact is a kernel oops, which should be treated as a denial-of-service risk.
Researcher notes
Focus on vmclock_miscdev_fops module lifetime handling. The fix adds .owner to prevent unload while the device is open. No CWE, exploit evidence, or distribution-specific package status is provided in the source bundle, so confirm downstream backports before declaring systems fixed.
Mitigation direction
Check vendor or distribution kernel advisories for patched builds containing the referenced fix.
Prioritize kernel updates on multi-user hosts exposing /dev/vmclock0.
Restrict local access to vmclock devices where operationally possible.
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-21769 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.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.