Lucene search
+L

571 matches found

OSV
OSV
added 2020/06/08 5:15 p.m.26 views

CVE-2020-13625

PHPMailer before 6.1.6 contains an output escaping bug when the name of a file attachment contains a double quote character. This can result in the file type being misinterpreted by the receiver or any mail relay processing the message...

7.5CVSS6.5AI score
SaveExploits0References9
NVD
NVD
added 2020/06/08 5:15 p.m.19 views

CVE-2020-13625

PHPMailer before 6.1.6 contains an output escaping bug when the name of a file attachment contains a double quote character. This can result in the file type being misinterpreted by the receiver or any mail relay processing the message...

7.5CVSS7.3AI score0.0378EPSS
SaveExploits1References9
UbuntuCve
UbuntuCve
added 2020/06/08 5:15 p.m.31 views

CVE-2020-13625

PHPMailer before 6.1.6 contains an output escaping bug when the name of a file attachment contains a double quote character. This can result in the file type being misinterpreted by the receiver or any mail relay processing the message...

7.5CVSS6.8AI score0.0378EPSS
SaveExploits1References6
Prion
Prion
added 2020/06/08 5:15 p.m.25 views

Double free

PHPMailer before 6.1.6 contains an output escaping bug when the name of a file attachment contains a double quote character. This can result in the file type being misinterpreted by the receiver or any mail relay processing the message...

5CVSS7.3AI score0.0378EPSS
SaveExploits1References9Affected Software4
OSV
OSV
added 2020/06/08 5:15 p.m.18 views

UBUNTU-CVE-2020-13625

PHPMailer before 6.1.6 contains an output escaping bug when the name of a file attachment contains a double quote character. This can result in the file type being misinterpreted by the receiver or any mail relay processing the message...

7.5CVSS6.8AI score0.0378EPSS
SaveExploits1References7
Debian CVE
Debian CVE
added 2020/06/08 4:03 p.m.39 views

CVE-2020-13625

PHPMailer before 6.1.6 contains an output escaping bug when the name of a file attachment contains a double quote character. This can result in the file type being misinterpreted by the receiver or any mail relay processing the message...

7.5CVSS6.5AI score0.0378EPSS
SaveExploits1
Cvelist
Cvelist
added 2020/06/08 4:03 p.m.52 views

CVE-2020-13625

PHPMailer before 6.1.6 contains an output escaping bug when the name of a file attachment contains a double quote character. This can result in the file type being misinterpreted by the receiver or any mail relay processing the message...

7.5AI score0.0378EPSS
SaveExploits1References9
AlpineLinux
AlpineLinux
added 2020/06/08 4:03 p.m.749 views

CVE-2020-13625

PHPMailer before 6.1.6 contains an output escaping bug when the name of a file attachment contains a double quote character. This can result in the file type being misinterpreted by the receiver or any mail relay processing the message...

7.5CVSS7.6AI score0.0378EPSS
SaveExploits1References9
CVE
CVE
added 2020/06/08 4:03 p.m.267 views

CVE-2020-13625

