CVE-2025-68811
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| 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.