Logo
componentlibavif
Name
libavif
Version
1.0.1
Type
library
Description
This library aims to be a friendly, portable C implementation of the AV1 Image File Format
Licenses
BSD-2-Clause
PURL
-
CPE
cpe:2.3:*:aomedia:libavif:1.0.1:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
1.4.1

Patches#


#
Title
Author
Resolve
1
Fix format errors
"Danis Jiang (Yuhao Jiang)"
CVE-2025-48174
2
Add another integer overflow check to makeRoom
Wan-Teh Chang <wtc@google.com>
CVE-2025-48174
3
Add integer overflow check to makeRoom.
DanisJiang <43723722+DanisJiang@users.noreply.github.com>
CVE-2025-48174
4
Add integer overflow checks to makeRoom.
DanisJiang <43723722+DanisJiang@users.noreply.github.com>
CVE-2025-48174

Vulnerabilities#


Name
Analysis
Description
False Positive
In libavif before 1.3.0, avifImageRGBToYUV in reformat.c has integer overflows in multiplications involving rgbRowBytes, yRowBytes, uRowBytes, and vRowBytes.
Patched
In libavif before 1.3.0, makeRoom in stream.c has an integer overflow and resultant buffer overflow in stream->offset+size.