CVE-2026-14449
Deferred Deferred - Pending Action

Reflected XSS in u5CMS via thanks Parameter

Vulnerability report for CVE-2026-14449, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-02

Last updated on: 2026-07-02

Assigner: Switzerland Government Common Vulnerability Program

Description

u5CMS through v12.8.8 is vulnerable to reflected XSS via the ‘thanks’ parameter in multiple form components

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-02
Last Modified
2026-07-02
Generated
2026-07-22
AI Q&A
2026-07-02
EPSS Evaluated
2026-07-21
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
u5cms u5cms From 12.8.8 (inc) to 12.8.9 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-14449 is a reflected Cross-Site Scripting (XSS) vulnerability in u5CMS versions through 12.8.8. It occurs via the 'thanks' parameter in multiple form components, allowing an attacker to inject malicious scripts that are reflected back to users.

Detection Guidance

This vulnerability is a reflected Cross-Site Scripting (XSS) issue via the 'thanks' parameter in multiple form components of u5CMS through version 12.8.8.

To detect this vulnerability on your system, you can attempt to send crafted HTTP requests to the affected u5CMS forms that include malicious scripts in the 'thanks' parameter and observe if the script is reflected unescaped in the response.

Example command using curl to test for reflected XSS in the 'thanks' parameter:

  • curl -i "http://your-u5cms-site/path/to/form?thanks=<script>alert('XSS')</script>"

If the response contains the injected script tag without proper encoding or sanitization, the site is vulnerable.

Additionally, you can use web vulnerability scanners that support reflected XSS detection targeting the 'thanks' parameter in u5CMS forms.

Impact Analysis

This vulnerability can allow attackers to execute malicious scripts in the context of users visiting the affected u5CMS site. This can lead to theft of user credentials, session hijacking, defacement, or redirection to malicious sites, potentially compromising user data and trust.

Compliance Impact

The provided information does not specify how the reflected XSS vulnerability in u5CMS affects compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

To mitigate the reflected XSS vulnerability in u5CMS through version 12.8.8, you should upgrade to u5CMS version 12.8.9, which contains a fix for this issue.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-14449. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart