AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2021-3603

HIGH · CVSS 8.1 EPSS 2.26% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2021-06-17 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2021-3603
Severity
HIGH
CVSS
8.1
EPSS
2.26%

Original NVD Description

PHPMailer 6.4.1 and earlier contain a vulnerability that can result in untrusted code being called (if such code is injected into the host project's scope by other means). If the $patternselect parameter to validateAddress() is set to 'php' (the default, defined by PHPMailer::$validator), and the global namespace contains a function called php, it will be called in preference to the built-in validator of the same name. Mitigated in PHPMailer 6.5.0 by denying the use of simple strings as validator function names.