CVE-2025-10659
BaseFortify
Publication date: 2025-09-30
Last updated on: 2025-10-02
Assigner: ICS-CERT
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| megasys | online_web_application | 4.0 |
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?
The vulnerability in the Telenium Online Web Application is caused by a PHP endpoint that is accessible without authentication and improperly handles user input. Specifically, the endpoint fails to securely terminate a regular expression check, allowing an attacker to inject arbitrary operating system commands through a crafted HTTP request. This leads to remote code execution on the server with the privileges of the web application service account.
How can this vulnerability impact me? :
This vulnerability can have severe impacts as it allows an unauthenticated attacker to execute arbitrary commands on the server remotely. This can lead to full compromise of the server, unauthorized access to sensitive data, disruption of services, and potential use of the server as a foothold for further attacks within the network.