PHPMailer < 1.73 Long Header Denial of Service Vulnerability
2018-09-25T00:00:00
ID OPENVAS:1361412562310108470 Type openvas Reporter Copyright (C) 2018 Greenbone Networks GmbH Modified 2019-03-13T00:00:00
Description
This host is running PHPMailer and is prone
to a Denial of Service vulnerability.
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_phpmailer_long_header_dos.nasl 14156 2019-03-13 14:38:13Z cfischer $
#
# PHPMailer < 1.73 Long Header Denial of Service Vulnerability
#
# Authors:
# Christian Fischer <christian.fischer@greenbone.net>
#
# Copyright:
# Copyright (C) 2018 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
CPE = "cpe:/a:phpmailer_project:phpmailer";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.108470");
script_version("$Revision: 14156 $");
script_cve_id("CVE-2005-1807");
script_bugtraq_id(13805);
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_tag(name:"last_modification", value:"$Date: 2019-03-13 15:38:13 +0100 (Wed, 13 Mar 2019) $");
script_tag(name:"creation_date", value:"2018-09-25 09:59:32 +0200 (Tue, 25 Sep 2018)");
script_name("PHPMailer < 1.73 Long Header Denial of Service Vulnerability");
script_copyright("Copyright (C) 2018 Greenbone Networks GmbH");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_dependencies("gb_phpmailer_detect.nasl");
script_mandatory_keys("phpmailer/detected");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/13805");
script_xref(name:"URL", value:"https://github.com/PHPMailer/PHPMailer/blob/master/SECURITY.md");
script_tag(name:"summary", value:"This host is running PHPMailer and is prone
to a Denial of Service vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The flaw exists within the Data function in class.smtp.php
leading to an infitite loop if a long header field is passed.");
script_tag(name:"impact", value:"Attackers can exploit this issue to cause a denial of service
(infinite loop leading to memory and CPU consumption).");
script_tag(name:"affected", value:"PHPMailer versions before 1.73 are vulnerable.");
script_tag(name:"solution", value:"Upgrade to PHPMailer 1.73 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if( ! port = get_app_port( cpe:CPE ) ) exit( 0 );
if( ! infos = get_app_version_and_location( cpe:CPE, port:port, exit_no_version:TRUE ) ) exit( 0 );
version = infos['version'];
location = infos['location'];
# nb: Advisory says "1.7.2" but the ChangeLog files evaluated by the Detection-NVT have 1.72, 1.73 and so on.
if( version_is_less_equal( version:version, test_version:"1.72" ) ) {
report = report_fixed_ver( installed_version:version, fixed_version:"1.73", install_url:location );
security_message( port:port, data:report );
exit( 0 );
}
exit( 99 );
{"id": "OPENVAS:1361412562310108470", "type": "openvas", "bulletinFamily": "scanner", "title": "PHPMailer < 1.73 Long Header Denial of Service Vulnerability", "description": "This host is running PHPMailer and is prone\n to a Denial of Service vulnerability.", "published": "2018-09-25T00:00:00", "modified": "2019-03-13T00:00:00", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310108470", "reporter": "Copyright (C) 2018 Greenbone Networks GmbH", "references": ["http://www.securityfocus.com/bid/13805", "https://github.com/PHPMailer/PHPMailer/blob/master/SECURITY.md"], "cvelist": ["CVE-2005-1807"], "lastseen": "2019-05-29T18:33:18", "viewCount": 10, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2005-1807"]}, {"type": "exploitdb", "idList": ["EDB-ID:25752"]}, {"type": "osvdb", "idList": ["OSVDB:16935"]}], "modified": "2019-05-29T18:33:18", "rev": 2}, "score": {"value": 5.0, "vector": "NONE", "modified": "2019-05-29T18:33:18", "rev": 2}, "vulnersScore": 5.0}, "pluginID": "1361412562310108470", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_phpmailer_long_header_dos.nasl 14156 2019-03-13 14:38:13Z cfischer $\n#\n# PHPMailer < 1.73 Long Header Denial of Service Vulnerability\n#\n# Authors:\n# Christian Fischer <christian.fischer@greenbone.net>\n#\n# Copyright:\n# Copyright (C) 2018 Greenbone Networks GmbH\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nCPE = \"cpe:/a:phpmailer_project:phpmailer\";\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.108470\");\n script_version(\"$Revision: 14156 $\");\n script_cve_id(\"CVE-2005-1807\");\n script_bugtraq_id(13805);\n script_tag(name:\"cvss_base\", value:\"5.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:N/A:P\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-13 15:38:13 +0100 (Wed, 13 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2018-09-25 09:59:32 +0200 (Tue, 25 Sep 2018)\");\n script_name(\"PHPMailer < 1.73 Long Header Denial of Service Vulnerability\");\n script_copyright(\"Copyright (C) 2018 Greenbone Networks GmbH\");\n script_category(ACT_GATHER_INFO);\n script_family(\"Web application abuses\");\n script_dependencies(\"gb_phpmailer_detect.nasl\");\n script_mandatory_keys(\"phpmailer/detected\");\n\n script_xref(name:\"URL\", value:\"http://www.securityfocus.com/bid/13805\");\n script_xref(name:\"URL\", value:\"https://github.com/PHPMailer/PHPMailer/blob/master/SECURITY.md\");\n\n script_tag(name:\"summary\", value:\"This host is running PHPMailer and is prone\n to a Denial of Service vulnerability.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"The flaw exists within the Data function in class.smtp.php\n leading to an infitite loop if a long header field is passed.\");\n\n script_tag(name:\"impact\", value:\"Attackers can exploit this issue to cause a denial of service\n (infinite loop leading to memory and CPU consumption).\");\n\n script_tag(name:\"affected\", value:\"PHPMailer versions before 1.73 are vulnerable.\");\n\n script_tag(name:\"solution\", value:\"Upgrade to PHPMailer 1.73 or later.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n\n exit(0);\n}\n\ninclude(\"version_func.inc\");\ninclude(\"host_details.inc\");\n\nif( ! port = get_app_port( cpe:CPE ) ) exit( 0 );\nif( ! infos = get_app_version_and_location( cpe:CPE, port:port, exit_no_version:TRUE ) ) exit( 0 );\nversion = infos['version'];\nlocation = infos['location'];\n\n# nb: Advisory says \"1.7.2\" but the ChangeLog files evaluated by the Detection-NVT have 1.72, 1.73 and so on.\nif( version_is_less_equal( version:version, test_version:\"1.72\" ) ) {\n report = report_fixed_ver( installed_version:version, fixed_version:\"1.73\", install_url:location );\n security_message( port:port, data:report );\n exit( 0 );\n}\n\nexit( 99 );", "naslFamily": "Web application abuses"}
{"cve": [{"lastseen": "2020-12-09T19:22:20", "description": "The Data function in class.smtp.php in PHPMailer 1.7.2 and earlier allows remote attackers to cause a denial of service (infinite loop leading to memory and CPU consumption) via a long header field.", "edition": 5, "cvss3": {}, "published": "2005-05-28T04:00:00", "title": "CVE-2005-1807", "type": "cve", "cwe": ["NVD-CWE-Other"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "NONE", "availabilityImpact": "PARTIAL", "integrityImpact": "NONE", "baseScore": 5.0, "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2005-1807"], "modified": "2011-03-08T02:22:00", "cpe": ["cpe:/a:phpmailer:phpmailer:1.72"], "id": "CVE-2005-1807", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2005-1807", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P"}, "cpe23": ["cpe:2.3:a:phpmailer:phpmailer:1.72:*:*:*:*:*:*:*"]}], "osvdb": [{"lastseen": "2017-04-28T13:20:13", "bulletinFamily": "software", "cvelist": ["CVE-2005-1807"], "edition": 1, "description": "# No description provided by the source\n\n## References:\nVendor URL: http://phpmailer.sourceforge.net/\nVendor Specific News/Changelog Entry: http://www.phplinkdirectory.com/forum/viewtopic.php?t=1668\nSecurity Tracker: 1014069\n[Secunia Advisory ID:15543](https://secuniaresearch.flexerasoftware.com/advisories/15543/)\n[Secunia Advisory ID:25726](https://secuniaresearch.flexerasoftware.com/advisories/25726/)\n[Secunia Advisory ID:16339](https://secuniaresearch.flexerasoftware.com/advisories/16339/)\n[Secunia Advisory ID:18732](https://secuniaresearch.flexerasoftware.com/advisories/18732/)\nOther Advisory URL: http://www.cybsec.com/vuln/PHPMailer-DOS.pdf\nMail List Post: http://archives.neohapsis.com/archives/bugtraq/2005-05/0338.html\nMail List Post: http://archives.neohapsis.com/archives/bugtraq/2006-02/0020.html\n[CVE-2005-1807](https://vulners.com/cve/CVE-2005-1807)\n", "modified": "2005-05-30T05:31:40", "published": "2005-05-30T05:31:40", "href": "https://vulners.com/osvdb/OSVDB:16935", "id": "OSVDB:16935", "title": "PHPMailer Header Processing Data() Function DoS", "type": "osvdb", "cvss": {"score": 5.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:NONE/A:PARTIAL/"}}], "exploitdb": [{"lastseen": "2016-02-03T02:06:02", "description": "PHPMailer 1.7 Data() Function Remote Denial of Service Vulnerability. CVE-2005-1807. Dos exploit for php platform", "published": "2005-05-28T00:00:00", "type": "exploitdb", "title": "PHPMailer 1.7 Data Function Remote Denial of Service Vulnerability", "bulletinFamily": "exploit", "cvelist": ["CVE-2005-1807"], "modified": "2005-05-28T00:00:00", "id": "EDB-ID:25752", "href": "https://www.exploit-db.com/exploits/25752/", "sourceData": "source: http://www.securityfocus.com/bid/13805/info\r\n\r\nPHPMailer is affected by a remote denial-of-service vulnerability.\r\n\r\nAn attacker can send an email message with a malformed header field to initiate an infinite loop in the application. This eventually leads to a crash due to resource exhaustion.\r\n\r\nPHPMailer 1.72 and prior versions are affected by this issue. \r\n\r\nFrom: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA... x 998 ", "cvss": {"score": 5.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:NONE/A:PARTIAL/"}, "sourceHref": "https://www.exploit-db.com/download/25752/"}]}