Apache Traffic Server Synthetic Health Checks Remote DoS Vulnerability
🗓️ 21 Jan 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 24 Views
| Reporter | Title | Published | Views | Family All 21 |
|---|---|---|---|---|
| trafficserver -- unspecified vulnerability | 23 Jul 201400:00 | – | freebsd | |
| Apache Traffic Server < 4.2.1.1 / 5.0.1 DoS | 4 Feb 201500:00 | – | nessus | |
| Apache Traffic Server 4.x < 4.2.1.1 / 5.x < 5.0.1 Synthetic Health Check Vulnerability | 22 Jan 201500:00 | – | nessus | |
| Fedora 20 : trafficserver-4.2.1.1-0.fc20 (2014-8790) | 9 Aug 201400:00 | – | nessus | |
| Fedora 21 : trafficserver-5.3.0-1.fc21 (2015-10520) | 6 Jul 201500:00 | – | nessus | |
| Fedora 22 : trafficserver-5.3.0-1.fc22 (2015-10524) | 6 Jul 201500:00 | – | nessus | |
| FreeBSD : trafficserver -- unspecified vulnerability (6318b303-3507-11e4-b76c-0011d823eebd) | 8 Sep 201400:00 | – | nessus | |
| CVE-2014-3525 | 22 Aug 201414:00 | – | cve | |
| CVE-2014-3525 | 22 Aug 201414:00 | – | cvelist | |
| CVE-2014-3525 | 22 Aug 201414:00 | – | debiancve |
10
# SPDX-FileCopyrightText: 2015 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:apache:traffic_server";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.805129");
script_version("2026-02-24T05:57:09+0000");
script_cve_id("CVE-2014-3525");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"2026-02-24 05:57:09 +0000 (Tue, 24 Feb 2026)");
script_tag(name:"creation_date", value:"2015-01-21 12:21:54 +0530 (Wed, 21 Jan 2015)");
script_name("Apache Traffic Server Synthetic Health Checks Remote DoS Vulnerability");
script_category(ACT_GATHER_INFO);
script_family("Web Servers");
script_copyright("Copyright (C) 2015 Greenbone AG");
script_dependencies("gb_apache_traffic_server_http_detect.nasl");
script_mandatory_keys("apache/ats/detected");
script_xref(name:"URL", value:"http://secunia.com/advisories/60375");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/95495");
script_xref(name:"URL", value:"http://mail-archives.apache.org/mod_mbox/trafficserver-users/201407.mbox/%[email protected]%3E");
script_tag(name:"summary", value:"Apache Traffic Server is prone to a remote denial of service (DoS) vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"An unspecified flaw in traffic_cop that
is triggered as the program fails to restrict access to synthetic health
checks.");
script_tag(name:"impact", value:"Successful exploitation will allow remote
attackers to crash the traffic_manager process.");
script_tag(name:"affected", value:"Apache Traffic Server version 3.x through
3.2.5, 4.x before 4.2.1.1, and 5.x before 5.0.1");
script_tag(name:"solution", value:"Upgrade to version 4.2.1.1 or 5.0.1
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(!vers = get_app_version(cpe:CPE, port:port))
exit(0);
if(vers =~ "^[3-5]\."){
if(version_in_range(version:vers, test_version:"3.0", test_version2:"3.2.5")||
version_in_range(version:vers, test_version:"4.0", test_version2:"4.2.1")||
version_is_equal(version:vers, test_version:"5.0.0")){
if(vers =~ "^3\.") fixVer = "4.2.1.1 or 5.0.1";
if(vers =~ "^4\.") fixVer = "4.2.1.1";
if(vers =~ "^5\.") fixVer = "5.0.1";
report = 'Installed version: ' + vers + '\n' + 'Fixed version: ' + fixVer + '\n';
security_message(port:port, data:report);
exit(0);
}
}
exit(99);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
24 Feb 2026 00:00Current
5.3Medium risk
Vulners AI Score5.3
CVSS 210
EPSS0.04546