Update PHP Mailer

Hi, I have a suiteCRM 7.8.2 version. And I need to update the file SugarPHPMailer.php because it have some vulnerabilities (RCE : CVE-2016-10045, CVE-2016-10031)

How can I update this file?

If you can upgrade SuiteCRM, the new PHPMailer comes in our newest versions.

As you can see, making the changes manually is a bit difficult:

https://github.com/salesagility/SuiteCRM/pull/6704

we didn’t just upgrade, we also moved that module into “composer” to facilitate future upgrades…

1 Like