CVE-2022-4864
30.12.2022, 23:15
Argument Injection in GitHub repository froxlor/froxlor prior to 2.0.0-beta1.
Vendor | Product | Version |
---|---|---|
froxlor | froxlor | 𝑥 ≤ 0.10.38.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-74 - Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')The software constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
References