Arbitrary File Disclosure Affecting phpmailer/phpmailer package, versions <5.2.22


0.0
medium

Snyk CVSS

    Attack Complexity Low
    Confidentiality High

    Threat Intelligence

    Exploit Maturity Mature
    EPSS 95.09% (100th percentile)
Expand this section
NVD
5.5 medium

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

How 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.