CVE-2025-61023: An issue in the st_compare component of openlink virtuoso-opensource v7.2.11 allows attackers to cause a De...
An issue in the st_compare component of openlink virtuoso-opensource v7.2.11 allows attackers to cause a Denial of Service (DoS) via crafted SQL statements.
Security readout for executives and security teams
Plain-English summary
CVE-2025-61023 is a reported denial-of-service flaw in OpenLink Virtuoso OpenSource 7.2.11. A remote unauthenticated attacker may be able to crash or disrupt the service using crafted SQL statements. The main business risk is availability loss, not data theft, based on the supplied CVSS and description.
Executive priority
Treat this as a high-priority availability risk if Virtuoso 7.2.11 supports business-critical services or is internet-reachable. If Virtuoso is not used, priority is low after inventory validation.
Technical view
The issue is reported in the st_compare component of openlink virtuoso-opensource v7.2.11 and is associated with crafted SQL statements. CVSS 3.1 is 7.5: network reachable, low complexity, no privileges, no user interaction, unchanged scope, high availability impact, and no stated confidentiality or integrity impact.
Likely exposure
Likely exposure is limited to organizations running OpenLink Virtuoso OpenSource 7.2.11 where attackers can submit SQL statements over the network. The supplied affected-product metadata is incomplete and lists no CPEs, so inventory confirmation is required.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation evidence. The vulnerability appears remotely reachable and low complexity by CVSS, but the provided sources do not include exploit maturity, public weaponization status, or confirmed in-the-wild activity.
Researcher notes
The record names st_compare and crafted SQL statements but provides limited affected-product metadata and no patch details in the supplied bundle. CWE-89 is listed, although the described impact is denial of service. Avoid assuming broader versions or products without vendor confirmation.
Mitigation direction
Check OpenLink and Red Hat advisories for confirmed fixed versions or vendor mitigations.
Identify and prioritize any Virtuoso OpenSource 7.2.11 deployments.
Restrict network access to Virtuoso services that accept SQL statements.
Limit SQL submission to trusted authenticated users where operationally possible.
Monitor service crashes or repeated malformed SQL errors.
Plan upgrade or compensating controls once vendor guidance is confirmed.
Validation and detection
Search asset inventory for Virtuoso OpenSource 7.2.11.
Confirm whether SQL submission is reachable from untrusted networks.
Review access controls around Virtuoso SQL interfaces.
Check logs for denial-of-service symptoms or abnormal crafted SQL attempts.
Track the GitHub issue and vendor advisories for remediation updates.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.