CVE-2023-2868
24.05.2023, 19:15
A remote command injection vulnerability exists in the Barracuda Email Security Gateway (appliance form factor only) product effecting versions 5.1.3.001-9.2.0.006. The vulnerability arises out of a failure to comprehensively sanitize the processing of .tar file (tape archives).The vulnerability stems from incomplete input validation of a user-supplied .tar file as it pertains to the names of the files contained within the archive. As a consequence, a remote attacker can specifically format these file names in a particular manner that will result in remotely executing a system command through Perl's qx operator with the privileges of the Email Security Gateway product.This issue was fixed as part of BNSF-36456 patch. This patch was automatically applied to all customer appliances.
Vendor | Product | Version |
---|---|---|
barracuda | email_security_gateway_300_firmware | 5.1.3.001 ≤ 𝑥 ≤ 9.2.0.006 |
barracuda | email_security_gateway_400_firmware | 5.1.3.001 ≤ 𝑥 ≤ 9.2.0.006 |
barracuda | email_security_gateway_600_firmware | 5.1.3.001 ≤ 𝑥 ≤ 9.2.0.006 |
barracuda | email_security_gateway_800_firmware | 5.1.3.001 ≤ 𝑥 ≤ 9.2.0.006 |
barracuda | email_security_gateway_900_firmware | 5.1.3.001 ≤ 𝑥 ≤ 9.2.0.006 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
- 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.