HIGH 7.5

CVE-2025-61018: Openlink Virtuoso Open Source DoS Vulnerability

Openlink Virtuoso Open Source version 7.2.11 contains a vulnerability in its SQL processing component (sqlo_place_dt_set) that allows remote attackers to disrupt database service by submitting specially crafted SQL statements. No authentication is required to exploit this weakness, making it accessible to unauthenticated network users. The attack causes a denial of service condition, rendering the database unavailable to legitimate users.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weaknesses (CWE)
CWE-89
Affected products
0 configuration(s)
Published / Modified
2026-06-23 / 2026-07-15

NVD description (verbatim)

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

5 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2025-61018 is a denial-of-service vulnerability stemming from improper handling of SQL input in Openlink Virtuoso Open Source v7.2.11's sqlo_place_dt_set component. The vulnerability is classified under CWE-89 (SQL Injection), indicating that the root cause involves insufficient input validation or sanitization of SQL statements. The attack requires only network access and no authentication or user interaction, allowing an unauthenticated threat actor to trigger resource exhaustion or a crash condition by sending malicious SQL queries to the affected database system.

Business impact

For organizations running Virtuoso Open Source, this vulnerability poses a significant availability risk. A successful attack can render the database unavailable, disrupting applications and services dependent on that data store. This is particularly concerning for production environments where unplanned downtime has direct business consequences—transaction processing halts, reporting systems go offline, and customer-facing services may become inaccessible. Unlike confidentiality or integrity breaches, DoS attacks against databases are highly visible and can trigger incident response escalations and potential SLA violations.

Affected systems

The vulnerability affects Openlink Virtuoso Open Source version 7.2.11. Organizations using this specific version or earlier versions in the 7.2.x line should investigate whether their deployments are exposed. Virtuoso is used both as a standalone triplestore and RDF database and as a component in other applications; administrators should verify the version in use across their infrastructure and determine which systems have direct network exposure.

Exploitability

This vulnerability has a high exploitability profile. The attack vector is network-based, access control is not required (no authentication), there is low complexity to craft a malicious SQL statement, and no user interaction is needed. The low barrier to exploitation is reflected in the CVSS 3.1 score of 7.5 (HIGH). Because the vulnerability is in SQL processing, any attacker with network connectivity to the Virtuoso instance can attempt exploitation. This is not an actively tracked vulnerability in the CISA KEV catalog as of the current assessment.

Remediation

Immediate action should include verifying the version of Openlink Virtuoso Open Source in use and assessing network exposure of affected instances. If running v7.2.11, prioritize upgrading to a patched version released by Openlink; consult the vendor advisory to confirm the minimum safe version. As an interim mitigation, restrict network access to the Virtuoso database port (typically 1111 for ODBC and 8890 for HTTP/WebDAV) using firewall rules, network segmentation, or VPN access controls. Database activity monitoring and rate limiting on incoming SQL connections can provide additional defense-in-depth.

Patch guidance

Contact Openlink Virtuoso or consult their security advisories to obtain the appropriate patched version for v7.2.11. Verify patch availability and compatibility with your deployment before applying updates. Test patches in a non-production environment first to ensure no application compatibility issues. Once a patch is released and validated, prioritize its deployment across all affected instances. For organizations unable to patch immediately, implement compensating controls such as network-level access restrictions and enhanced monitoring.

Detection guidance

Monitor database logs for unusual SQL statement patterns or errors originating from the sqlo_place_dt_set component. Watch for repeated connection attempts or malformed SQL queries from unexpected sources. Network-level detection should focus on identifying traffic patterns to the Virtuoso service ports that exhibit characteristics of DoS probing or exploitation attempts. Implement alerting on database availability and response time anomalies. Consider capturing and analyzing SQL query logs for suspicious syntax or encoding that might indicate exploitation activity.

Why prioritize this

This vulnerability merits prompt attention due to its HIGH CVSS score (7.5), lack of authentication requirements, and ease of exploitation. The availability impact is direct—a successful attack takes the database offline. Organizations running Openlink Virtuoso Open Source v7.2.11 should treat this as a medium-to-high priority depending on the criticality of dependent systems. The fact that it is not yet in active exploitation (per KEV status) provides a window to patch proactively before weaponized attacks emerge.

Risk score, explained

The CVSS 3.1 score of 7.5 reflects a HIGH severity vulnerability. The score is driven by the combination of network-accessible attack vector, no authentication requirement, low attack complexity, and high availability impact. While confidentiality and integrity are not affected, the disruption to availability is severe. The score accurately reflects the risk to production database infrastructure and the business continuity implications of an extended outage.

Frequently asked questions

Does this vulnerability require authentication to exploit?

No. This is a critical risk factor. The vulnerability can be exploited by unauthenticated network users, meaning any attacker with network connectivity to the Virtuoso instance can attempt to trigger a denial of service. This significantly lowers the barrier to exploitation compared to vulnerabilities requiring valid credentials.

Is there an active exploit or is this vulnerability being exploited in the wild?

As of the current assessment, this vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, indicating no confirmed widespread active exploitation has been reported. However, organizations should not rely on this as assurance—proactive patching is still essential.

What is the difference between Virtuoso Open Source and commercial Virtuoso editions?

Openlink offers both open-source and commercial versions of Virtuoso. This vulnerability affects the open-source v7.2.11 specifically. If your organization uses a commercial edition, consult your vendor to determine if you are affected and when patches will be available.

Can this vulnerability be exploited remotely without any special tools?

Yes. An attacker with network access can craft and send malicious SQL statements to the vulnerable instance, potentially using standard database client tools or direct network sockets. This makes the vulnerability relatively straightforward to exploit compared to vulnerabilities requiring sophisticated techniques or zero-day exploits.

This assessment is based on available vulnerability information as of the publication date. Patch availability, vendor advisory details, and exploitability status may change. Organizations should verify the version of Openlink Virtuoso in use and consult official vendor advisories before implementing remediation. This analysis does not constitute security advice for any specific environment; assess risk and apply mitigations appropriate to your infrastructure, threat model, and compliance obligations. SEC.co makes no warranty regarding the completeness or accuracy of external vendor patch information referenced herein. Source: NVD (public-domain), retrieved 2026-07-28. Analysis generated by SEC.co (claude-haiku-4-5).