Arbitrary File Disclosure Affecting phpmailer/phpmailer package, versions <5.2.22
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PHP-PHPMAILERPHPMAILER-70126
- published 6 Jan 2016
- disclosed 6 Jan 2016
- credit Unknown
Introduced: 6 Jan 2016
CVE-2017-5223 Open this link in a new tabHow to fix?
Upgrade phpmailer/phpmailer
to version 5.2.22 or higher.
Overview
Affected versions of phpmailer/phpmailer
are vulnerable to Local File Disclosure.
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.