CVE-2024-4040
22.04.2024, 20:15
A server side template injection vulnerability in CrushFTP in all versions before 10.7.1 and 11.1.0 on all platforms allows unauthenticated remote attackers to read files from the filesystem outside of the VFS Sandbox, bypass authentication to gain administrative access, and perform remote code execution on the server.
Vendor | Product | Version |
---|---|---|
crushftp | crushftp | 10.7.1 < 𝑥 < 10.7.1 |
crushftp | crushftp | 11.1.0 < 𝑥 < 11.1.0 |
crushftp | crushftp | 10.0.0 ≤ 𝑥 < 10.7.1 |
crushftp | crushftp | 11.0.0 ≤ 𝑥 < 11.1.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-1336 - Improper Neutralization of Special Elements Used in a Template EngineThe product uses a template engine to insert or process externally-influenced input, but it does not neutralize or incorrectly neutralizes special elements or syntax that can be interpreted as template expressions or other code directives when processed by the engine.
- 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