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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2019-9960 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Access Control Error in LimeSurvey. <br>πŸ’₯ **Consequences**: Potential unauthorized access to survey data or system functions via the export module.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: Not specified in the provided data (CWE ID is null). <br>πŸ” **Flaw**: The vulnerability resides in the `downloadZip` function within `application/controllers/admin/export.php`.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: LimeSurvey (formerly PHPSurveyor). <br>πŸ“… **Versions**: 3.16.1+190225 and earlier versions. <br>🏒 **Vendor**: LimeSurvey Team.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers' Actions**: The title indicates 'Access Control Error'. This implies potential unauthorized actions regarding survey exports or data.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ” **Threshold**: The file path `application/controllers/admin/export.php` suggests it is an **Admin** controller.…

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

πŸ’£ **Public Exp?**: The `pocs` array is empty `[]`. <br>πŸ“‰ **Status**: No public Proof of Concept (PoC) or exploit code is provided in this data source.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for the file path: `application/controllers/admin/export.php`. <br>πŸ“‹ **Feature**: Check if the `downloadZip` function is present in your LimeSurvey installation version.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fixed?**: Yes. <br>πŸ”— **Patch**: A fix commit is referenced: `1ed10d3c423187712b8f6a8cb2bc9d5cc3b2deb8` on GitHub. <br>βœ… **Action**: Update to a version newer than 3.16.1+190225.

Q9What if no patch? (Workaround)

πŸ›‘ **No Patch Workaround**: Since it is an admin controller, ensure **strict access control** to the `/admin/` directory. <br>πŸ”’ **Mitigation**: Restrict IP access to the admin panel.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **Medium-High**. <br>πŸ“Œ **Priority**: While specific impact data is missing, 'Access Control Errors' are critical. <br>πŸš€ **Advice**: Prioritize patching because it affects the Admin module.…