vendor:
                    MiniCMS
                by:
                    CodeSecLab
                4.1
                        CVSS
                    MEDIUM
                    Cross Site Scripting (XSS)
                    79
                        CWE
                    Product Name: MiniCMS
                    Affected Version From:  1.1
                    Affected Version To:  1.1
                    Patch Exists: NO
                    Related CWE: CVE-2018-1000638
                    CPE:  a:bg5sbk:minicms:1.10
                    Platforms Tested:  Ubuntu, Windows
                    2024
                    MiniCMS 1.1 – Cross Site Scripting (XSS)
The MiniCMS version 1.10 is vulnerable to a Cross Site Scripting (XSS) attack. By injecting malicious script code into the 'date' parameter of the 'page.php' script, an attacker can execute arbitrary scripts in the context of the user's browser.
Mitigation:
					To mitigate this vulnerability, it is recommended to sanitize and validate all user-supplied input before processing and outputting it to the web page. Encoding the output data can also help prevent XSS attacks.