CVE-2026-50769
Received Received - Intake

SQL Injection in CRM+ Application

Vulnerability report for CVE-2026-50769, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: MITRE

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-17
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
brainformatik crm+ to 2025.6 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The CRM+ application from Brainformatik before version 2025.6 has a time-based SQL injection vulnerability in the CheckConflictOfDates endpoint. This allows attackers to manipulate the userId parameter in POST requests to execute arbitrary SQL commands, potentially accessing or modifying the MySQL database.

Detection Guidance

To detect this SQL injection vulnerability, monitor network traffic for suspicious requests to the endpoint index.php?module=Appointments&action=CheckConflictOfDates&ajaxSkipHeader=true. Use tools like Burp Suite to intercept and inspect POST requests for manipulated userId parameters. Test with SQLMap by sending crafted payloads to the endpoint to observe time delays or errors.

Impact Analysis

An attacker could exploit this to access sensitive data in the database, such as user credentials, appointments, or other confidential information. They could also manipulate data, cause delays in system responses, or potentially take control of the application.

Compliance Impact

This vulnerability could lead to unauthorized access or exposure of personal data, violating GDPR's data protection requirements. For HIPAA, if the CRM+ handles protected health information, the breach could compromise compliance with security and privacy rules.

Mitigation Strategies

Immediately update CRM+ to the latest version beyond 2025.6. Apply input validation and parameterized queries to the CheckConflictOfDates endpoint. Restrict access to the vulnerable endpoint via firewall rules or network segmentation. Monitor database logs for unusual queries or delays.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-50769. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart