Vulnerability Description
a function called 'nla_parse', do not check the len of para, it will check nla_type (which can be controlled by userspace) with 'maxtype' (in this case, it is GSCAN_MAX), then it access polciy array 'policy[type]', which OOB access happens.Product: AndroidVersions: Android SoCAndroid ID: A-238379819
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Android | - |
Related Weaknesses (CWE)
References
- https://source.android.com/security/bulletin/2022-09-01Vendor Advisory
- https://source.android.com/security/bulletin/2022-09-01Vendor Advisory
FAQ
What is CVE-2022-20385?
CVE-2022-20385 is a vulnerability with a CVSS score of 9.8 (CRITICAL). a function called 'nla_parse', do not check the len of para, it will check nla_type (which can be controlled by userspace) with 'maxtype' (in this case, it is GSCAN_MAX), then it access polciy array '...
How severe is CVE-2022-20385?
CVE-2022-20385 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2022-20385?
Check the references section above for vendor advisories and patch information. Affected products include: Google Android.