Bug 2360295 (CVE-2025-22046) - CVE-2025-22046 kernel: uprobes/x86: Harden uretprobe syscall trampoline check
Summary: CVE-2025-22046 kernel: uprobes/x86: Harden uretprobe syscall trampoline check
Keywords:
Status: NEW
Alias: CVE-2025-22046
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: 2025-04-16 15:06 UTC by OSIDB Bzimport
Modified: 2025-04-17 05:56 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-04-16 15:06:52 UTC
In the Linux kernel, the following vulnerability has been resolved:

uprobes/x86: Harden uretprobe syscall trampoline check

Jann reported a possible issue when trampoline_check_ip returns
address near the bottom of the address space that is allowed to
call into the syscall if uretprobes are not set up:

   https://lore.kernel.org/bpf/202502081235.5A6F352985@keescook/T/#m9d416df341b8fbc11737dacbcd29f0054413cbbf

Though the mmap minimum address restrictions will typically prevent
creating mappings there, let's make sure uretprobe syscall checks
for that.

Comment 1 Avinash Hanwate 2025-04-17 05:50:21 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025041601-CVE-2025-22046-e5b9@gregkh/T


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