CVE-2025-38466

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38466
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38466.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-38466
Downstream
Related
Published
2025-07-25T16:15:32Z
Modified
2025-08-30T18:01:35Z
Summary
[none]
Details

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

perf: Revert to requiring CAPSYSADMIN for uprobes

Jann reports that uprobes can be used destructively when used in the middle of an instruction. The kernel only verifies there is a valid instruction at the requested offset, but due to variable instruction length cannot determine if this is an instruction as seen by the intended execution stream.

Additionally, Mark Rutland notes that on architectures that mix data in the text segment (like arm64), a similar things can be done if the data word is 'mistaken' for an instruction.

As such, require CAPSYSADMIN for uprobes.

References

Affected packages