CVE-2026-0085: Input Validation
In applySimpleFieldMaxSize of DataRowHandler.java, there is a possible way to insert a large contact name due to improper input validation. This could lead to local denial of service with no additional execution privileges needed. User interaction is not needed for exploitation.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Configuration
Add proper input validation in applySimpleFieldMaxSize to enforce a maximum length for contact names and reject or truncate inputs that exceed the limit to prevent insertion of excessively large contact names.
DataRowHandler.java (applySimpleFieldMaxSize) input_validation / max_contact_name_length = enforce maximum allowed length
Event History
Frequently Asked Questions
What is the severity of CVE-2026-0085?
The severity of CVE-2026-0085 is medium with a CVSS score of 5.5.
How do I fix CVE-2026-0085?
To fix CVE-2026-0085, ensure that input validation for contact names is properly implemented to prevent large inputs.
What software is affected by CVE-2026-0085?
CVE-2026-0085 affects Google Android software.
What is the risk associated with CVE-2026-0085?
The risk associated with CVE-2026-0085 includes the potential for local denial of service due to improper input validation.
Is user interaction required to exploit CVE-2026-0085?
No, user interaction is not needed for exploitation of CVE-2026-0085.