vendor:
                    GestioIP
                by:
                    m4xth0r (Maximiliano Belino)
                6.1
                        CVSS
                    HIGH
                    Reflected Cross-Site Scripting (Reflected XSS)
                    79
                        CWE
                    Product Name: GestioIP
                    Affected Version From:  3.5.2007
                    Affected Version To:  3.5.2007
                    Patch Exists: NO
                    Related CWE: CVE-2024-50859
                    CPE:  gestioip:gestioip:3.5.7
                    Platforms Tested:  Kali Linux
                    2025
                    GestioIP 3.5.7 – Reflected Cross-Site Scripting (Reflected XSS)
The ip_import_acl_csv request in GestioIP 3.5.7 allows for Reflected Cross-Site Scripting (XSS) where uploaded file content is reflected in the HTML response without proper sanitation. If the uploaded file has an incorrect format leading to an error during processing, parts of the file's content may be displayed in the browser. If this content contains HTML or scripts and is not escaped correctly, browsers may interpret it, potentially causing a security issue like data exfiltration and enabling Cross-Site Request Forgery (CSRF) attacks. Proper input validation and output encoding are crucial to mitigate this vulnerability.
Mitigation:
					To mitigate this vulnerability, it is recommended to implement proper input validation and output encoding to sanitize user-uploaded files and prevent the execution of malicious scripts. Additionally, ensuring that uploaded files are of the correct format and handling errors gracefully can help prevent the exploitation of this vulnerability.