CVE-2026-85540
Received Received - Intake

SQL Injection in DreamMaker Software

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

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: TWCERT/CC

Description

DreamMaker developed by Interinfo has a SQL Injection vulnerability. Authenticated remote attackers can inject arbitrary SQL commands to read, modify, and delete database contents.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
interinfo dreammaker *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

DreamMaker by Interinfo has a SQL Injection vulnerability. Authenticated remote attackers can inject malicious SQL commands to read, modify, or delete database contents.

Detection Guidance

To detect SQL injection vulnerabilities in DreamMaker, inspect web application logs for unusual SQL query patterns or errors. Use tools like SQLmap to test for injection points by sending crafted inputs to parameters. Example command: sqlmap -u "http://target-url/login.php" --data="username=test&password=test" --batch.

Impact Analysis

Attackers could steal sensitive data, alter or delete records, or gain unauthorized access to the system. This could lead to data breaches, loss of critical information, or system compromise.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized data access or loss. Organizations may face legal penalties, fines, or reputational damage if sensitive data is exposed.

Mitigation Strategies

Immediately update DreamMaker to the latest patched version. If no patch is available, restrict database access to trusted IPs, enforce strong input validation, and use prepared statements for all SQL queries. Disable unnecessary database accounts and monitor for suspicious activity.

Chat Assistant

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

EPSS Chart