CVE-2013-4714:
Tiki Wiki CMS Groupware Cross-site scripting (XSS) vulnerability
4.7
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.48743%
CWE
Published
5/17/2022
Updated
8/29/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
tikiwiki/tiki-manager | composer | >= 6.0, < 6.13 | 6.13 |
tikiwiki/tiki-manager | composer | >= 9.0, < 9.7 | 9.7 |
tikiwiki/tiki-manager | composer | >= 10.0, < 10.4 | 10.4 |
tikiwiki/tiki-manager | composer | >= 11.0, < 11.1 | 11.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided vulnerability reports explicitly state the XSS vulnerability exists via 'unspecified vectors' and no commit diffs/patch details are available. While the CWE-79 classification confirms inadequate input sanitization in web output generation, the lack of specific code references, patched file paths, or function names in any of the provided sources makes it impossible to identify exact vulnerable functions with high confidence. XSS vulnerabilities typically involve output functions without proper escaping, but without concrete evidence from patch comparisons or technical writeups, we cannot reliably specify affected functions.