CVE-2025-30037
BaseFortify
Publication date: 2025-08-27
Last updated on: 2025-08-29
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| cgm | clininet | 2025.ms2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-306 | The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs because certain endpoints, typically containing "/int/" in their path, which should be restricted to internal services only, are instead publicly accessible without any authentication. This means that any host able to reach the application server on port 443/tcp can access these internal endpoints.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized access to internal services, potentially exposing sensitive data or functionality that should be protected. Since these endpoints are accessible without authentication, attackers could exploit them to compromise the system's confidentiality, integrity, and availability.