PoC Index

CVE-2017-5223

MEDIUM 5.5EPSS 2.2%

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.

CVSS v3.0
5.5 MEDIUMCVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS v3.0
5.5 MEDIUMCVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS v2.0
2.1 LOWAV:L/AC:L/Au:N/C:P/I:N/A:N
EPSS
2.16% chance of exploitation in the next 30 days, 81th percentile
Published
2017-01-16
Updated
2024-08-05

Proof-of-concept exploits (1)

ExploitDB entries (1)

Vulhub environments (1)

References

Related