This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login.
Read the full analysis →
Q1What is this vulnerability? (Essence + Consequences)
🚨 **Essence**: Apache Polaris skips critical security checks when modifying `write.metadata.path`. <br>💥 **Consequences**: Attackers can force metadata writes to unauthorized storage locations.…
🛡️ **CWE**: CWE-863 (Incomplete External Control of Path). <br>🔍 **Flaw**: The code path for `ALTER TABLE`-style updates to `write.metadata.path` bypasses the storage location re-validation step.…
⚖️ **Threshold**: **Medium**. <br>🔑 **Auth**: Needs user-level access to change table properties. <br>⚙️ **Config**: Exploitation is easier if `allow.unstructured.table.location=true` and `allowedLocations` is wide.…
🩹 **Fix Status**: **Unknown/Not Mentioned**. The data shows a published date of May 2026, but no patch version or mitigation link is provided in the `references` or `pocs`.…