NA

CVE-2021-47478

Published: 22/05/2024 Updated: 22/05/2024

Vulnerability Summary

In the Linux kernel, the following vulnerability has been resolved: isofs: Fix out of bound access for corrupted isofs image When isofs image is suitably corrupted isofs_read_inode() can read data beyond the end of buffer. Sanity-check the directory entry length before using it.