CVE-2019-25441
BaseFortify
Publication date: 2026-02-20
Last updated on: 2026-03-12
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kostasmitroglou | thesystem | 1.0.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 thesystem 1.0 is a command injection flaw that allows unauthenticated attackers to execute arbitrary system commands on the server. This happens because the run_command endpoint accepts input without proper validation, enabling attackers to send POST requests containing malicious shell commands in the command parameter.
How can this vulnerability impact me? :
This vulnerability can have severe impacts as it allows attackers to execute any system command on the affected server without authentication. This can lead to full system compromise, data theft, data loss, service disruption, or the attacker gaining persistent control over the system.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know