CVE-2021-30022: Integer Overflow
There is a integer overflow in mediatools/avparsers.c in the gfavcreadppsbsinternal in GPAC 1.0.1. ppsid 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.
Other sources
There is a integer overflow in mediatools/avparsers.c in the gfavcreadppsbsinternal in GPAC from 0.5.2 to 1.0.1. ppsid 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.
— MITRE
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2021-30022?
CVE-2021-30022 has been classified as a high severity vulnerability due to the potential for causing application crashes.
How do I fix CVE-2021-30022?
To fix CVE-2021-30022, you should upgrade to the latest version of GPAC that addresses this integer overflow issue.
What software is affected by CVE-2021-30022?
CVE-2021-30022 affects GPAC version 1.0.1 and all versions between 0.5.2 and 1.0.1.
What type of vulnerability is CVE-2021-30022?
CVE-2021-30022 is an integer overflow vulnerability that can lead to application crashes.
What are the consequences of CVE-2021-30022?
Exploitation of CVE-2021-30022 can result in denial of service through application crashes.