CVE-2023-5770
Proofpoint Enterprise Protection 8.18.6 … 8.20.2
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:NSummary
CVE-2023-5770 is a medium-severity Inappropriate Encoding for Output Context (CWE-838) vulnerability in Proofpoint Enterprise Protection. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked at the 27th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SI-15 (Information Output Filtering) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-58053
Vulnerability Data
Proofpoint Enterprise Protection contains a vulnerability in the email delivery agent that allows an unauthenticated attacker to inject improperly encoded HTML into the email body of a message through the email subject. The vulnerability is caused by inappropriate encoding when…
more
rewriting the email before delivery.This issue affects Proofpoint Enterprise Protection: from 8.20.2 before patch 4809, from 8.20.0 before patch 4805, from 8.18.6 before patch 4804 and all other prior versions.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
—
V1.2.1V1.2.2V1.2.3V1.2.5
Mitigating Controls (NIST 800-53 r5) AI
Validates output data representations to ensure consistency with expected formats, directly stopping encoding mismatches for downstream contexts.
Requires application of secure engineering principles during development that include correct output encoding for context.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly require correct output encoding to match downstream context, but eliminating only this flaw covers a narrow slice of the broader control.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Secure coding directly addresses proper output encoding for context, covering most of the weakness and the control's intent.
Security testing can detect encoding mismatches, but testing alone does not prevent the weakness at source.
Secure development life cycle requires encoding-aware output handling, but does not mandate context-specific encoding checks.
Application security requirements can specify correct output encoding, yet the control is broader than this single weakness.