-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| moodle/moodle | composer | >= 2.6.0, < 2.6.6 | 2.6.6 |
| moodle/moodle | composer | >= 2.7.0, < 2.7.3 | 2.7.3 |
The vulnerability stems from direct web access to lib/phpunit/bootstrap.php, which lacked a web access check. The file's error reporting configuration (error_reporting(E_ALL) and display_errors=1) exposed full path information when accessed. However, this is not caused by a specific function but rather by the absence of access control at the script level. The patch added a REMOTE_ADDR check to block web requests, indicating the vulnerability was structural (file accessibility) rather than tied to a particular function implementation.
A Semantic Attack on Google Gemini - Read the Latest Research