-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.apache.geode:geode-core | maven | >= 1.0.0, < 1.3.0 | 1.3.0 |
The vulnerability stems from missing authorization checks when using OQL bind parameters as region names. The JIRA ticket GEODE-3248 explicitly mentions adding validation for region bind parameters. The execute() method in DefaultQuery is the entry point for query execution and would logically handle parameter binding. The BindArgumentHandler directly processes bind parameters. Both locations would require security validation patches to address the unauthorized region access, making them key vulnerable functions prior to the 1.3.0 patch. Confidence is medium as we infer based on component structure and vulnerability pattern without seeing actual patch diffs.