PHPMailer prior to 6.1.6 contains an output escaping bug in attachment name handling when the file name includes a double quote, which can cause the file type to be misinterpreted by recipients or mail relays. The CVE is confirmed across multiple advisories and vendor responses (e.g., PHPMailer r...

7.5CVSS7.3AI score0.0378EPSS
SaveExploits1References9Affected Software1
OpenVAS
OpenVAS
added 2020/06/08 12:00 a.m.32 views

Fedora: Security Advisory for php-phpmailer6 (FEDORA-2020-6d2e1105f2)

The remote host is missing an update for the Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

7.5CVSS7.7AI score0.0378EPSS
SaveExploits1References2
Fedora
Fedora
added 2020/06/07 7:47 p.m.41 views

[SECURITY] Fedora 31 Update: php-phpmailer6-6.1.6-1.fc31

PHPMailer - A full-featured email creation and transfer class for PHP Class Features Probably the world's most popular code for sending email from PHP! Used by many open-source projects: WordPress, Drupal, 1CRM, SugarCRM, Yii, Joomla! and many more Integrated SMTP support - send without a local...

7.5CVSS8AI score0.0378EPSS
SaveExploits1
Veracode
Veracode
added 2020/05/28 1:26 a.m.34 views

Access Control Bypass

phpmailer/phpmailer is vulnerable to access control bypass. The vulnerability exists as the values of name in Content-Type, and filename in Content-Disposition were not sanitized, allowing values ending with ;.jpg to trick mail filters to accept attachments with .jpg extensions...

7.5CVSS5.3AI score0.0378EPSS
SaveExploits1References13Affected Software4
OSV
OSV
added 2020/05/27 4:37 p.m.49 views

GHSA-F7HX-FQXW-RVVJ Insufficient output escaping of attachment names in PHPMailer

Impact CWE-116: Incorrect output escaping. An attachment added like this note the double quote within the attachment name, which is entirely valid: $mail-addAttachment'/tmp/attachment.tmp', 'filename.html";.jpg'; Will result in a message containing these headers: Content-Type:...

7.5CVSS7.4AI score0.0378EPSS
SaveExploits1References12
Github Security Blog
Github Security Blog
added 2020/05/27 4:37 p.m.94 views

Insufficient output escaping of attachment names in PHPMailer

Impact CWE-116: Incorrect output escaping. An attachment added like this note the double quote within the attachment name, which is entirely valid: $mail-addAttachment'/tmp/attachment.tmp', 'filename.html";.jpg'; Will result in a message containing these headers: Content-Type:...

7.5CVSS1.2AI score0.0378EPSS
SaveExploits1References12Affected Software1
Github Security Blog
Github Security Blog
added 2020/03/05 10:09 p.m.81 views

SMTP Injection in PHPMailer

Impact Attackers could inject arbitrary SMTP commands via by exploiting the fact that valid email addresses may contain line breaks, which are not handled correctly in some contexts. Patches Fixed in 5.2.14 in this commit. Workarounds Manually strip line breaks from email addresses before passing...

5CVSS9AI score0.01988EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2020/03/05 10:09 p.m.19 views

GHSA-738M-F33V-QC2R SMTP Injection in PHPMailer

Impact Attackers could inject arbitrary SMTP commands via by exploiting the fact that valid email addresses may contain line breaks, which are not handled correctly in some contexts. Patches Fixed in 5.2.14 in this commit. Workarounds Manually strip line breaks from email addresses before passing...

5CVSS9.3AI score0.01988EPSS
SaveExploits0References11
OSV
OSV
added 2020/03/05 10:09 p.m.184 views

GHSA-5F37-GXVH-23V6 Remote code execution in PHPMailer

Impact The mailSend function in the default isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code via a " backslash double quote in a crafted Sender property. Patches Fixed in 5.2.18 Workaround...

9.8CVSS10AI score0.99714EPSS
SaveExploits58References23
Github Security Blog
Github Security Blog
added 2020/03/05 10:09 p.m.243 views

Remote code execution in PHPMailer

Impact The mailSend function in the default isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code via a " backslash double quote in a crafted Sender property. Patches Fixed in 5.2.18 Workaround...

9.8CVSS3.9AI score0.99714EPSS
SaveExploits58References23Affected Software1
Github Security Blog
Github Security Blog
added 2020/03/05 10:09 p.m.623 views

Remote code execution in PHPMailer

Impact The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code by leveraging improper interaction between the escapeshellarg function and internal escaping performed in the mail function in...

9.8CVSS2AI score0.9758EPSS
SaveExploits18References16Affected Software1
OSV
OSV
added 2020/03/05 10:09 p.m.561 views

GHSA-4PC3-96MX-WWC8 Remote code execution in PHPMailer

Impact The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code by leveraging improper interaction between the escapeshellarg function and internal escaping performed in the mail function in...

9.8CVSS10AI score0.9758EPSS
SaveExploits18References16
Rows per page
Query Builder