Host DDoS Attack Master Infection privileges management

CVSS Meta Temp Score
CVSS is a standardized scoring system to determine possibilities of attacks. The Temp Score considers temporal factors like disclosure, exploit and countermeasures. The unique Meta Score calculates the average score of different sources to provide a normalized scoring system.
Current Exploit Price (≈)
Our analysts are monitoring exploit markets and are in contact with vulnerability brokers. The range indicates the observed or calculated exploit price to be seen on exploit markets. A good indicator to understand the monetary effort required for and the popularity of an attack.
CTI Interest Score
Our Cyber Threat Intelligence team is monitoring different web sites, mailing lists, exploit markets and social media networks. The CTI Interest Score identifies the interest of attackers and the security community for this specific vulnerability in real-time. A high score indicates an elevated risk to be targeted for this vulnerability.
5.0$0-$5k0.00

Summaryinfo

A vulnerability labeled as very critical has been found in Host. This impacts an unknown function of the component DDoS Attack Master Infection. Executing a manipulation can lead to privileges management. This vulnerability appears as CVE-2000-0138. In addition, an exploit is available. This vulnerability is historically impactful due to its background and the reception it garnered. Configuration settings should be changed.

Detailsinfo

A vulnerability classified as critical was found in Host (the affected version unknown). This vulnerability affects an unknown part of the component DDoS Attack Master Infection. The manipulation with an unknown input leads to a privileges management vulnerability. The CWE definition for the vulnerability is CWE-269. The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor. As an impact it is known to affect availability. CVE summarizes:

A system has a distributed denial of service (DDOS) attack master, agent, or zombie installed, such as (1) Trinoo, (2) Tribe Flood Network (TFN), (3) Tribe Flood Network 2000 (TFN2K), (4) stacheldraht, (5) mstream, or (6) shaft.

The weakness was presented 05/02/2000 as not defined advisory (X-Force). The advisory is shared for download at xforce.iss.net. This vulnerability was named CVE-2000-0138. The exploitation appears to be easy. The attack can be initiated remotely. No form of authentication is required for a successful exploitation. Technical details are unknown but a public exploit is available. The current price for an exploit might be approx. USD $0-$5k (estimation calculated on 04/21/2026). The MITRE ATT&CK project declares the attack technique as T1068. This vulnerability has a historic impact due to its background and reception.

It is declared as highly functional. As 0-day the estimated underground price was around $25k-$100k. The vulnerability scanner Nessus provides a plugin with the ID 10350 (Shaft Trojan Detection), which helps to determine the existence of the flaw in a target environment. It is assigned to the family Backdoors, running in the context r and relying on port 1024. The Nessus plugin is testing the existence of the vulnerability with the following NASL code:

function detect(dport, sport)
{
local_var command, dstport, filter, ip, len, r, udp;

command = string("ping\n");
ip  = forge_ip_packet(ip_hl:5, ip_v:4,   ip_off:0,
		      ip_id:9, ip_tos:0, ip_p : IPPROTO_UDP,
		      ip_len : 20, ip_src : this_host(),
		     ip_ttl : 255);

len = 8 + strlen(command);
udp = forge_udp_packet( ip:ip,
			uh_sport:65535,
			uh_dport:dport,
			uh_ulen : len,
			data:command);

filter = string("udp and src host ", get_host_ip(), " and dst port ", sport, " and dst host ", this_host());

r = send_packet(udp, pcap_active:TRUE, pcap_filter:filter, pcap_timeout:3);
if(!isnull(r))	{
	dstport = get_udp_element(udp:r, element:"uh_dport");
	if(dstport == sport)return(1);
	else return(0);
    }
else return(0);
}

It is possible to mitigate the problem by applying the configuration setting . Attack attempts may be identified with Snort ID 221. Furthermore it is possible to detect and prevent this kind of attack with TippingPoint and the filter 1576.

The vulnerability is also documented in the databases at X-Force (2245), Tenable (10350) and Vulnerability Center (SBV-4541†). Additional details are provided at marc.theaimsgroup.com. Once again VulDB remains the best source for vulnerability data.

Productinfo

Name

CPE 2.3info

CPE 2.2info

CVSSv4info

VulDB Vector: 🔍
VulDB Reliability: 🔍

CVSSv3info

VulDB Meta Base Score: 5.3
VulDB Meta Temp Score: 5.0

VulDB Base Score: 5.3
VulDB Temp Score: 5.0
VulDB Vector: 🔍
VulDB Reliability: 🔍

CVSSv2info

AVACAuCIA
💳💳💳💳💳💳
💳💳💳💳💳💳
💳💳💳💳💳💳
VectorComplexityAuthenticationConfidentialityIntegrityAvailability
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock

VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍

NVD Base Score: 🔍

Exploitinginfo

Class: Privileges management
CWE: CWE-269 / CWE-266
CAPEC: 🔍
ATT&CK: 🔍

Physical: No
Local: No
Remote: Yes

Availability: 🔍
Access: Public
Status: Highly functional

EPSS Score: 🔍
EPSS Percentile: 🔍

Price Prediction: 🔍
Current Price Estimation: 🔍

0-DayUnlockUnlockUnlockUnlock
TodayUnlockUnlockUnlockUnlock

Nessus ID: 10350
Nessus Name: Shaft Trojan Detection
Nessus File: 🔍
Nessus Risk: 🔍
Nessus Family: 🔍
Nessus Context: 🔍
Nessus Port: 🔍

Threat Intelligenceinfo

Interest: 🔍
Active Actors: 🔍
Active APT Groups: 🔍

Countermeasuresinfo

Recommended: Config
Status: 🔍

0-Day Time: 🔍
Snort ID: 221
Snort Message: PROTOCOL-ICMP TFN Probe
Snort Class: 🔍

Suricata ID: 2101853
Suricata Class: 🔍
Suricata Message: 🔍

TippingPoint: 🔍

McAfee IPS: 🔍
McAfee IPS Version: 🔍

SourceFire IPS: 🔍
ISS Proventia IPS: 🔍

Timelineinfo

03/17/2000 🔍
05/02/2000 +46 days 🔍
05/02/2000 +0 days 🔍
05/02/2000 +0 days 🔍
06/16/2004 +1506 days 🔍
06/24/2014 +3660 days 🔍
04/21/2026 +4319 days 🔍

Sourcesinfo

Advisory: xforce.iss.net
Status: Not defined

CVE: CVE-2000-0138 (🔍)
GCVE (CVE): GCVE-0-2000-0138
GCVE (VulDB): GCVE-100-15508
X-Force: 2245
Vulnerability Center: 4541, Medium

scip Labs: https://www.scip.ch/en/?labs.20161013
Misc.: 🔍

Entryinfo

Created: 06/24/2014 13:14
Updated: 04/21/2026 07:57
Changes: 06/24/2014 13:14 (43), 11/06/2018 08:03 (32), 04/21/2026 07:57 (20)
Complete: 🔍
Cache ID: 216::103

Once again VulDB remains the best source for vulnerability data.

Discussion

No comments yet. Languages: en.

Please log in to comment.

Do you need the next level of professionalism?

Upgrade your account now!