Description
The CRM+ application before and including version 2025.6 from Brainformatik is vulnerable to SQL Injection (time-based) vulnerability. The check conflict endpoint index.php?module=Appointments&action=CheckConflictOfDates&ajaxSkipHeader=true which is used to check any conflicts for user calendar is vulnerable to SQL injection allowing an attacker to execute arbitrary code.
Published: 2026-08-17
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The CRM+ application from Brainformatik before and including version 2025.6 contains a time‑based SQL injection flaw in the CheckConflictOfDates endpoint (index.php?module=Appointments&action=CheckConflictOfDates&ajaxSkipHeader=true). An attacker can craft a malicious request that is injected into the underlying SQL query, allowing execution of arbitrary SQL statements and potentially arbitrary application code. The vulnerability enables a complete compromise of the application’s data and logic integrity.

Affected Systems

Brainformatik CRM+ versions 2025.6 and earlier are affected. No specific vendor or sub‑product variations are listed beyond the CRM+ product itself.

Risk and Exploitability

The EPSS score is < 1% and the vulnerability is not listed in the CISA KEV catalog. Because the vulnerability is a classic SQL injection in a publicly reachable web endpoint, the attack vector is inferred to be a web request. Exploitation would require the attacker to send a crafted HTTP request with malicious SQL payload to the vulnerable endpoint. The CVSS score of 9.8 indicates a very high severity. Mitigation relies on patching or input sanitization.

Generated by OpenCVE AI on August 21, 2026 at 19:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Brainformatik CRM+ to a version newer than 2025.6 that contains a fix for the SQL injection issue.
  • Restrict access to the CheckConflictOfDates endpoint to authenticated and authorized users, and validate or sanitize all query parameters before they are incorporated into SQL statements.
  • Deploy a web application firewall or similar input‑validation layer to detect and block malicious SQL payloads.

Generated by OpenCVE AI on August 21, 2026 at 19:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Title SQL Injection in Brainformatik CRM+ CheckConflict Endpoint

Tue, 18 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 17 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Title SQL Injection in Brainformatik CRM+ CheckConflict Endpoint

Mon, 17 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Description The CRM+ application before and including version 2025.6 from Brainformatik is vulnerable to SQL Injection (time-based) vulnerability. The check conflict endpoint index.php?module=Appointments&action=CheckConflictOfDates&ajaxSkipHeader=true which is used to check any conflicts for user calendar is vulnerable to SQL injection allowing an attacker to execute arbitrary code.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-18T18:39:54.075Z

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

Link: CVE-2026-50769

cve-icon Vulnrichment

Updated: 2026-08-18T18:39:37.886Z

cve-icon NVD

Status : Received

Published: 2026-08-17T18:17:08.880

Modified: 2026-08-18T19:16:53.517

Link: CVE-2026-50769

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T19:15:04Z

Weaknesses
  • CWE-89

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