CVE-2024-57904

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-57904
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-57904.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-57904
Downstream
Related
Published
2025-01-19T12:15:23Z
Modified
2025-08-09T20:01:28Z
Summary
[none]
Details

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

iio: adc: at91: call inputfreedevice() on allocated iio_dev

Current implementation of at91tsregister() calls inputfreedeivce() on st->tsinput, however, the err label can be reached before the allocated iiodev is stored to st->tsinput. Thus call inputfreedevice() on input instead of st->tsinput.

References

Affected packages