CVE-2018-9418
02.12.2024, 22:15
In handle_app_cur_val_response of dtif_rc.cc, there is a possible stackbuffer overflow due to a missing bounds check. This could lead to remotecode execution with no additional execution privileges needed. Userinteraction is not needed for exploitation.
Vendor | Product | Version |
---|---|---|
android | 7.0 | |
android | 7.1.1 | |
android | 7.1.2 | |
android | 8.0 | |
android | 8.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.