Vulnerability Description
In OctoberCMS before version 1.0.468, encrypted cookie values were not tied to the name of the cookie the value belonged to. This meant that certain classes of attacks that took advantage of other theoretical vulnerabilities in user facing code (nothing exploitable in the core project itself) had a higher chance of succeeding. Specifically, if your usage exposed a way for users to provide unfiltered user input and have it returned to them as an encrypted cookie (ex. storing a user provided search query in a cookie) they could then use the generated cookie in place of other more tightly controlled cookies; or if your usage exposed the plaintext version of an encrypted cookie at any point to the user they could theoretically provide encrypted content from your application back to it as an encrypted cookie and force the framework to decrypt it for them. Issue has been fixed in build 468 (v1.0.468).
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Octobercms | October | < 1.0.468 |
Related Weaknesses (CWE)
References
- https://github.com/octobercms/library/commit/28310d4fb336a1741b39498f4474497644aPatchThird Party Advisory
- https://github.com/octobercms/library/pull/508PatchThird Party Advisory
- https://github.com/octobercms/october/security/advisories/GHSA-55mm-5399-7r63Third Party Advisory
- https://github.com/octobercms/library/commit/28310d4fb336a1741b39498f4474497644aPatchThird Party Advisory
- https://github.com/octobercms/library/pull/508PatchThird Party Advisory
- https://github.com/octobercms/october/security/advisories/GHSA-55mm-5399-7r63Third Party Advisory
FAQ
What is CVE-2020-15128?
CVE-2020-15128 is a vulnerability with a CVSS score of 6.1 (MEDIUM). In OctoberCMS before version 1.0.468, encrypted cookie values were not tied to the name of the cookie the value belonged to. This meant that certain classes of attacks that took advantage of other the...
How severe is CVE-2020-15128?
CVE-2020-15128 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-15128?
Check the references section above for vendor advisories and patch information. Affected products include: Octobercms October.