Bug 2477145 (CVE-2026-43476) - CVE-2026-43476 kernel: iio: chemical: sps30_i2c: fix buffer size in sps30_i2c_read_meas()
Summary: CVE-2026-43476 kernel: iio: chemical: sps30_i2c: fix buffer size in sps30_i2c...
Keywords:
Status: NEW
Alias: CVE-2026-43476
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-13 16:06 UTC by OSIDB Bzimport
Modified: 2026-05-13 17:31 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-13 16:06:28 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.