CVE-2025-15200
Unknown Unknown - Not Provided
Remote XSS in SohuTV CacheCloud Controller Functions

Publication date: 2025-12-29

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was detected in SohuTV CacheCloud up to 3.2.0. The affected element is the function getExceptionStatisticsByClient/getCommandStatisticsByClient/doIndex of the file src/main/java/com/sohu/cache/web/controller/AppClientDataShowController.java. The manipulation results in cross site scripting. The attack can be executed remotely. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-29
Last Modified
2026-04-29
Generated
2026-06-16
AI Q&A
2025-12-29
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
sohutv cachecloud *
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.
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a cross-site scripting (XSS) issue found in SohuTV CacheCloud up to version 3.2.0. It affects specific functions in the AppClientDataShowController.java file, allowing an attacker to remotely execute malicious scripts by manipulating input to these functions.

Impact Analysis

The vulnerability can allow remote attackers to execute malicious scripts in the context of the affected application, potentially leading to unauthorized actions or data manipulation. However, the CVSS scores indicate a low to moderate impact, with no confidentiality or availability impact but some integrity impact.

Detection Guidance

This vulnerability can be detected by sending crafted HTTP POST requests to the vulnerable endpoints such as `/client/show/exceptionStatistics/client`, `/client/show/commandStatistics/client`, or `/client/show/index` with malicious script payloads in parameters like `firstClient` or `firstCommand`. For example, using a Python script with the `requests` library to send a POST request containing a script tag payload (e.g., `"><script>alert('zast-xss')</script>//`) in the `firstClient` parameter can confirm the presence of the vulnerability if the response includes the injected script. Monitoring HTTP traffic for such suspicious payloads or responses containing reflected scripts can also help detect exploitation attempts. [2, 6]

Mitigation Strategies

No known mitigations currently exist for this vulnerability as the project has not responded or provided countermeasures. Immediate steps include considering replacing the affected CacheCloud component with an alternative product that is not vulnerable. Additionally, restricting access to the vulnerable endpoints, applying web application firewall (WAF) rules to detect and block malicious script payloads, and monitoring for exploitation attempts are recommended interim measures until a patch or fix is available. [1]

Compliance Impact

The provided resources do not contain information regarding the impact of CVE-2025-15200 on compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-15200. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart