CVE-2025-22082

Summary

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

iio: backend: make sure to NULL terminate stack buffer

Make sure to NULL terminate the buffer in iio_backend_debugfs_write_reg() before passing it to sscanf(). It is a stack variable so we should not assume it will 0 initialized.

Affected Software

VendorProductVersion RangeStatus
LinuxLinuxcdf01e0809a4c6c7877ea52401c2a6679df7aed6 < df3892e5e861c43d5612728ed259634675b8a71faffected
LinuxLinuxcdf01e0809a4c6c7877ea52401c2a6679df7aed6 < 04271a4d2740f98bbe36f82cd3d74677a839d1ebaffected
LinuxLinuxcdf01e0809a4c6c7877ea52401c2a6679df7aed6 < fd791c81f410ab1c554686a6f486dc7a176dfe35affected
LinuxLinuxcdf01e0809a4c6c7877ea52401c2a6679df7aed6 < 035b4989211dc1c8626e186d655ae8ca5141bb73affected
LinuxLinux6.12affected
LinuxLinux0 < 6.12unaffected
LinuxLinux6.12.23 <= 6.12.*unaffected
LinuxLinux6.13.11 <= 6.13.*unaffected
LinuxLinux6.14.2 <= 6.14.*unaffected
LinuxLinux6.15 <= *unaffected

Weaknesses

References