CVE-2025-8456
Published: 03 February 2026
Summary
CVE-2025-8456 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Gov (inferred from references). Its CVSS base score is 7.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 20.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).
Deeper analysis
CVE-2025-8456 is an Improper Neutralization of Input During Web Page Generation vulnerability, enabling Reflected Cross-site Scripting (XSS), classified under CWE-79. It affects Kod8 Software Technologies Trade Ltd. Co.'s Kod8 Individual and SME Website through version 03022026.
The vulnerability carries a CVSS v3.1 base score of 7.6 (AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H), indicating exploitation is possible over the network with low attack complexity, no privileges required, but necessitating user interaction and maintaining unchanged scope. Remote attackers can deliver malicious payloads via reflected inputs, potentially leading to limited confidentiality and integrity impacts alongside high availability disruption in the victim's browser context.
An advisory detailing the issue is published by USOM at https://www.usom.gov.tr/bildirim/tr-26-0012. No patches or vendor response are available, as the vendor was contacted early about the disclosure but did not reply.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-206660
Vulnerability details
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Kod8 Software Technologies Trade Ltd. Co. Kod8 Individual and SME Website allows Reflected XSS. This issue affects Kod8 Individual and SME Website: through 03022026. NOTE: The…
more
vendor was contacted early about this disclosure but did not respond in any way.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing web app directly enables exploitation of the vulnerable application for initial access or client-side effects.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates reflected XSS by enforcing validation mechanisms on user inputs to neutralize malicious scripts before web page generation.
Prevents reflected XSS exploitation by filtering and encoding output prior to rendering in the victim's browser, blocking script execution.
Restricts maliciously formed inputs at entry points, preventing the injection of XSS payloads into the Kod8 website's reflected responses.