Vulnerabilities (CVE)

Filtered by vendor Phpmailer Project Subscribe
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2017-11503 1 Phpmailer Project 1 Phpmailer 2019-05-03 4.3 MEDIUM 6.1 MEDIUM
PHPMailer 5.2.23 has XSS in the "From Email Address" and "To Email Address" fields of code_generator.php.
CVE-2017-5223 1 Phpmailer Project 1 Phpmailer 2017-10-28 2.1 LOW 5.5 MEDIUM
An issue was discovered in PHPMailer before 5.2.22. PHPMailer's msgHTML method applies transformations to an HTML document to make it usable as an email message body. One of the transformations is to convert relative image URLs into attachments using a script-provided base directory. If no base directory is provided, it resolves to /, meaning that relative image URLs get treated as absolute local file paths and added as attachments. To form a remote vulnerability, the msgHTML method must be called, passed an unfiltered, user-supplied HTML document, and must not set a base directory.