CVE-2025-36900
BaseFortify
Publication date: 2025-09-04
Last updated on: 2025-09-05
Assigner: Google Devices
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| android | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-190 | The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an out-of-bounds (OOB) write caused by an integer overflow in the function lwis_test_register_io within the lwis_device_test.c file. It can be exploited locally to escalate privileges, potentially allowing an attacker with system execution privileges to gain higher access. No user interaction is required to exploit this issue.
How can this vulnerability impact me? :
The vulnerability can lead to local escalation of privilege, meaning an attacker who already has some level of access could exploit this flaw to gain higher privileges on the system. This could result in unauthorized access to sensitive data, modification of system settings, or execution of malicious code with elevated rights.