Created
August 6, 2024 03:54
-
-
Save flyyee/79f1b224069842ee320115cafa5c35c0 to your computer and use it in GitHub Desktop.
CVE-2024-41311
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Description] | |
Due to insufficient checks in ImageOverlay::parse(), decoding a heif file containing an overlay image with forged offsets | |
can lead to an out-of-bounds read and write. | |
[Vulnerability type] | |
Buffer Overflow | |
[Vendor of the product] | |
Struktur | |
[Affected product] | |
Libheif 1.17.6 | |
[Attack type] | |
Context-dependent | |
[Impact] | |
Code Execution, Information Disclosure, Denial of Service | |
[Affected component] | |
libheif/context.cc ImageOverlay::parse() | |
[Attack vector] | |
To exploit the vulnerability, a malicious heif file must be decoded by the library. | |
[References] | |
https://github.com/strukturag/libheif/issues/1226 | |
https://github.com/strukturag/libheif/pull/1227 | |
https://github.com/strukturag/libheif/commit/a3ed1b1eb178c5d651d6ac619c8da3d71ac2be36 | |
[Discoverer] | |
Gerrard Tai |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment