CVE-2025-38671

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38671
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-38671.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-38671
Downstream
Related
Published
2025-08-22T16:15:42Z
Modified
2025-09-06T13:01:50Z
Summary
[none]
Details

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

i2c: qup: jump out of the loop in case of timeout

Original logic only sets the return value but doesn't jump out of the loop if the bus is kept active by a client. This is not expected. A malicious or buggy i2c client can hang the kernel in this case and should be avoided. This is observed during a long time test with a PCA953x GPIO extender.

Fix it by changing the logic to not only sets the return value, but also jumps out of the loop and return to the caller with -ETIMEDOUT.

References

Affected packages