CVE-2024-40111:
Automad Cross-site Scripting vulnerability
4.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.81102%
CWE
Published
8/23/2024
Updated
8/26/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
automad/automad | composer | <= 2.0.0-alpha.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from two key points: 1) The API endpoint accepting unsanitized user input in page content (shown in PoC request), and 2) The template rendering engine failing to escape stored content. While the exact file paths are inferred from standard MVC patterns in PHP
CMS architectures, the confidence remains high for the API handler due to direct evidence in the PoC, and medium for the parser component based on typical XSS vulnerability patterns.