Change History (5)
comment:1 by , 3 years ago
| Priority: | normal → high |
|---|
comment:4 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed at commit 3f4304998a76ef3bd6141cf7a32cb6740bf032a6.
Note:
See TracTickets
for help on using tickets.

ext4: fix check for block being out of directory size commit 61a1d87a324ad5e3ed27c6699dfc93218fcf3201 upstream. The check in __ext4_read_dirblock() for block being outside of directory size was wrong because it compared block number against directory size in bytes. Fix it. Fixes: 65f8ea4cd57d ("ext4: check if directory block is within i_size") CVE: CVE-2022-1184