Cyber Resilience

CVE-2025-10913

HighUpdated

Published: 11 February 2026

Published
11 February 2026
Modified
05 June 2026
KEV Added
Patch
CVSS Score v3.1 8.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H
EPSS Score 0.0026 16.9th percentile
Risk Priority 55 floored blend · peak EPSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
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).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-26907Shared CWE-79
CVE-2025-69084Shared CWE-79
CVE-2025-69048Shared CWE-79
CVE-2025-22567Shared CWE-79
CVE-2025-69324Shared CWE-79
CVE-2026-1841Shared CWE-79
CVE-2025-26588Shared CWE-79
CVE-2025-23850Shared CWE-79
CVE-2025-23643Shared CWE-79
CVE-2025-23616Shared CWE-79

Affected Assets

Gov
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates XSS by filtering and encoding information outputs during web page generation to neutralize injected scripts.

prevent

Prevents XSS attacks by validating and sanitizing user inputs to block malicious script payloads before processing.

prevent

Enforces restrictions on input types and formats to limit the introduction of executable scripts into the web application.

References