CVE-2025-38068

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38068
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-38068.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-38068
Downstream
Related
Published
2025-06-18T10:15:39Z
Modified
2025-08-12T21:01:19Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

crypto: lzo - Fix compression buffer overrun

Unlike the decompression code, the compression code in LZO never checked for output overruns. It instead assumes that the caller always provides enough buffer space, disregarding the buffer length provided by the caller.

Add a safe compression interface that checks for the end of buffer before each write. Use the safe interface in crypto/lzo.

References

Affected packages