CVE-2025-15200
Remote XSS in SohuTV CacheCloud Controller Functions
Publication date: 2025-12-29
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sohutv | cachecloud | * |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
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.
How can this vulnerability impact me? :
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.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
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]
What immediate steps should I take to mitigate this vulnerability?
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]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
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.