-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| pagekit/pagekit | composer | <= 1.0.17 |
The vulnerability stems from missing CSRF protection in the file upload endpoint. While no direct code diffs are available, the CVE description explicitly states that removing the CSRF token allows exploitation. In MVC frameworks like Pagekit, file upload handlers are typically controller actions. The FilesController::uploadAction is the logical endpoint for file upload operations in the admin interface, making it the most likely location for the missing CSRF validation. The high confidence comes from the vulnerability's nature (CSRF-protected endpoint with missing token check) matching standard web application architecture patterns.
A Semantic Attack on Google Gemini - Read the Latest Research