mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 08:34:03 +02:00
21 lines
1.3 KiB
Markdown
21 lines
1.3 KiB
Markdown
### [CVE-2012-10054](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10054)
|
|

|
|

|
|
&color=brightgreen)
|
|

|
|
|
|
### Description
|
|
|
|
Umbraco CMS versions prior to 4.7.1 are vulnerable to unauthenticated remote code execution via the codeEditorSave.asmx SOAP endpoint, which exposes a SaveDLRScript operation that permits arbitrary file uploads without authentication. By exploiting a path traversal flaw in the fileName parameter, attackers can write malicious ASPX scripts directly into the web-accessible /umbraco/ directory and execute them remotely.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://web.archive.org/web/20120707033729/http://blog.gdssecurity.com/labs/2012/7/3/find-bugs-faster-with-a-webmatrix-local-reference-instance.html
|
|
- https://www.exploit-db.com/exploits/19671
|
|
- https://www.vulncheck.com/advisories/umbraco-cms-rce
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|