3 matches found
CVE-2026-46303 isofs: validate Rock Ridge CE continuation extent against volume size
In the Linux kernel, the following vulnerability has been resolved: isofs: validate Rock Ridge CE continuation extent against volume size rockcontinue reads rs-contextent verbatim from the Rock Ridge CE record and passes it to sbbread without checking that the block number is within the mounted I...
CVE-2026-46303
In the Linux kernel, the following vulnerability has been resolved: isofs: validate Rock Ridge CE continuation extent against volume size rockcontinue reads rs-contextent verbatim from the Rock Ridge CE record and passes it to sbbread without checking that the block number is within the mounted I...
CVE-2026-46303
The CVE-2026-46303 issue affects the Linux kernel’s isofs driver and concerns Rock Ridge CE continuation. The function rock_continue() reads rs->cont_extent and passes it to sb_bread() without validating the block number against the mounted ISO 9660 volume. This could allow an out-of-range or ...