Summary: | heap overflow vulnerability in fz_load_jpeg | ||
---|---|---|---|
Product: | MuPDF | Reporter: | Erez <ereisr00> |
Component: | mupdf | Assignee: | MuPDF bugs <mupdf-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | sebastian.rasmussen |
Priority: | P4 | ||
Version: | 1.14.0 | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: | jpeg file to reproduce the bug |
Description
Erez
2019-02-01 10:53:50 UTC
Use CVE-2019-7321 Ocular inspection reveals that I made a mistake in my earlier commit. In addition it is possible to get ASAN to trigger on the unintialized colorspace pointer. I have a tentative patch that is being tested at the moment, next it should be reviewed before being committed. Fixed in commit commit 2be83b57e77938fddbb06bdffb11979ad89a9c7d Author: Sebastian Rasmussen <sebras@gmail.com> Date: Tue Feb 5 03:31:29 2019 +0100 Bug 700560: Avoid dereferencing wild colorspace pointer. Thanks to Erez for reporting. |