vendor:
                    OpenClinic
                by:
                    V. B.
                6.1
                        CVSS
                    HIGH
                    Path Traversal
                    22
                        CWE
                    Product Name: OpenClinic
                    Affected Version From:  5.247.01
                    Affected Version To:  5.247.01
                    Patch Exists: NO
                    Related CWE: CVE-2023-40279
                    CPE:  a:openclinic_project:openclinic:5.247.01
                    Platforms Tested:  Windows 10, Windows 11
                    2023
                    OpenClinic GA 5.247.01 – Path Traversal Vulnerability (Authenticated)
An authenticated path traversal vulnerability was found in OpenClinic GA version 5.247.01. By manipulating the 'Page' parameter in a GET request to 'main.do', an attacker can navigate to arbitrary directories and retrieve or execute files. This can lead to unauthorized access to sensitive information or facilitate more severe attacks.
Mitigation:
					To mitigate this vulnerability, input validation should be implemented to restrict user-supplied input within the application's intended directory structure. Additionally, access controls should be enforced to limit access to sensitive files and directories.