NONE · 0

CVE-2025-68763

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 lo...

Vulnerability 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.

References

FAQ

What is CVE-2025-68763?

CVE-2025-68763 is a documented vulnerability. 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 lo...

How severe is CVE-2025-68763?

CVSS scoring is not yet available for CVE-2025-68763. Check NVD for updates.

Is there a patch for CVE-2025-68763?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.