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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A Path Traversal flaw in CentralSquare CryWolf's `GeneralDocs.aspx`. <br>πŸ’₯ **Consequences**: Unauthenticated attackers can read sensitive files outside the web directory, leading to **data leakage**.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Improper input validation in the `rpt` parameter of `GeneralDocs.aspx`. <br>πŸ” **CWE**: Path Traversal (CWE-22). The system fails to sanitize `../` sequences.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: CentralSquare CryWolf (False Alarm Management System). <br>πŸ“… **Scope**: Versions up to **2024-08-09** are vulnerable. Vendor: CentralSquare.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Action**: Read arbitrary files (e.g., `web.config`). <br>πŸ”“ **Privileges**: **Unauthenticated** access. No login needed to exploit.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: None required. <br>βš™οΈ **Config**: Direct HTTP request to `GeneralDocs.aspx?rpt=../web.config`.

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

πŸ“¦ **Exploit**: **YES**. Public PoCs exist on GitHub (e.g., `d4lyw/CVE-2024-45241`). <br>🌐 **Automation**: Nuclei templates available for mass scanning.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Send `GeneralDocs.aspx?rpt=../web.config`. <br>πŸ‘€ **Verify**: Check if `web.config` content is returned via `gdoc1.ashx` or direct response.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update to a version **after 2024-08-09**. <br>πŸ“’ **Status**: Vendor released advisory; patch is the primary mitigation.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Block external access to `GeneralDocs.aspx` via WAF. <br>πŸ”’ **Mitigation**: Restrict `rpt` parameter to prevent `../` traversal.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>⚠️ **Reason**: Unauthenticated + Public PoC + Sensitive Data Risk. Patch immediately!