CVE-2026-42425 PUBLISHED

OpenKM 6.3.12 Unrestricted SQL Execution via DatabaseQuery

Assigner: VulnCheck
Reserved: 27.04.2026 Published: 26.05.2026 Updated: 26.05.2026

OpenKM 6.3.12 contains an unrestricted SQL execution vulnerability that allows authenticated administrative users to execute arbitrary SQL statements against the application database via the DatabaseQuery interface. Attackers can submit malicious SQL queries through the qs parameter to the /admin/DatabaseQuery endpoint to extract sensitive data including usernames and password hashes from the OKM_USER table, modify permissions, or delete database records.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor Openkm
Product OpenKM Community Edition
Versions Default: unknown
  • affected from 0 to 6.3.12 (incl.)
Vendor Openkm
Product OpenKM Professional Edition
Versions Default: unknown
  • affected from 0 to 7.1.47 (incl.)

Credits

  • Terra System Labs Pvt. Ltd. finder

References

Problem Types

  • Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE