CVE-2025-61027
Deferred Deferred - Pending Action

Denial of Service in Virtuoso Open-Source Database

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

Publication date: 2026-06-23

Last updated on: 2026-06-25

Assigner: MITRE

Description

An issue in the t_set_push component of openlink virtuoso-opensource v7.2.11 allows attackers to cause a Denial of Service (DoS) via crafted SQL statements.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-23
Last Modified
2026-06-25
Generated
2026-07-14
AI Q&A
2026-06-23
EPSS Evaluated
2026-07-12
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
openlink virtuoso-opensource 7.2.11

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
Mitigation Strategies

To mitigate the Denial of Service vulnerability in openlink virtuoso-opensource v7.2.11 caused by crafted SQL statements targeting the t_set_push component, immediate steps include avoiding execution of untrusted or complex SQL queries that resemble the Proof of Concept (PoC) involving CREATE TABLE and UPDATE statements with complex subqueries.

Additionally, if you are using Docker containers for Virtuoso, consider removing old containers and restarting new instances to ensure a clean environment, as demonstrated in the reproduction steps.

Monitoring for updates or patches from the maintainers is also recommended since no CVSS score or official patch information is provided.

Compliance Impact

The provided information does not include any details about the impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Executive Summary

This vulnerability exists in the t_set_push component of openlink virtuoso-opensource version 7.2.11. It allows attackers to cause a Denial of Service (DoS) by sending specially crafted SQL statements.

Impact Analysis

The impact of this vulnerability is that an attacker can cause a Denial of Service (DoS) condition, potentially making the affected service unavailable or unresponsive by exploiting the t_set_push component with crafted SQL statements.

Detection Guidance

This vulnerability can be detected by executing a specific Proof of Concept (PoC) SQL query that triggers a crash in the t_set_push component of Virtuoso 7.2.11. The PoC involves a CREATE TABLE statement followed by an UPDATE with a complex subquery including a CROSS JOIN and SUM aggregation.

To detect the vulnerability on your system, you can run the PoC SQL script against your Virtuoso 7.2.11 instance and observe if it causes a crash or Denial of Service.

  • Remove any old Virtuoso Docker container if present.
  • Start a new Virtuoso instance using the beta Docker image.
  • Execute the PoC SQL query through the Docker container to reproduce the issue.

Chat Assistant

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

EPSS Chart