Security Advisory

CVE-2025-68763

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-01-05 09:32:35
Last updated 2026-05-11 21:52:52
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sg_nents_for_len The return value of sg_nents_for_len was assigned to an unsigned long in starfive_hash_digest, causing negative error codes to be converted to large positive integers. Add error checking for sg_nents_for_len and return immediately on failure to prevent potential buffer overflows.