CVE-2025-34160
BaseFortify
Publication date: 2025-08-27
Last updated on: 2025-08-29
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| shanghai_aishu_information_technology | anyshare | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in AnyShare is a critical unauthenticated remote code execution flaw in the ServiceAgent API on port 10250. The API endpoint /api/ServiceAgent/start_service accepts user input via POST requests but does not properly sanitize command-like payloads. This allows an attacker to inject shell commands that the backend executes, enabling arbitrary command execution without authentication.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can execute arbitrary commands on the affected system remotely without any authentication. This can lead to full system compromise, data theft, service disruption, or further attacks within the network.
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to upgrade AnyShare to a version released after August 2025 where the vulnerability is remediated. Additionally, restricting access to port 10250 and monitoring for any suspicious activity targeting the /api/ServiceAgent/start_service endpoint can help reduce risk.