VYPR
Medium severityNVD Advisory· Published Mar 2, 2026· Updated Apr 27, 2026

CVE-2025-30062

CVE-2025-30062

Description

In the "CheckUnitCodeAndKey.pl" service, the "validateOrgUnit" function is vulnerable to SQL injection.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

The validateOrgUnit function in CheckUnitCodeAndKey.pl is vulnerable to SQL injection, allowing potential database manipulation.

The vulnerability resides in the validateOrgUnit function of the CheckUnitCodeAndKey.pl service. The function fails to properly neutralize special elements used in an SQL command, making it susceptible to SQL injection (CWE-89). This issue was identified and reported to CERT Polska [1].

The attack surface is likely through web requests that trigger the validateOrgUnit function. An attacker may be able to exploit this vulnerability without authentication if the service is exposed. The exact prerequisites are not detailed, but given the nature of SQL injection, any input passed to the function could be a vector.

Successful exploitation could allow an attacker to execute arbitrary SQL queries, leading to unauthorized access to or modification of data in the underlying database. This might include sensitive information such as patient records or system configurations.

As of the publication date, specific mitigation steps for this CVE are not provided in the references. However, given that similar vulnerabilities in related products have been addressed (e.g., SQL injection in CGM NETRAAD fixed in version 7.9.0 [1]), it is advisable for users to apply any available updates from the vendor or implement input validation and parameterized queries as a general security practice.

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.