CVE 7.8 HIGH

iio: chemical: sps30_i2c: fix buffer size in sps30_i2c_read_meas()_CVE-2026-43476

7.8 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Description

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

iio: chemical: sps30_i2c: fix buffer size in sps30_i2c_read_meas()

sizeof(num) evaluates to sizeof(size_t) (8 bytes on 64-bit) instead
of the intended __be32 element size (4 bytes). Use sizeof(*meas) to
correctly match the buffer element type.

Basic Information

ID CVE-2026-43476
Source Linux
Published May 13, 2026 at 15:08
Modified May 20, 2026 at 16:08

Affected Product

Vendor Linux
Product Linux
Version 8f3f130852785dac0759843835ca97c3bacc2b10
Affected Versions Linux Linux 8f3f130852785dac0759843835ca97c3bacc2b10
Linux Linux 8f3f130852785dac0759843835ca97c3bacc2b10
Linux Linux 8f3f130852785dac0759843835ca97c3bacc2b10
Linux Linux 8f3f130852785dac0759843835ca97c3bacc2b10
Linux Linux 8f3f130852785dac0759843835ca97c3bacc2b10
Linux Linux 8f3f130852785dac0759843835ca97c3bacc2b10
Linux Linux 8f3f130852785dac0759843835ca97c3bacc2b10
Linux Linux 5.14

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.