Vulnerability Description
The October CMS debugbar plugin before version 3.1.0 contains a feature where it will log all requests (and all information pertaining to each request including session data) whenever it is enabled. This presents a problem if the plugin is ever enabled on a system that is open to untrusted users as the potential exists for them to use this feature to view all requests being made to the application and obtain sensitive information from those requests. There even exists the potential for account takeovers of authenticated users by non-authenticated public users, which would then lead to a number of other potential issues as an attacker could theoretically get full access to the system if the required conditions existed. Issue has been patched in v3.1.0 by locking down access to the debugbar to all users; it now requires an authenticated backend user with a specifically enabled permission before it is even usable, and the feature that allows access to stored request information is restricted behind a different permission that's more restrictive.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Octobercms | Debugbar | < 3.1.0 |
Related Weaknesses (CWE)
References
- https://github.com/rainlab/debugbar-plugin/commit/86dd29f9866d712de7d98f5f9dc677PatchThird Party Advisory
- https://github.com/rainlab/debugbar-plugin/security/advisories/GHSA-c8wh-6jw4-2hPatchThird Party Advisory
- https://github.com/rainlab/debugbar-plugin/commit/86dd29f9866d712de7d98f5f9dc677PatchThird Party Advisory
- https://github.com/rainlab/debugbar-plugin/security/advisories/GHSA-c8wh-6jw4-2hPatchThird Party Advisory
FAQ
What is CVE-2020-11094?
CVE-2020-11094 is a vulnerability with a CVSS score of 6.1 (MEDIUM). The October CMS debugbar plugin before version 3.1.0 contains a feature where it will log all requests (and all information pertaining to each request including session data) whenever it is enabled. T...
How severe is CVE-2020-11094?
CVE-2020-11094 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2020-11094?
Check the references section above for vendor advisories and patch information. Affected products include: Octobercms Debugbar.