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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

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.