vendor:
                    Moodle
                by:
                    tmrswrr
                6.1
                        CVSS
                    HIGH
                    Insecure Direct Object Reference (IDOR)
                    200
                        CWE
                    Product Name: Moodle
                    Affected Version From:  4.3+
                    Affected Version To:  4.3+
                    Patch Exists: NO
                    Related CWE: 
                    CPE:  moodle
                    Platforms Tested:  Linux
                    2023
                    Moodle 4.3 ‘id’ Insecure Direct Object Reference (IDOR)
The vulnerability in Moodle version 4.3 allows an attacker to access user details, email addresses, country, city/town, city, and timezone by manipulating the 'id' parameter in URLs like profile.php and user.php. By changing the 'id' value to another number, the attacker can view sensitive information of other users.
Mitigation:
					To mitigate this vulnerability, implement proper access controls and validate user input to prevent unauthorized access to sensitive information.