Description
SQL Injection vulnerability in Cboard v.0.4.2 and before allows a remote attacker to execute arbitrary code via the getDimensionsValues component
Published: 2026-06-23
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a Classic SQL Injection flaw (CWE‑89) in the getDimensionsValues component of Cboard that permits a remote attacker to run arbitrary SQL commands, potentially leading to code execution on the underlying system.

Affected Systems

Cboard version 0.4.2 and all earlier releases are affected; vendor information is not disclosed.

Risk and Exploitability

With a CVSS score of 6.5 the risk is moderate and the EPSS score is not available; the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is remote via the unsecured getDimensionsValues endpoint, requiring the attacker to craft a specially crafted request that injects malicious SQL.

Generated by OpenCVE AI on June 23, 2026 at 17:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the most recent Cboard patch or upgrade to the latest supported version that removes the vulnerable code.
  • Restrict external access to the getDimensionsValues endpoint by firewall rules or by requiring authenticated sessions.
  • Ensure that all user input reaching database queries is properly parameterized or escaped to eliminate injection vectors.

Generated by OpenCVE AI on June 23, 2026 at 17:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 23 Jun 2026 17:45:00 +0000

Type Values Removed Values Added
Title SQL Injection in Cboard getDimensionsValues Enables Remote Code Execution

Tue, 23 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 23 Jun 2026 15:45:00 +0000

Type Values Removed Values Added
Description SQL Injection vulnerability in Cboard v.0.4.2 and before allows a remote attacker to execute arbitrary code via the getDimensionsValues component
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-06-23T15:54:34.231Z

Reserved: 2026-06-08T00:00:00.000Z

Link: CVE-2026-52673

cve-icon Vulnrichment

Updated: 2026-06-23T15:54:12.471Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-23T17:30:05Z

Weaknesses
  • CWE-89

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