-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| awesome-support/awesome-support | composer | <= 6.0.7 | 6.0.8 |
The vulnerability stems from two key areas: 1) Ticket content handling in wpas_filter_ticket_data lacked wp_kses() sanitization for post_content, allowing XSS payloads in ticket bodies. 2) Custom field sanitization in get_sanitized_value didn't encode HTML entities, enabling script injection through custom fields. The GitHub commit explicitly addresses both points by adding wp_kses() for post_content and htmlentities() encoding, directly correlating to CWE-79 XSS mitigation patterns. The functions' roles in processing user input and the specific patch changes confirm their vulnerability.
Ongoing coverage of React2Shell