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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: CSWeb v8.0.1 exposes `app/config` via HTTP. πŸ“‰ **Consequences**: Unauthenticated attackers can steal sensitive keys & config data. πŸ’₯ **Impact**: High confidentiality & integrity loss (CVSS H/H).

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-200 (Information Exposure). πŸ” **Flaw**: Misconfiguration allowing direct HTTP access to sensitive config files without authentication.

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: CSPro Users (Census). πŸ“¦ **Product**: CSWeb. πŸ“… **Affected**: Version **8.0.1** specifically. ⚠️ **Scope**: Deployments exposing `app/config`.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Action**: Send HTTP requests to `/app/config`. πŸ”‘ **Gain**: Extract leaked API keys & secrets. 🚫 **Limit**: No direct RCE mentioned, but key theft enables further attacks.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Auth**: None required (PR:N). 🌐 **Network**: Remote (AV:N). 🎯 **Complexity**: Low (AC:L). πŸ’‘ **Verdict**: Extremely easy to exploit. No UI interaction needed.

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

πŸ“‚ **Exploit**: Yes. GitHub repo `hx381/cspro-exploits` exists. πŸ”— **Commit**: Fix available at `eba0b59...`. ⚠️ **Status**: Publicly accessible PoC/Exploit code.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for HTTP access to `/app/config`. πŸ“‘ **Tool**: Use Nmap or custom scripts to probe the endpoint. 🚩 **Signal**: Look for JSON/XML config responses without auth prompts.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Official patch committed. πŸ”— **Link**: GitHub commit `eba0b59a243390a1a4f9524cce6dbc0314bf0d91`. βœ… **Action**: Update to patched version immediately.

Q9What if no patch? (Workaround)

🚧 **Workaround**: Block external access to `/app/config` via WAF/Nginx. πŸ”’ **Restrict**: Ensure config files are not served over plain HTTP. πŸ›‘ **Isolate**: Restrict network access to internal only.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: CRITICAL. πŸ“… **Date**: Published 2026-03-23. 🚨 **Reason**: Low barrier to entry + High impact (Key Leakage). ⚑ **Advice**: Patch NOW. Do not wait.