[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] fs/iso9660: Fix out-of-bounds read
From: |
Lidong Chen |
Subject: |
[PATCH 0/4] fs/iso9660: Fix out-of-bounds read |
Date: |
Wed, 14 Dec 2022 18:55:01 +0000 |
This patches set fix a few out-of-bound reads and an infinite loop
in fs/iso9660. The main issues are that there is no validation for
the SUSP/RRIP entry size and no check for the boundary before read.
Lidong Chen (4):
fs/iso9660: Add check to prevent infinite loop
fs/iso9660: Prevent read past the end of system use area
fs/iso9660: Avoid reading past the entry boundary
fs/iso9660: Incorrect check for entry boudary
grub-core/fs/iso9660.c | 91 +++++++++++++++++++++++++++++++++++++-----
1 file changed, 81 insertions(+), 10 deletions(-)
--
2.35.1