Project Inheritance Plugin allows the creation of projects based on templates defined in the plugin configuration.
A missing permission check in the HTTP endpoint triggering project creation allowed users with Overall/Read permission to create these projects. Additionally, the HTTP endpoint did not require POST requests, resulting in a CSRF vulnerability.
The HTTP endpoint triggering project creation now requires Item/Create permission and submission of requests via POST.
{ "nvd_published_at": "2019-09-25T16:15:00Z", "github_reviewed_at": "2023-02-23T19:40:05Z", "severity": "MODERATE", "github_reviewed": true, "cwe_ids": [ "CWE-352" ] }