Bug 2429044 (CVE-2025-71068) - CVE-2025-71068 kernel: svcrdma: bound check rq_pages index in inline path
Summary: CVE-2025-71068 kernel: svcrdma: bound check rq_pages index in inline path
Keywords:
Status: NEW
Alias: CVE-2025-71068
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-01-13 16:02 UTC by OSIDB Bzimport
Modified: 2026-01-21 15:39 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-13 16:02:48 UTC
In the Linux kernel, the following vulnerability has been resolved:

svcrdma: bound check rq_pages index in inline path

svc_rdma_copy_inline_range indexed rqstp->rq_pages[rc_curpage] without
verifying rc_curpage stays within the allocated page array. Add guards
before the first use and after advancing to a new page.


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