CVE-2025-10913
Published: 11 February 2026
Summary
CVE-2025-10913 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Gov (inferred from references). Its CVSS base score is 8.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.9th 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-10913 is an Improper Neutralization of Input During Web Page Generation vulnerability that enables Cross-Site Scripting (XSS), mapped to CWE-79. It affects the TemizlikYolda application developed by Saastech Cleaning and Internet Services Inc., with the issue present in versions through 11022026.
The vulnerability carries a CVSS v3.1 base score of 8.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H), indicating exploitation over the network with low attack complexity, requiring only low privileges, and no user interaction. Low-privileged authenticated attackers can remotely inject and execute malicious scripts in the context of other users' browsers, potentially leading to low-impact confidentiality violations alongside high-impact integrity and availability disruptions, such as data tampering or service denial within the affected application.
The primary advisory reference is available at https://www.usom.gov.tr/bildirim/tr-26-0055. The vendor was contacted early about this disclosure but provided no response, and no patches or specific mitigations are detailed in the available information.
No real-world exploitation has been reported, and the vendor's lack of response underscores the need for organizations using TemizlikYolda to implement general XSS protections, such as input validation, output encoding, and Content Security Policy, pending any future updates.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-207425
Vulnerability details
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Saastech Cleaning and Internet Services Inc. TemizlikYolda allows Cross-Site Scripting (XSS). This issue affects TemizlikYolda: through 11022026. NOTE: The vendor was contacted early about this disclosure…
more
but did not respond in any way.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
XSS in web application directly enables remote exploitation of public-facing app (T1190) and arbitrary JavaScript execution in victim browsers (T1059.007).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates XSS by filtering and encoding information outputs during web page generation to neutralize injected scripts.
Prevents XSS attacks by validating and sanitizing user inputs to block malicious script payloads before processing.
Enforces restrictions on input types and formats to limit the introduction of executable scripts into the web application.