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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-45967 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A Path Traversal vulnerability in Pascom Cloud Phone System.…

Q2Root Cause? (CWE/Flaw)

πŸ› οΈ **Root Cause**: Configuration error between the **Nginx** reverse proxy and the **Tomcat** backend server. ⚠️ **Flaw**: Improper handling of file paths allows traversal outside intended directories.

Q3Who is affected? (Versions/Components)

🎯 **Affected**: **Pascom Cloud Phone System**. πŸ“… **Versions**: All versions **before 7.20.x**. πŸ“¦ **Components**: Nginx + Tomcat stack.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Access non-public endpoints. πŸ“‚ **Data Impact**: Potential exposure of internal server files and system information. πŸ•΅οΈ **Privileges**: Can bypass intended access controls via path manipulation.

Q5Is exploitation threshold high? (Auth/Config)

βš–οΈ **Threshold**: Likely **Low to Medium**. πŸ”“ **Auth**: May not require authentication if the path traversal leads to public-facing misconfigured resources. βš™οΈ **Config**: Relies on the specific Nginx/Tomcat setup.

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

πŸ”“ **Public Exp?**: **Yes**. πŸ“œ **PoC**: Available via ProjectDiscovery Nuclei templates. 🌐 **Wild Exp**: Referenced in security blogs (TutorialBoy24, Kerbit).

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Use **Nuclei** with the specific CVE-2021-45967 template. πŸ§ͺ **Scan**: Look for path traversal responses in the Pascom application endpoints. πŸ“‹ **Verify**: Check if Tomcat files are accessible via Nginx.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. πŸ”„ **Patch**: Upgrade to **Pascom Cloud Phone System 7.20.x** or later. πŸ“ **Source**: Official release notes confirm the fix.

Q9What if no patch? (Workaround)

πŸ›‘οΈ **No Patch?**: Restrict Nginx configuration to prevent path traversal. 🚫 **Mitigation**: Ensure strict mapping between Nginx and Tomcat. πŸ”’ **Network**: Block external access to internal Tomcat ports if possible.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **High**. ⏳ **Priority**: Immediate patching recommended. 🚨 **Reason**: Public PoC exists, and it affects cloud phone systems handling sensitive comms.