cve/2024/CVE-2024-26927.md
2024-05-25 21:48:12 +02:00

859 B

CVE-2024-26927

Description

In the Linux kernel, the following vulnerability has been resolved:ASoC: SOF: Add some bounds checking to firmware dataSmatch complains about "head->full_size - head->header_size" canunderflow. To some extent, we're always going to have to trust thefirmware a bit. However, it's easy enough to add a check for negatives,and let's add a upper bounds check as well.

POC

Reference

No PoCs from references.

Github