CVE-2025-30044
Code Injection in CliniNET CGI Scripts via Insufficient Parameter Normalization
Publication date: 2026-03-02
Last updated on: 2026-03-02
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 exists in specific endpoints of the CliniNET application, namely "/cgi-bin/CliniNET.prd/utils/usrlogstat_simple.pl", "/cgi-bin/CliniNET.prd/utils/usrlogstat.pl", "/cgi-bin/CliniNET.prd/utils/userlogstat2.pl", and "/cgi-bin/CliniNET.prd/utils/dblogstat.pl".
The issue is that the parameters passed to these endpoints are not sufficiently normalized, which means that malicious input can be crafted to inject code into the system.
This code injection vulnerability can allow an attacker to execute arbitrary code on the affected system.
How can this vulnerability impact me? :
Because this vulnerability allows code injection through insufficient parameter normalization, an attacker could potentially execute arbitrary code on the affected system.
This could lead to unauthorized access, data manipulation, disruption of services, or further compromise of the system.
Given the high CVSS score of 9.4, the impact is severe and could result in significant security breaches.
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