CVE-2020-15227
01.10.2020, 19:15
Nette versions before 2.0.19, 2.1.13, 2.2.10, 2.3.14, 2.4.16, 3.0.6 are vulnerable to an code injection attack by passing specially formed parameters to URL that may possibly leading to RCE. Nette is a PHP/Composer MVC Framework.
Vendor | Product | Version |
---|---|---|
nette | application | 2.0.0 ≤ 𝑥 < 2.0.19 |
nette | application | 2.1.0 ≤ 𝑥 < 2.1.13 |
nette | application | 2.2.0 ≤ 𝑥 < 2.2.10 |
nette | application | 2.3.0 ≤ 𝑥 < 2.3.14 |
nette | application | 2.4.0 ≤ 𝑥 < 2.4.16 |
nette | application | 3.0.0 ≤ 𝑥 < 3.0.6 |
debian | debian_linux | 9.0 |
𝑥
= Vulnerable software versions

Ubuntu Releases
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-94 - Improper Control of Generation of Code ('Code Injection')The software constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
References