原始 OSV JSON{
"id": "GHSA-77mr-wc79-m8j3",
"aliases": [
"CVE-2021-3603"
],
"details": "If a function is defined that has the same name as the default built-in email address validation scheme (`php`), it will be called in default configuration as when no validation scheme is provided, the default scheme's callable `php` was being called. If an attacker is able to inject such a function into the application (a much bigger issue), it will be called whenever an email address is validated, such as when calling `validateAddress()`.\n\n### Impact\nLow impact – exploitation requires that an attacker can already inject code into an application, but it provides a trigger pathway.\n\n### Patches\nThis is patched in PHPMailer 6.5.0 by denying the use of simple strings as validator function names, which is a very minor BC break.\n\n### Workarounds\nInject your own email validator function.\n\n### References\nReported by [Vikrant Singh Chauhan](mailto:[email protected] ) via [huntr.dev](https://www.huntr.dev/).\n[CVE-2021-3603](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3603)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [the PHPMailer project](https://github.com/PHPMailer/PHPMailer)\n* [Email us](mailto:[email protected] ).\n",
"summary": "PHPMailer untrusted code may be run from an overridden address validator",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "6.5.0"
}
]
}
],
"package": {
"name": "phpmailer/phpmailer",
"ecosystem": "Packagist"
}
}
],
"modified": "2024-02-07T18:16:24Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"published": "2021-06-22T15:18:02Z",
"references": [
{
"url": "https://github.com/PHPMailer/PHPMailer/security/advisories/GHSA-77mr-wc79-m8j3",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3603",
"type": "ADVISORY"
},
{
"url": "https://github.com/PHPMailer/PHPMailer/commit/45f3c18dc6a2de1cb1bf49b9b249a9ee36a5f7f3",
"type": "WEB"
},
{
"url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/phpmailer/phpmailer/CVE-2021-3603.yaml",
"type": "WEB"
},
{
"url": "https://github.com/PHPMailer/PHPMailer",
"type": "PACKAGE"
},
{
"url": "https://github.com/PHPMailer/PHPMailer/releases/tag/v6.5.0",
"type": "WEB"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3YRMWGA4VTMXFB22KICMB7YMFZNFV3EJ",
"type": "WEB"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FJYSOFCUBS67J3TKR74SD3C454N7VTYM",
"type": "WEB"
},
{
"url": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3603",
"type": "WEB"
},
{
"url": "https://www.huntr.dev/bounties/1-PHPMailer/PHPMailer",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-74",
"CWE-829"
],
"severity": "HIGH",
"github_reviewed": true,
"nvd_published_at": "2021-06-17T12:15:00Z",
"github_reviewed_at": "2021-06-16T19:49:12Z"
}
}