Summary: | Use After Free in fz_drop_band_writer | ||
---|---|---|---|
Product: | MuPDF | Reporter: | Manh-Dung Nguyen <nguyenmanhdung1710> |
Component: | fuzzing | Assignee: | MuPDF bugs <mupdf-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nguyenmanhdung1710 |
Priority: | P4 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: | PoC for a UAF bug |
Description
Manh-Dung Nguyen
2020-03-27 13:29:23 UTC
commit 96751b25462f83d6e16a9afaf8980b0c3f979c8b Author: theshoals <theshoals@users.noreply.github.com> Date: Mon May 4 03:33:40 2020 -0400 Bug 702253: Avoid a use-after-free in fz_drop_band_writer A use-after-free would occur when a valid page was followed by a page with invalid pixmap dimensions, causing bander -- a static -- to point to previously freed memory instead of a new band_writer. |