LiveActive security incident?Get immediate response
CVE Record

CVE-2019-10141: A vulnerability was found in openstack-ironic-inspector all versions excluding 5.0.2, 6.0.3, 7.2.4, 8.0.3 a...

A vulnerability was found in openstack-ironic-inspector all versions excluding 5.0.2, 6.0.3, 7.2.4, 8.0.3 and 8.2.1. A SQL-injection vulnerability was found in openstack-ironic-inspector's node_cache.find_node(). This function makes a SQL query using unfiltered data from a server reporting inspection results (by a POST to the /v1/continue endpoint). Because the API is unauthenticated, the flaw could be exploited by an attacker with access to the network on which ironic-inspector is listening. Because of how ironic-inspector uses the query results, it is unlikely that data could be obtained. However, the attacker could pass malicious data and create a denial of service.

HighCVSS 8.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2019-10141 affects OpenStack Ironic Inspector. A network-reachable inspection endpoint can accept untrusted data that is used in a SQL query. Sources indicate data theft is unlikely, but a malicious request could disrupt the service and affect bare-metal provisioning operations.

Executive priority

Treat as high priority for OpenStack bare-metal environments. It can interrupt provisioning infrastructure, and the vulnerable endpoint may be unauthenticated. Prioritize patching and segmentation, with urgency rising sharply if the service is reachable from broad internal networks.

Technical view

The flaw is a SQL injection in openstack-ironic-inspector node_cache.find_node(), reached through inspection result handling on /v1/continue. The source states the API is unauthenticated and exploitable by an attacker with access to the listener network. Fixed releases are listed for supported branches.

Likely exposure

Exposure is most likely in OpenStack environments using Ironic Inspector versions before 5.0.2, 6.0.3, 7.2.4, 8.0.3, or 8.2.1, especially where the inspector service is reachable beyond a tightly controlled provisioning network.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires network access to the service. The documented impact is mainly denial of service, with limited confidentiality concern due to how query results are used.

Researcher notes

The source says /v1/continue is unauthenticated, while the provided CVSS vector includes PR:L; validate local exposure rather than assuming authentication protects the endpoint. Avoid assuming data extraction capability, since the source says query-result handling makes data retrieval unlikely.

Mitigation direction

  • Upgrade Ironic Inspector to the fixed release for the deployed branch.
  • Apply Red Hat advisory RHSA-2019:2505 where Red Hat OpenStack packages are used.
  • Restrict Ironic Inspector listener access to trusted provisioning networks only.
  • Check current vendor guidance for any branch-specific packaging or backport details.

Validation and detection

  • Inventory installed openstack-ironic-inspector versions across all OpenStack control-plane nodes.
  • Confirm deployed versions meet or exceed the fixed releases listed in advisories.
  • Verify /v1/continue is not reachable from untrusted or user-facing networks.
  • Review service logs for malformed inspection callbacks, SQL errors, or unexplained service disruption.
Prepared
Confidence
high
Sources
9

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-10141 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.3 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
8Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
8.3CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H2.85.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.3High
CVSS 3.0 vector shape for CVE-2019-10141Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
RedHatopenstack-ironic-inspectorall 5.0.x up to, excluding 5.0.2, all 6.0.x up to, excluding 6.0.3, all 7.2.x up to, excluding 7.2.4, all 8.0.3 up to, excluding 8.0.3, 8.2.0Listed
Weakness

CWE details

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.