CVE-2023-26310
09.08.2023, 07:15
There is a command injection problem in the old version of the mobile phone backup app.
Vendor | Product | Version |
---|---|---|
oppo | coloros | 12.3 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-88 - Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')The software constructs a string for a command to executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.
- CWE-77 - Improper Neutralization of Special Elements used in a Command ('Command Injection')The software constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.