Lucene search

K
htbridgeHigh-Tech BridgeHTB23121
HistoryOct 17, 2012 - 12:00 a.m.

Cross-Site Request Forgery (CSRF) in CMS Made Simple

2012-10-1700:00:00
High-Tech Bridge
www.htbridge.com
20

0.017 Low

EPSS

Percentile

87.8%

High-Tech Bridge Security Research Lab discovered vulnerability in CMS Made Simple, which can be exploited to perform cross-site request forgery (CSRF) attacks.

1. Сross-Site Request Forgery (CSRF) in CMS Made Simple: CVE-2012-5450
The application allows authorized administrator to perform certain actions via HTTP requests without making proper validity checks to verify the source of the requests. This can be exploited to delete arbitrary files and directories.
An attacker should make logged-in administrator open a malicious link in the browser to exploit this vulnerability.
The following PoC (Proof of Concept) code will delete the root directory with all files leading to complete destroy of the CMS:
http://[host]/lib/filemanager/imagemanager/images.php?deld=…/…/
<img src=“http://[host]/lib/filemanager/imagemanager/images.php?deld=…/…/” width=0 height=0>
Successful exploitation requires that user under which the web server is running has write access to files or directories to delete.

CPENameOperatorVersion
cms made simplele1.11.2

0.017 Low

EPSS

Percentile

87.8%