Vulnerabilities (CVE)

Filtered by vendor Dmg2img Project Subscribe
Filtered by product Dmg2img
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-32614 1 Dmg2img Project 1 Dmg2img 2024-02-28 5.8 MEDIUM 7.1 HIGH
A flaw was found in dmg2img through 20170502. fill_mishblk() does not check the length of the read buffer, and copy 0xCC bytes from it. The length of the buffer is controlled by an attacker. By providing a length smaller than 0xCC, memcpy reaches out of the malloc'ed bound. This possibly leads to memory layout information leaking in the data. This might be used in a chain of vulnerability in order to reach code execution.
CVE-2021-3548 1 Dmg2img Project 1 Dmg2img 2024-02-28 5.8 MEDIUM 7.1 HIGH
A flaw was found in dmg2img through 20170502. dmg2img did not validate the size of the read buffer during memcpy() inside the main() function. This possibly leads to memory layout information leaking in the data. This might be used in a chain of vulnerability in order to reach code execution.