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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-52297 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Tolgee v3.81.1 leaks ALL config properties via `PublicConfigurationDTO`. πŸ“‰ **Consequences**: Massive info disclosure.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-200 (Information Exposure). The flaw is in the API layer where sensitive configuration attributes are mistakenly included in the public-facing DTO object without filtering. πŸ›

Q3Who is affected? (Versions/Components)

🎯 **Affected**: **Tolgee Platform** specifically version **3.81.1**. πŸ“¦ If you are running this open-source localization platform, you are in the danger zone. Check your version immediately!

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: πŸ•΅οΈβ€β™‚οΈ Full read access to sensitive configs. This includes secrets, keys, and internal URLs.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. CVSS indicates `PR:N` (No Privileges Required) and `UI:N` (No User Interaction). 🌐 Any unauthenticated user on the network can query the endpoint and dump the config.…

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

🚫 **Public Exploit**: **No**. The `pocs` field is empty. πŸ“­ While no specific PoC script is listed, the vulnerability is structural.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Identify if you run Tolgee v3.81.1. πŸ•΅οΈ 2. Inspect API responses for `PublicConfigurationDTO`. πŸ”Ž 3. Look for unexpected keys (like DB passwords, API keys) in the JSON payload.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **Yes**. References point to GitHub PRs #2481 and #2689, and GHSA advisory. πŸ“ The vendor has acknowledged the issue and provided patches. Update to the latest version immediately! πŸ”„

Q9What if no patch? (Workaround)

πŸ›‘ **No Patch Workaround**: If you cannot update, restrict network access to the Tolgee API. 🚧 Use a WAF to block requests to the configuration endpoint. πŸ”’ Isolate the service. This is a temporary shield, not a cure! πŸ›‘οΈ

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. CVSS Score is High (likely 9.0+ based on vector). πŸ“ˆ No auth required. πŸš€ Patch immediately. This is a critical information leak that can lead to further compromise. Don't wait! ⏳