CVE-2019-7170: Croogo vulnerable to XSS in title field
4.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.44613%
CWE
Published
5/14/2022
Updated
9/20/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
croogo/croogo | composer | < 3.0.7 | 3.0.7 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing output encoding in multiple template files and helper functions when rendering user-controlled title fields. The commit diff shows widespread addition of h()
(HTML entity encoding) to title outputs in templates, and a critical change in CroogoHtmlHelper.php
where link escaping was enabled by default. The breadcrumb component and taxonomy vocabulary templates were particularly vulnerable as they directly echoed user input without sanitization, enabling stored XSS payload execution.