CVE-2020-29553: Grav CMS Cross-Site Request Forgery (CSRF)
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.36828%
CWE
Published
5/24/2022
Updated
4/24/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| getgrav/grav | composer | >= 1.7.0-beta.1, <= 1.7.0-rc.17 | |
| getgrav/grav | composer | < 1.6.30 | 1.6.30 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing CSRF protection in scheduler task execution endpoints. AdminController::taskRunJob is the primary entry point for scheduler job execution in the admin interface, which would typically require CSRF validation(). The Scheduler::runJob function's direct command execution capability becomes dangerous when called without proper authorization checks. While exact code isn't available, Grav's architecture patterns and the vulnerability description strongly suggest these functions as the attack surface.