CVE-2025-38484

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38484
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38484.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-38484
Downstream
Published
2025-07-28T12:15:30Z
Modified
2025-08-30T18:01:35Z
Summary
[none]
Details

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

iio: backend: fix out-of-bound write

The buffer is set to 80 character. If a caller write more characters, count is truncated to the max available space in "simplewriteto_buffer". But afterwards a string terminator is written to the buffer at offset count without boundary check. The zero termination is written OUT-OF-BOUND.

Add a check that the given buffer is smaller then the buffer to prevent.

References

Affected packages