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.
Published: 2026-09-04
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

DreamMaker, a product from Interinfo, contains a classic SQL injection flaw. Unsanitized input is passed to the database layer, enabling an attacker with valid credentials to execute arbitrary SQL statements. This could allow the attacker to read sensitive data, modify important records, or delete content from the database, thereby compromising confidentiality, integrity, and availability of stored information.

Affected Systems

Interinfo DreamMaker. The public data does not specify affected version numbers, so all installations may be vulnerable until a fix is applied.

Risk and Exploitability

The CVSS score of 8.7 marks it as high severity, although an EPSS score is not available in the report. It is not yet listed in the CISA KEV catalog. The attack requires an authenticated remote user, suggesting the attacker must first log in to the application, then supply malicious input through a form or other interface that transmits the data to the database.

Generated by OpenCVE AI on September 4, 2026 at 10:21 UTC.

Remediation

Vendor Solution

Using SQLBuilder Component


OpenCVE Recommended Actions

  • Apply the vendor’s SQLBuilder component fix to replace unsafe database queries.
  • Restrict database permissions for the application user to only the minimum required operations, eliminating write or delete rights where possible.
  • Sanitize all user input and enforce strict parameterized queries in the application code.

Generated by OpenCVE AI on September 4, 2026 at 10:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Interinfo
Interinfo dreammaker
Vendors & Products Interinfo
Interinfo dreammaker

Fri, 04 Sep 2026 09:45:00 +0000

Type Values Removed Values Added
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.
Title Interinfo|DreamMaker - SQL Injection
Weaknesses CWE-89
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Interinfo Dreammaker
cve-icon MITRE

Status: PUBLISHED

Assigner: twcert

Published:

Updated: 2026-09-04T09:34:46.643Z

Reserved: 2026-09-04T09:08:31.657Z

Link: CVE-2026-85540

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T10:17:14.017

Modified: 2026-09-04T10:17:14.017

Link: CVE-2026-85540

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T10:30:17Z

Weaknesses
  • CWE-89

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