CVE Catalog

CVE-2018-25394

HighCVSS 8.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.33%

26th percentile - higher than 26% of all known CVEs

Summary

Kados R10 GreenBee contains an SQL injection vulnerability in boards_buttons/update_release.php. Unauthenticated attackers can inject arbitrary SQL queries via the release_id parameter, which is directly concatenated into SQL statements without sanitization. Attackers can send a crafted GET request with a UNION-based payload to extract sensitive database information such as the current user, database name, and DBMS version.

Risk Assessment

The risk for the organization includes unauthorized access to sensitive database data, potentially leading to data leakage, integrity compromise, and possible system takeover.

Recommendation

It is recommended to immediately update Kados R10 GreenBee to the latest version that includes security fixes. Also, implement input sanitization and use prepared statements for all database interactions.

Other vulnerabilities in Kados R10 GreenBee

See all
Original NVD description (English source)

Kados R10 GreenBee contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the release_id parameter of boards_buttons/update_release.php. The release_id value is concatenated directly into SQL statements without sanitization, allowing attackers to send a crafted GET request with a UNION-based payload to extract sensitive database information including the current user, database name, and DBMS version.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS