-
CVSS Score
-The vulnerability stems from a misconfigured route in 'islandora.routing.yml' where the 'islandora.upload_children' route had '_access: "TRUE"', allowing unrestricted access. The fix replaced this with a proper access check via a custom callback. Since the vulnerability is tied to route configuration (YAML) rather than a specific function, no traditional PHP functions are directly implicated. The insecure configuration allowed unauthorized access, but no vulnerable functions (in the codebase) were identified with high confidence.
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| islandora/islandora | composer | >= 2.0, < 2.4.1 | 2.4.1 |