Bug 2525434 (CVE-2026-80607) - CVE-2026-80607 kernel: tracing/probes: Remove WARN_ON_ONCE from parse_btf_arg
Summary: CVE-2026-80607 kernel: tracing/probes: Remove WARN_ON_ONCE from parse_btf_arg
Keywords:
Status: NEW
Alias: CVE-2026-80607
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-28 07:44 UTC by OSIDB Bzimport
Modified: 2026-09-01 09:36 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-28 07:44:47 UTC
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().


Note You need to log in before you can comment on or make changes to this bug.