Bug 2404114 (CVE-2025-39990) - CVE-2025-39990 kernel: bpf: Check the helper function is valid in get_helper_proto
Summary: CVE-2025-39990 kernel: bpf: Check the helper function is valid in get_helper_...
Keywords:
Status: NEW
Alias: CVE-2025-39990
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-15 08:02 UTC by OSIDB Bzimport
Modified: 2025-10-16 10:39 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-15 08:02:47 UTC
In the Linux kernel, the following vulnerability has been resolved:

bpf: Check the helper function is valid in get_helper_proto

kernel test robot reported verifier bug [1] where the helper func
pointer could be NULL due to disabled config option.

As Alexei suggested we could check on that in get_helper_proto
directly. Marking tail_call helper func with BPF_PTR_POISON,
because it is unused by design.

  [1] https://lore.kernel.org/oe-lkp/202507160818.68358831-lkp@intel.com


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