CVE-2025-68811
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-13

Last updated on: 2026-01-14

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: svcrdma: use rc_pageoff for memcpy byte offset svc_rdma_copy_inline_range added rc_curpage (page index) to the page base instead of the byte offset rc_pageoff. Use rc_pageoff so copies land within the current page. Found by ZeroPath (https://zeropath.com)
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-13
Last Modified
2026-01-14
Generated
2026-05-07
AI Q&A
2026-01-14
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in the Linux kernel's svcrdma component involves incorrect use of a byte offset in memory copying operations. Specifically, the function svc_rdma_copy_inline_range incorrectly used a page index (rc_curpage) instead of a byte offset (rc_pageoff) when calculating the base for copying data. The fix involves using the correct byte offset (rc_pageoff) to ensure that memory copies occur within the current page, preventing potential memory corruption or data mishandling.


How can this vulnerability impact me? :

If exploited, this vulnerability could lead to improper memory copying within the Linux kernel's svcrdma subsystem, potentially causing memory corruption or data integrity issues. This could affect system stability or security, depending on how the svcrdma service is used in your environment.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart