GHSA-4x5h-cr29-fhp6

Suggest an improvement
Source
https://github.com/advisories/GHSA-4x5h-cr29-fhp6
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2020/03/GHSA-4x5h-cr29-fhp6/GHSA-4x5h-cr29-fhp6.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-4x5h-cr29-fhp6
Aliases
Published
2020-03-05T22:09:10Z
Modified
2024-02-16T05:22:38.352372Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
Local file disclosure in PHPMailer
Details

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.

Impact

Arbitrary local files can be attached to email messages.

Patches

Fixed in 5.2.22

Workarounds

Validate input before using user-supplied file paths.

References

https://nvd.nist.gov/vuln/detail/CVE-2017-5223

For more information

If you have any questions or comments about this advisory: * Open a private issue in the PHPMailer project

References

Affected packages

Packagist / phpmailer/phpmailer

Package

Name
phpmailer/phpmailer
Purl
pkg:composer/phpmailer/phpmailer

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.0.0
Fixed
5.2.22

Affected versions

v5.*

v5.2.2
v5.2.4
v5.2.5
v5.2.6
v5.2.7
v5.2.8
v5.2.9
v5.2.10
v5.2.11
v5.2.12
v5.2.13
v5.2.14
v5.2.15
v5.2.16
v5.2.17
v5.2.18
v5.2.19
v5.2.20
v5.2.21