CVE-2025-61027
Deferred Deferred - Pending Action
Denial of Service in Virtuoso Open-Source Database

Publication date: 2026-06-23

Last updated on: 2026-06-23

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-23
Generated
2026-06-23
AI Q&A
2026-06-23
EPSS Evaluated
N/A
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-UNKNOWN
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.

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