Bug 2513300 (CVE-2026-68385) - CVE-2026-68385 kernel: s390/checksum: Fix csum_partial() without vector facility
Summary: CVE-2026-68385 kernel: s390/checksum: Fix csum_partial() without vector facility
Keywords:
Status: NEW
Alias: CVE-2026-68385
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:29 UTC by OSIDB Bzimport
Modified: 2026-08-13 18:53 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:29:41 UTC
In the Linux kernel, the following vulnerability has been resolved:

s390/checksum: Fix csum_partial() without vector facility

Currently csum_partial() calls csum_copy() with copy=false and dst=NULL.
On machines without the vector facility, csum_copy() falls back to
cksm(dst, ...), causing the checksum to be calculated from address zero
instead of the source buffer.

The VX implementation already checksums data loaded from src. Make the
fallback do the same by passing src to cksm().


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