cbcvebase.
CVE-2008-1311
published 2008-03-12

CVE-2008-1311: The TFTP server in PacketTrap pt360 Tool Suite PRO 2.0.3901.0 and earlier allows remote attackers to cause a denial of service (daemon hang) by uploading a…

PriorityP336medium5CVSS 2.0
AVNACLAuNCNINAP
EXPLOIT
EPSS
49.17%
98.7th percentile
The TFTP server in PacketTrap pt360 Tool Suite PRO 2.0.3901.0 and earlier allows remote attackers to cause a denial of service (daemon hang) by uploading a file named (1) '|' (pipe), (2) '"' (quotation mark), or (3) "<>" (less than, greater than); or (4) a file with a long name. NOTE: the issue for vector 4 might exist because of an incomplete fix for CVE-2008-1312.

Affected

2 ranges
VendorProductVersion rangeFixed in
packettrappt360_tool_suite
packettrappt360_tool_suite_pro<= 2.0.3901.0

Detection & IOCsextracted from sources · hover to see the quote

versionPacketTrap pt360 Tool Suite PRO 2.0.3901.0
versionPacketTrap TFTPD 2.2.5459.0
filename|
filename"
filename<>
command$tftp->put("test", "|");
  • Monitor TFTP WRQ (write request) packets containing special characters in the filename field: pipe '|', double-quote '"', or angle brackets '<>' — any of these sent to a PacketTrap TFTP server will trigger a daemon hang.
  • Detect TFTP WRQ packets with abnormally long filenames, which may indicate exploitation of the long-name DoS vector (related to incomplete fix for CVE-2008-1312).
  • The exploit uses Net::TFTP in ASCII mode to PUT a file with a malicious name (e.g. '|') to the target; detect TFTP write requests in netflow/packet capture where the filename field contains shell metacharacters.
  • A Metasploit auxiliary module exists for this vulnerability targeting PacketTrap TFTP Server 2.2.5459.0; presence of this module's traffic pattern (TFTP WRQ with special filename) should be flagged.
  • ·The IP address 192.168.0.112 in the PoC exploit is a hardcoded private/lab address used by the researcher and is NOT an attacker-controlled infrastructure indicator — it represents the target in the test environment.
  • ·The long-filename DoS vector (vector 4) may persist even on patched versions of pt360 due to an incomplete fix; verify patch completeness against both CVE-2008-1311 and CVE-2008-1312.
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.