mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
18 lines
838 B
Markdown
18 lines
838 B
Markdown
### [CVE-2021-40889](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40889)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
CMSUno version 1.7.2 is affected by a PHP code execution vulnerability. sauvePass action in {webroot}/uno/central.php file calls to file_put_contents() function to write username in password.php file when a user successfully changed their password. The attacker can inject malicious PHP code into password.php and then use the login function to execute code.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/boiteasite/cmsuno/issues/19
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|