PHPMailer is a popular open-source library used for sending emails in PHP applications. This vulnerability allows attackers to inject malicious code into email bodies, potentially leading to arbitrary code execution on the server.
PHPMailer is a popular open-source library used for sending emails in PHP applications. This vulnerability allows attackers to inject malicious code into email bodies, potentially leading to arbitrary code execution on the server.
You're affected if you use PHPMailer version 5.2.0 or earlier. Check with: grep -r "PHPMailer" . (search for PHPMailer in your project's files)
Note: This vulnerability is similar to CVE-2019-2523, but the specific PHPMailer version and behavior differ.
smtp extension in your PHP configuration.SMTPAutoAuthMode to 0 (disable auto-auth mode) in your PHPMailer settings.