Cyber Resilience

CVE-2016-10033

Phpmailer Project Phpmailer ≤ 5.2.18

CISA KEVActive ExploitationEUVD ExploitedPublic PoC
Published
30 December 2016
Modified
21 April 2026
KEV Added
07 July 2025
Patch / advisory
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.99 100.0th percentile
Risk Priority 97 floored blend · peak EPSS

Summary

CVE-2016-10033 is a critical-severity Argument Injection (CWE-88) vulnerability in Phpmailer Project Phpmailer. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked in the top 0.0% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

The vulnerability CVE-2016-10033 is present in the mailSend function of the isMail transport in PHPMailer versions before 5.2.18. It arises from insufficient neutralization of the Sender property, allowing a backslash double quote sequence to inject additional arguments into the mail command and is tracked as CWE-88 with a CVSS 3.1 score of 9.8.

Unauthenticated remote attackers can supply a crafted Sender value when an application uses the vulnerable PHPMailer instance to send mail. This permits arbitrary parameters to be passed to the mail binary, enabling execution of attacker-controlled commands on the underlying system.

Public exploit code and Metasploit modules demonstrating the injection are referenced in disclosures on PacketStorm, Seclists full-disclosure, and Rapid7, confirming that the issue is remotely exploitable in default configurations without requiring user interaction.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The mailSend function in the isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code via a \" (backslash double quote) in a crafted Sender property.

CWE(s)
KEV Date Added
07 July 2025

Related Threats

MITRE ATT&CK Enterprise Techniques

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
T1059.003 Windows Command Shell Execution
Adversaries may abuse the Windows command shell for execution.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2016-10045Same product: Joomla Joomla\!
CVE-2026-60137Same product: Wordpress Wordpressboth on KEV
CVE-2026-63030Same product: Wordpress Wordpressboth on KEV
CVE-2023-23752Same product: Joomla Joomla\!both on KEV
CVE-2024-41710Shared CWE-88both on KEV
CVE-2026-24061Shared CWE-88both on KEV
CVE-2018-7602Same product class: CMS coreboth on KEV
CVE-2024-31210Same product: Wordpress Wordpress
CVE-2023-23754Same product: Joomla Joomla\!
CVE-2026-48953Same product: Joomla Joomla\!

Affected Assets

phpmailer project
phpmailer
≤ 5.2.18
wordpress
wordpress
≤ 4.7
joomla
joomla\!
1.5.0 — 3.6.5

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.5

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.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper input validation and command construction to prevent argument injection.

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.

finds

Security testing can detect argument injection but does not prevent it at the source.

prevents

Secure development lifecycle mandates input validation and command construction practices that directly prevent argument injection.

prevents

Application security requirements include explicit rules for safe command-line argument handling and escaping.

prevents

Secure architecture principles discourage unsafe command invocation patterns and favor safer APIs.

prevents

Secure coding standards explicitly require proper neutralization of command arguments, directly eliminating CWE-88.

none

Change management can catch unsafe command patterns during reviews but is not a direct mitigation.

References