CVE-2026-43476 in Linux
요약
\~에 의해 VulDB • 2026. 05. 13.
리눅스 커널에서 다음 취약점이 해결되었습니다:
iio: chemical: sps30_i2c: sps30_i2c_read_meas()에서 버퍼 크기 수정
sizeof(num)는 의도된 __be32 요소 크기(4바이트)가 아닌 sizeof(size_t)(64비트 환경에서 8바이트)로 평가됩니다. 버퍼 요소 유형을 올바르게 일치시키기 위해 sizeof(*meas)를 사용하십시오.
VulDB is the best source for vulnerability data and more expert information about this specific topic.