CVE-2020-15143
20.08.2020, 01:17
In SyliusResourceBundle before versions 1.3.14, 1.4.7, 1.5.2 and 1.6.4, rrequest parameters injected inside an expression evaluated by `symfony/expression-language` package haven't been sanitized properly. This allows the attacker to access any public service by manipulating that request parameter, allowing for Remote Code Execution. This issue has been patched for versions 1.3.14, 1.4.7, 1.5.2 and 1.6.4. Versions prior to 1.3 were not patched.
Vendor | Product | Version |
---|---|---|
sylius | syliusresourcebundle | 𝑥 ≤ 1.3.13 |
sylius | syliusresourcebundle | 1.4.0 ≤ 𝑥 ≤ 1.4.6 |
sylius | syliusresourcebundle | 1.5.0 ≤ 𝑥 ≤ 1.5.1 |
sylius | syliusresourcebundle | 1.6.0 ≤ 𝑥 ≤ 1.6.3 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- 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.
- CWE-917 - Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')The software constructs all or part of an expression language (EL) statement in a framework such as a Java Server Page (JSP) using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended EL statement before it is executed.