GHSA-x9r4-5m29-32qpunknown
In the Linux kernel, the following vulnerability has been resolved: tracing/probes: Remove...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
tracing/probes: Remove WARN_ON_ONCE from parse_btf_arg
Sashiko found that user can cause this WARN_ON_ONCE() easily with adding a kprobe event based on a raw address with BTF parameter.
Since this is not an unexpected condition, remove the WARN_ON_ONCE().
🔗 References (5)
- https://nvd.nist.gov/vuln/detail/CVE-2026-80607
- https://git.kernel.org/stable/c/251a8fe1b9aedccd298b77bc28426d564c5a923f
- https://git.kernel.org/stable/c/8a662d8c05e2cf16f7a047c81bc1eb5d3b29bacd
- https://git.kernel.org/stable/c/f148f86c65b8f9ef2466ad8506e721749e4957fb
- https://github.com/advisories/GHSA-x9r4-5m29-32qp