[Bug 216871] New: use after free when journal read failed
| Newsgroups | gmane.comp.file-systems.reiserfs.general |
|---|---|
| Message-ID | <[email protected]/> |
https://bugzilla.kernel.org/show_bug.cgi?id=216871
Bug ID: 216871
Summary: use after free when journal read failed
Product: File System
Version: 2.5
Kernel Version: 6.0
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: ReiserFS
Assignee: [email protected]
Reporter: [email protected]
Regression: No
When reading the journal header block failed, journal_read return 1. But the
caller journal_init ignores the value and doesn't handle this case. It will
cause a UAF bug at fs unmount.
https://elixir.bootlin.com/linux/v6.0.1/source/fs/reiserfs/journal.c#L2399
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.