Bolt CMS lacked CSRF protection in the preview generating endpoint. Previews are intended to be generated by the admins, developers, chief-editors, and editors, who are authorized to create content in the application. But due to lack of proper CSRF protection, unauthorized users could generate a preview.
This has been fixed in Bolt 3.7.1
Related issue: https://github.com/bolt/bolt/pull/7853
{ "nvd_published_at": "2020-06-08T22:15:00Z", "github_reviewed_at": "2020-06-08T21:52:37Z", "severity": "HIGH", "github_reviewed": true, "cwe_ids": [ "CWE-352" ] }