Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-52467 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical info leak in **pgai** (Timescale's AI tool for PostgreSQL).…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-200** (Information Exposure). The flaw lies in how pgai handles secret management, failing to properly isolate or mask sensitive credentials during workflow execution.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: Users of **pgai** by **Timescale**. Specifically, those using versions prior to the fix in commit `8eb356729c33560ce54b88b9a956960ad1e3ede8`. Any setup using pgai for RAG or semantic search is at risk.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Capabilities**: With **CVSS 3.1 (High)**, attackers can: 1. **Steal Secrets**: Extract all workflow secrets. 2. **Access GitHub**: Hijack **GITHUB_TOKENs** with write access. 3.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. The vector is **Network (AV:N)**, **Low Complexity (AC:L)**, and requires **No Privileges (PR:N)** or **User Interaction (UI:N)**.…

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ’£ **Public Exploit**: **No PoC provided** in the data. However, given the low exploitation threshold and high impact, the risk of wild exploitation is **HIGH** once details are public.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Review your **pgai** version. 2. Check if you use **GITHUB_TOKENs** in workflows. 3. Scan for exposed secrets in logs or API responses. 4. Verify if you are running the patched commit `8eb3567...`.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **YES**. A fix is available via Pull Request **#742** and commit `8eb356729c33560ce54b88b9a956960ad1e3ede8`. Update pgai immediately to the patched version.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: If you cannot update immediately: 1. **Rotate Tokens**: Immediately revoke and rotate any **GITHUB_TOKENs** used in pgai workflows. 2.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **CRITICAL**. With **CVSS H/I:H/A:N** and no auth required, this is a **Priority 1** issue. Patch immediately to prevent credential theft and potential repository compromise.