Show filters
76 Total Results
Displaying 41-50 of 76
Sort by:
Attacker Value
Unknown

CVE-2018-19296

Disclosure Date: November 16, 2018 (last updated November 08, 2023)
PHPMailer before 5.2.27 and 6.x before 6.0.6 is vulnerable to an object injection attack.
Attacker Value
Unknown

CVE-2017-2651

Disclosure Date: July 27, 2018 (last updated November 27, 2024)
jenkins-mailer-plugin before version 1.20 is vulnerable to an information disclosure while using the feature to send emails to a dynamically created list of users based on the changelogs. This could in some cases result in emails being sent to people who have no user account in Jenkins, and in rare cases even people who were not involved in whatever project was being built, due to some mapping based on the local-part of email addresses.
0
Attacker Value
Unknown

CVE-2017-16071

Disclosure Date: June 07, 2018 (last updated November 26, 2024)
nodemailer-js was a malicious module published with the intent to hijack environment variables. It has been unpublished by npm.
0
Attacker Value
Unknown

CVE-2017-16072

Disclosure Date: June 07, 2018 (last updated November 26, 2024)
nodemailer.js was a malicious module published with the intent to hijack environment variables. It has been unpublished by npm.
0
Attacker Value
Unknown

CVE-2018-8718

Disclosure Date: March 27, 2018 (last updated November 26, 2024)
Cross-site request forgery (CSRF) vulnerability in the Mailer Plugin 1.20 for Jenkins 2.111 allows remote authenticated users to send unauthorized mail as an arbitrary user via a /descriptorByName/hudson.tasks.Mailer/sendTestMail request.
0
Attacker Value
Unknown

CVE-2017-11503

Disclosure Date: July 20, 2017 (last updated November 26, 2024)
PHPMailer 5.2.23 has XSS in the "From Email Address" and "To Email Address" fields of code_generator.php.
0
Attacker Value
Unknown

CVE-2017-9730

Disclosure Date: June 19, 2017 (last updated November 26, 2024)
SQL injection vulnerability in rdr.php in nuevoMailer version 6.0 and earlier allows remote attackers to execute arbitrary SQL commands via the "r" parameter.
Attacker Value
Unknown

CVE-2017-5223

Disclosure Date: January 16, 2017 (last updated November 25, 2024)
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.
0
Attacker Value
Unknown

CVE-2016-10033

Disclosure Date: December 30, 2016 (last updated February 15, 2024)
The mailSend function in the 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.
Attacker Value
Unknown

CVE-2016-10045

Disclosure Date: December 30, 2016 (last updated November 25, 2024)
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 PHP. NOTE: this vulnerability exists because of an incorrect fix for CVE-2016-10033.