Bug 2516839 (CVE-2026-74258) - CVE-2026-74258 kernel: bpf: Guard __get_user acesss with access_ok for uprobe_multi data
Summary: CVE-2026-74258 kernel: bpf: Guard __get_user acesss with access_ok for uprobe...
Keywords:
Status: NEW
Alias: CVE-2026-74258
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: 2026-08-15 06:36 UTC by OSIDB Bzimport
Modified: 2026-08-19 11:38 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:36:11 UTC
In the Linux kernel, the following vulnerability has been resolved:

bpf: Guard __get_user acesss with access_ok for uprobe_multi data

As reported by sashiko [1] we need to use access_ok to check the user
space data bounds before we use __get-user to get it.

[1] https://lore.kernel.org/bpf/20260610145235.CB1441F00893@smtp.kernel.org/


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