CVE-2018-14519: Kirby CMS 2.5.12 Cross-site Request Forgery
4.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.20252%
CWE
Published
8/25/2022
Updated
1/27/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
getkirby/cms | composer | <= 2.5.12 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests in the page deletion endpoint which lacks CSRF protection. The exploit demonstrates a simple HTML form triggering deletion without requiring anti-CSRF tokens. In MVC architectures like Kirby's, this would map to a controller method handling DELETE requests. The absence of CSRF checks in this state-changing operation makes it vulnerable to forged requests when authenticated users visit malicious pages.