CVE-2025-61028
Deferred Deferred - Pending Action

Denial of Service in Virtuoso Open-Source Database

Vulnerability report for CVE-2025-61028, 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-30

Assigner: MITRE

Description

An issue in the time_t_to_dt 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-30
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.
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

To mitigate the vulnerability in openlink virtuoso-opensource v7.2.11 related to the time_t_to_dt component causing a Denial of Service via crafted SQL statements, you should avoid running untrusted or crafted SQL queries that insert invalid or extreme values into DATE columns.

Additionally, consider isolating the Virtuoso instance in a controlled environment such as a Docker container to limit potential impact.

Monitor the official project repository or issue tracker for patches or updates addressing this issue and apply them as soon as they become available.

Executive Summary

This vulnerability exists in the time_t_to_dt component of openlink virtuoso-opensource version 7.2.11. It allows attackers to cause a Denial of Service (DoS) by crafting specific SQL statements that trigger a crash in the software.

The issue was identified when a fuzzer found that processing a particular SQL query involving a DATE column caused the application to crash. The crash occurs in the time_t_to_dt function when an invalid value is inserted into a DATE column, such as the value 72057594037927935 combined with a string '-675 seconds'.

Impact Analysis

This vulnerability can impact you by causing a Denial of Service (DoS) condition in the openlink virtuoso-opensource database server. An attacker can exploit this by sending specially crafted SQL statements that crash the server, potentially making the database unavailable to legitimate users.

Detection Guidance

This vulnerability can be detected by attempting to reproduce the crash condition using a specific SQL query that targets the time_t_to_dt function. A proof-of-concept (PoC) SQL script inserts an invalid value into a DATE column, which triggers the crash.

  • Set up a Virtuoso 7.2.11 instance, for example using a Docker container.
  • Run a test SQL query that inserts the value `72057594037927935` with a string `-675 seconds` into a DATE column.
  • Observe if the system crashes or exhibits a Denial of Service behavior.

Chat Assistant

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

EPSS Chart