CVE-2023-0089
08.03.2023, 01:15
The webutils in Proofpoint Enterprise Protection (PPS/POD) contain a vulnerability that allows an authenticated user to execute remote code through 'eval injection'. This affects all versions 8.20.0 and below.
Vendor | Product | Version |
---|---|---|
proofpoint | enterprise_protection | 𝑥 < 8.13.22 |
proofpoint | enterprise_protection | 8.18.0 ≤ 𝑥 < 8.18.4 |
proofpoint | enterprise_protection | 8.18.6 |
proofpoint | enterprise_protection | 8.20.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-95 - Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')The software receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call (e.g. "eval").
- 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.