Apache Traffic Server (ATS) < 6.2.3 DoS Vulnerability
2018-08-30T00:00:00
ID OPENVAS:1361412562310141414 Type openvas Reporter This script is Copyright (C) 2018 Greenbone Networks GmbH Modified 2018-10-25T00:00:00
Description
Apache Traffic Server (ATS) is prone to a denial of service vulnerability.
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_apache_traffic_server_dos_vuln.nasl 12068 2018-10-25 07:21:15Z mmartin $
#
# Apache Traffic Server (ATS) < 6.2.3 DoS Vulnerability
#
# Authors:
# Christian Kuersteiner <christian.kuersteiner@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 as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# 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:apache:traffic_server";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.141414");
script_version("$Revision: 12068 $");
script_tag(name:"last_modification", value:"$Date: 2018-10-25 09:21:15 +0200 (Thu, 25 Oct 2018) $");
script_tag(name:"creation_date", value:"2018-08-30 16:54:51 +0700 (Thu, 30 Aug 2018)");
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_cve_id("CVE-2018-8022");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Apache Traffic Server (ATS) < 6.2.3 DoS Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("This script is Copyright (C) 2018 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("gb_apache_traffic_detect.nasl");
script_mandatory_keys("apache_trafficserver/installed");
script_tag(name:"summary", value:"Apache Traffic Server (ATS) is prone to a denial of service vulnerability.");
script_tag(name:"insight", value:"A carefully crafted invalid TLS handshake can cause Apache Traffic Server
(ATS) to segfault.");
script_tag(name:"affected", value:"Apache Traffic Server versions 6.0.0 to 6.2.2.");
script_tag(name:"solution", value:"Update to version 6.2.3 or later.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_xref(name:"URL", value:"http://seclists.org/oss-sec/2018/q3/195");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!version = get_app_version(cpe: CPE, port: port))
exit(0);
if (version_in_range(version: version, test_version: "6.0.0", test_version2: "6.2.2")) {
report = report_fixed_ver(installed_version: version, fixed_version: "6.2.3");
security_message(port: port, data: report);
exit(0);
}
exit(0);
{"id": "OPENVAS:1361412562310141414", "type": "openvas", "bulletinFamily": "scanner", "title": "Apache Traffic Server (ATS) < 6.2.3 DoS Vulnerability", "description": "Apache Traffic Server (ATS) is prone to a denial of service vulnerability.", "published": "2018-08-30T00:00:00", "modified": "2018-10-25T00: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=1361412562310141414", "reporter": "This script is Copyright (C) 2018 Greenbone Networks GmbH", "references": ["http://seclists.org/oss-sec/2018/q3/195"], "cvelist": ["CVE-2018-8022"], "lastseen": "2019-05-29T18:33:27", "viewCount": 8, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2018-8022"]}, {"type": "debiancve", "idList": ["DEBIANCVE:CVE-2018-8022"]}, {"type": "ubuntucve", "idList": ["UB:CVE-2018-8022"]}], "rev": 4}, "score": {"value": 5.6, "vector": "NONE"}, "backreferences": {"references": [{"type": "cve", "idList": ["CVE-2018-8022"]}, {"type": "debiancve", "idList": ["DEBIANCVE:CVE-2018-8022"]}, {"type": "ubuntucve", "idList": ["UB:CVE-2018-8022"]}]}, "exploitation": null, "vulnersScore": 5.6}, "pluginID": "1361412562310141414", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_apache_traffic_server_dos_vuln.nasl 12068 2018-10-25 07:21:15Z mmartin $\n#\n# Apache Traffic Server (ATS) < 6.2.3 DoS Vulnerability\n#\n# Authors:\n# Christian Kuersteiner <christian.kuersteiner@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 as published by\n# the Free Software Foundation; either version 2 of the License, or\n# (at your option) any later version.\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:apache:traffic_server\";\n\nif (description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.141414\");\n script_version(\"$Revision: 12068 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-10-25 09:21:15 +0200 (Thu, 25 Oct 2018) $\");\n script_tag(name:\"creation_date\", value:\"2018-08-30 16:54:51 +0700 (Thu, 30 Aug 2018)\");\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\n script_cve_id(\"CVE-2018-8022\");\n\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_name(\"Apache Traffic Server (ATS) < 6.2.3 DoS Vulnerability\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"This script is Copyright (C) 2018 Greenbone Networks GmbH\");\n script_family(\"Web application abuses\");\n script_dependencies(\"gb_apache_traffic_detect.nasl\");\n script_mandatory_keys(\"apache_trafficserver/installed\");\n\n script_tag(name:\"summary\", value:\"Apache Traffic Server (ATS) is prone to a denial of service vulnerability.\");\n\n script_tag(name:\"insight\", value:\"A carefully crafted invalid TLS handshake can cause Apache Traffic Server\n(ATS) to segfault.\");\n\n script_tag(name:\"affected\", value:\"Apache Traffic Server versions 6.0.0 to 6.2.2.\");\n\n script_tag(name:\"solution\", value:\"Update to version 6.2.3 or later.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n\n script_xref(name:\"URL\", value:\"http://seclists.org/oss-sec/2018/q3/195\");\n\n exit(0);\n}\n\ninclude(\"host_details.inc\");\ninclude(\"version_func.inc\");\n\nif (!port = get_app_port(cpe: CPE))\n exit(0);\n\nif (!version = get_app_version(cpe: CPE, port: port))\n exit(0);\n\nif (version_in_range(version: version, test_version: \"6.0.0\", test_version2: \"6.2.2\")) {\n report = report_fixed_ver(installed_version: version, fixed_version: \"6.2.3\");\n security_message(port: port, data: report);\n exit(0);\n}\n\nexit(0);\n", "naslFamily": "Web application abuses", "immutableFields": [], "cvss2": {}, "cvss3": {}, "_state": {"dependencies": 1647589307, "score": 0}}
{"ubuntucve": [{"lastseen": "2021-11-22T21:34:58", "description": "A carefully crafted invalid TLS handshake can cause Apache Traffic Server\n(ATS) to segfault. This affects version 6.2.2. To resolve this issue users\nrunning 6.2.2 should upgrade to 6.2.3 or later versions.", "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "NONE", "baseScore": 7.5, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "userInteraction": "NONE", "version": "3.0"}, "impactScore": 3.6}, "published": "2018-08-29T00:00:00", "type": "ubuntucve", "title": "CVE-2018-8022", "bulletinFamily": "info", "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-2018-8022"], "modified": "2018-08-29T00:00:00", "id": "UB:CVE-2018-8022", "href": "https://ubuntu.com/security/CVE-2018-8022", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P"}}], "debiancve": [{"lastseen": "2022-05-23T13:52:36", "description": "A carefully crafted invalid TLS handshake can cause Apache Traffic Server (ATS) to segfault. This affects version 6.2.2. To resolve this issue users running 6.2.2 should upgrade to 6.2.3 or later versions.", "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "baseScore": 7.5, "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0", "userInteraction": "NONE"}, "impactScore": 3.6}, "published": "2018-08-29T13:29:00", "type": "debiancve", "title": "CVE-2018-8022", "bulletinFamily": "info", "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-2018-8022"], "modified": "2018-08-29T13:29:00", "id": "DEBIANCVE:CVE-2018-8022", "href": "https://security-tracker.debian.org/tracker/CVE-2018-8022", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P"}}], "cve": [{"lastseen": "2022-03-23T18:42:22", "description": "A carefully crafted invalid TLS handshake can cause Apache Traffic Server (ATS) to segfault. This affects version 6.2.2. To resolve this issue users running 6.2.2 should upgrade to 6.2.3 or later versions.", "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "baseScore": 7.5, "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0", "userInteraction": "NONE"}, "impactScore": 3.6}, "published": "2018-08-29T13:29:00", "type": "cve", "title": "CVE-2018-8022", "cwe": ["CWE-20"], "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-2018-8022"], "modified": "2018-10-17T22:17:00", "cpe": ["cpe:/a:apache:traffic_server:6.2.2"], "id": "CVE-2018-8022", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-8022", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P"}, "cpe23": ["cpe:2.3:a:apache:traffic_server:6.2.2:*:*:*:*:*:*:*"]}]}