First published: Mon Apr 19 2021(Updated: )
There is a integer overflow in media_tools/av_parsers.c in the gf_avc_read_pps_bs_internal in GPAC 1.0.1. pps_id may be a negative number, so it will not return. However, avc->pps only has 255 unit, so there is an overflow, which results a crash.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
GPAC MP4Box | =1.0.1 | |
>=0.5.2<=1.0.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-30022 has been classified as a high severity vulnerability due to the potential for causing application crashes.
To fix CVE-2021-30022, you should upgrade to the latest version of GPAC that addresses this integer overflow issue.
CVE-2021-30022 affects GPAC version 1.0.1 and all versions between 0.5.2 and 1.0.1.
CVE-2021-30022 is an integer overflow vulnerability that can lead to application crashes.
Exploitation of CVE-2021-30022 can result in denial of service through application crashes.