Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    617 vulnerabilities by OpenStack

    CVE-2026-74250 (GCVE-0-2026-74250)

    Vulnerability from nvd – Published: 2026-08-14 22:53 – Updated: 2026-08-17 15:38
    VLAI
    Summary
    In OpenStack Ironic before 38.0.1, the autodetect deploy interface may fail to run cleaning immediately after enrollment with, or changing to, the autodetect deploy interface.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-17 15:21 UTC
    CWE
    • CWE-226 - Sensitive Information in Resource Not Removed Before Reuse
    References
    Impacted products
    Vendor Product Version
    OpenStack Ironic Affected: 32.0.0 , < 35.0.2 (semver)
    Affected: 36.0.0 , < 38.0.1 (semver)
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-74250",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-17T15:21:41.023605Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-17T15:38:11.060Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Ironic",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "35.0.2",
                  "status": "affected",
                  "version": "32.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "38.0.1",
                  "status": "affected",
                  "version": "36.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "35.0.2",
                      "versionStartIncluding": "32.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "38.0.1",
                      "versionStartIncluding": "36.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Ironic before 38.0.1, the autodetect deploy interface may fail to run cleaning immediately after enrollment with, or changing to, the autodetect deploy interface."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 6.3,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "NONE",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-226",
                  "description": "CWE-226 Sensitive Information in Resource Not Removed Before Reuse",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-14T22:53:18.274Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ossa/+bug/2163017"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-74250",
        "datePublished": "2026-08-14T22:53:18.274Z",
        "dateReserved": "2026-08-14T22:53:17.869Z",
        "dateUpdated": "2026-08-17T15:38:11.060Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-74248 (GCVE-0-2026-74248)

    Vulnerability from nvd – Published: 2026-08-14 20:20 – Updated: 2026-08-17 21:07
    VLAI
    Summary
    OpenStack Octavia through 18.0.0 mishandles quality of service (QoS) policy authorization. By associating another project's QoS policy with an amphora, an authenticated user may prevent deletion of that policy. All Octavia deployments are affected.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-17 19:48 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    Impacted products
    Vendor Product Version
    OpenStack Octavia Affected: 0 , < 16.0.2 (semver)
    Affected: 17.0.0 (semver)
    Affected: 18.0.0 (semver)
        cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-74248",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-17T19:48:20.996820Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-17T19:49:06.918Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://bugs.launchpad.net/octavia/+bug/2161500"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          },
          {
            "providerMetadata": {
              "dateUpdated": "2026-08-17T21:07:01.668Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/08/17/2"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Octavia",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "16.0.2",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "17.0.0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "18.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "16.0.2",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "17.0.0",
                      "versionStartIncluding": "17.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "18.0.0",
                      "versionStartIncluding": "18.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "OpenStack Octavia through 18.0.0 mishandles quality of service (QoS) policy authorization. By associating another project\u0027s QoS policy with an amphora, an authenticated user may prevent deletion of that policy. All Octavia deployments are affected."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 4.3,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "LOW",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-14T20:20:31.446Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/octavia/+bug/2161500"
            },
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/08/13/12"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-74248",
        "datePublished": "2026-08-14T20:20:31.446Z",
        "dateReserved": "2026-08-14T20:20:31.038Z",
        "dateUpdated": "2026-08-17T21:07:01.668Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71194 (GCVE-0-2026-71194)

    Vulnerability from nvd – Published: 2026-08-12 22:23 – Updated: 2026-08-13 13:32
    VLAI
    Summary
    In OpenStack Designate before 22.0.2, the mDNS handler performs pool-blind lookups when resolving record queries and NOTIFY requests. When two zones with the same name exist across different pools, the lookup fails with a deterministic error, causing the handler to return REFUSED for all DNS queries through that path. The _handle_notify path is exploitable via a single unauthenticated UDP packet. This is independently reachable through the cross-tenant zone overlap described in a different recent CVE, and also affects legitimate same-tenant cross-pool configurations. BIND9 views do not mitigate this issue as mDNS is a shared service upstream of any view configuration.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-13 13:31 UTC
    CWE
    • CWE-669 - Incorrect Resource Transfer Between Spheres
    References
    Impacted products
    Vendor Product Version
    OpenStack Designate Affected: 1.0.0 , < 20.0.2 (semver)
    Affected: 21.0.0 , < 21.0.1 (semver)
    Affected: 22.0.0 , < 22.0.2 (semver)
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71194",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-13T13:31:40.754720Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-13T13:32:41.548Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Designate",
              "repo": "https://opendev.org/openstack/designate",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "20.0.2",
                  "status": "affected",
                  "version": "1.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "21.0.1",
                  "status": "affected",
                  "version": "21.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "22.0.2",
                  "status": "affected",
                  "version": "22.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "20.0.2",
                      "versionStartIncluding": "1.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "21.0.1",
                      "versionStartIncluding": "21.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "22.0.2",
                      "versionStartIncluding": "22.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Designate before 22.0.2, the mDNS handler performs pool-blind lookups when resolving record queries and NOTIFY requests. When two zones with the same name exist across different pools, the lookup fails with a deterministic error, causing the handler to return REFUSED for all DNS queries through that path. The _handle_notify path is exploitable via a single unauthenticated UDP packet. This is independently reachable through the cross-tenant zone overlap described in a different recent CVE, and also affects legitimate same-tenant cross-pool configurations. BIND9 views do not mitigate this issue as mDNS is a shared service upstream of any view configuration."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 6.8,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-669",
                  "description": "CWE-669 Incorrect Resource Transfer Between Spheres",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-12T22:23:46.951Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2160533"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-034.html"
            },
            {
              "tags": [
                "issue-tracking",
                "vendor-advisory",
                "mailing-list"
              ],
              "url": "https://www.openwall.com/lists/oss-security/2026/08/11/6"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71194",
        "datePublished": "2026-08-12T22:23:46.951Z",
        "dateReserved": "2026-08-05T05:15:39.832Z",
        "dateUpdated": "2026-08-13T13:32:41.548Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71193 (GCVE-0-2026-71193)

    Vulnerability from nvd – Published: 2026-08-12 22:17 – Updated: 2026-08-13 13:35
    VLAI
    Summary
    In OpenStack Designate before 22.0.1, zone creation checks (_is_subzone, _is_superzone, and the duplicate-zone DB constraint) are scoped to the target pool only. An authenticated user can bypass these checks by scheduling a zone to a different pool via the AttributeFilter scheduler, creating an overlapping zone that conflicts with another tenant's zone. This enables cross-tenant DNS hijack (redirecting traffic to attacker-controlled IPs) and DNS denial of service (NODATA responses). Exploitation requires a multi-pool deployment with AttributeFilter enabled in scheduler_filters, which is a non-default but documented and supported configuration for self-service tiering.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-13 13:33 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    References
    Impacted products
    Vendor Product Version
    OpenStack Designate Affected: 1.0.0 , < 20.0.2 (semver)
    Affected: 21.0.0 , < 21.0.1 (semver)
    Affected: 22.0.0 , < 22.0.1 (semver)
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71193",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-13T13:33:33.269958Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-13T13:35:19.251Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Designate",
              "repo": "https://opendev.org/openstack/designate",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "20.0.2",
                  "status": "affected",
                  "version": "1.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "21.0.1",
                  "status": "affected",
                  "version": "21.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "22.0.1",
                  "status": "affected",
                  "version": "22.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "20.0.2",
                      "versionStartIncluding": "1.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "21.0.1",
                      "versionStartIncluding": "21.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "22.0.1",
                      "versionStartIncluding": "22.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Designate before 22.0.1, zone creation checks (_is_subzone, _is_superzone, and the duplicate-zone DB constraint) are scoped to the target pool only. An authenticated user can bypass these checks by scheduling a zone to a different pool via the AttributeFilter scheduler, creating an overlapping zone that conflicts with another tenant\u0027s zone. This enables cross-tenant DNS hijack (redirecting traffic to attacker-controlled IPs) and DNS denial of service (NODATA responses). Exploitation requires a multi-pool deployment with AttributeFilter enabled in scheduler_filters, which is a non-default but documented and supported configuration for self-service tiering."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.6,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "NONE",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-12T22:17:12.516Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2160533"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-034.html"
            },
            {
              "tags": [
                "vendor-advisory",
                "mailing-list"
              ],
              "url": "https://www.openwall.com/lists/oss-security/2026/08/11/6"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71193",
        "datePublished": "2026-08-12T22:17:12.516Z",
        "dateReserved": "2026-08-05T05:09:31.046Z",
        "dateUpdated": "2026-08-13T13:35:19.251Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71201 (GCVE-0-2026-71201)

    Vulnerability from nvd – Published: 2026-08-05 06:19 – Updated: 2026-08-05 17:32
    VLAI
    Summary
    In OpenStack Ironic through 38.0.0, a project reader that makes a crafted request to Ironic can return Portgroups assigned to Nodes owned or leased by another project.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-05 13:52 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    Impacted products
    Vendor Product Version
    OpenStack Ironic Affected: 1.0.0 , ≤ 29.0.6 (semver)
    Affected: 30.0.0 , ≤ 32.0.1 (semver)
    Affected: 33.0.0 , ≤ 35.0.1 (semver)
    Affected: 36.0.0 , ≤ 38.0.0 (semver)
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71201",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-05T13:52:15.304769Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-05T13:52:41.347Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://bugs.launchpad.net/ironic/+bug/2162715"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          },
          {
            "providerMetadata": {
              "dateUpdated": "2026-08-05T17:32:05.540Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/08/05/16"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Ironic",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThanOrEqual": "29.0.6",
                  "status": "affected",
                  "version": "1.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "32.0.1",
                  "status": "affected",
                  "version": "30.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "35.0.1",
                  "status": "affected",
                  "version": "33.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "38.0.0",
                  "status": "affected",
                  "version": "36.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "29.0.6",
                      "versionStartIncluding": "1.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "32.0.1",
                      "versionStartIncluding": "30.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "35.0.1",
                      "versionStartIncluding": "33.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "38.0.0",
                      "versionStartIncluding": "36.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Ironic through 38.0.0, a project reader that makes a crafted request to Ironic can return Portgroups assigned to Nodes owned or leased by another project."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "LOW",
                "integrityImpact": "NONE",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-05T06:19:33.524Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ironic/+bug/2162715"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71201",
        "datePublished": "2026-08-05T06:19:33.524Z",
        "dateReserved": "2026-08-05T06:19:33.124Z",
        "dateUpdated": "2026-08-05T17:32:05.540Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71192 (GCVE-0-2026-71192)

    Vulnerability from nvd – Published: 2026-08-05 05:05 – Updated: 2026-08-05 13:31
    VLAI
    Summary
    In OpenStack Swift through 2.38.0, the S3API middleware does not sanitize Swift-native control headers (X-Copy-From, X-Copy-From-Account) from S3 API requests when s3_acl=true. An attacker can inject these headers into a signed PUT request targeting their own bucket, causing Swift to perform a server-side copy from another tenant's private object. The source object authorization is bypassed because the S3API middleware has already authorized the request against the destination. The attacker can read any object whose project_id, container name, and object name are known, regardless of the source object's ACLs or ownership. This requires the non-default s3_acl=true configuration.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-05 13:31 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    References
    Impacted products
    Vendor Product Version
    OpenStack Swift Affected: 2.18.0 , < 2.35.4 (semver)
    Affected: 2.36.0 , < 2.36.3 (semver)
    Affected: 2.37.0 , < 2.37.3 (semver)
    Affected: 2.38.0 (semver)
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71192",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-05T13:31:24.534760Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-05T13:31:30.582Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Swift",
              "repo": "https://opendev.org/openstack/swift",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "2.35.4",
                  "status": "affected",
                  "version": "2.18.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.36.3",
                  "status": "affected",
                  "version": "2.36.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.37.3",
                  "status": "affected",
                  "version": "2.37.0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "2.38.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.35.4",
                      "versionStartIncluding": "2.18.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.36.3",
                      "versionStartIncluding": "2.36.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.37.3",
                      "versionStartIncluding": "2.37.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "2.38.0",
                      "versionStartIncluding": "2.38.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Swift through 2.38.0, the S3API middleware does not sanitize Swift-native control headers (X-Copy-From, X-Copy-From-Account) from S3 API requests when s3_acl=true. An\nattacker can inject these headers into a signed PUT request targeting their own bucket, causing Swift to perform a server-side copy from another tenant\u0027s private object. The source object authorization is bypassed because the S3API middleware has already authorized the request against the destination. The attacker can read any object whose project_id, container name, and object name are known, regardless of the source object\u0027s ACLs or ownership. This requires the non-default s3_acl=true configuration."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 6,
                "baseSeverity": "MEDIUM",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "NONE",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-05T05:05:33.267Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2158733"
            },
            {
              "tags": [
                "vendor-advisory",
                "mailing-list"
              ],
              "url": "https://openwall.com/lists/oss-security/2026/07/28/26"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-030.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71192",
        "datePublished": "2026-08-05T05:05:33.267Z",
        "dateReserved": "2026-08-05T05:05:32.904Z",
        "dateUpdated": "2026-08-05T13:31:30.582Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71191 (GCVE-0-2026-71191)

    Vulnerability from nvd – Published: 2026-08-05 05:01 – Updated: 2026-08-06 13:10
    VLAI
    Summary
    In OpenStack Swift through 2.38.0, S3API middleware does not enforce that semantic x-amz-* headers are covered by the SigV4 signature on presigned URL requests. An attacker who obtains a presigned PUT URL can inject an unsigned X-Amz-Copy-Source header, causing Swift to perform a server-side copy from an arbitrary source object using the signer's authorization context. The attacker can read any object the signer has access to, provided the target project_id, container name, and object name are known. This affects all deployments using the default s3_acl=false configuration.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-06 13:10 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    References
    Impacted products
    Vendor Product Version
    OpenStack Swift Affected: 2.18.0 , < 2.35.4 (semver)
    Affected: 2.36.0 , < 2.36.3 (semver)
    Affected: 2.37.0 , < 2.37.3 (semver)
    Affected: 2.38.0 (semver)
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71191",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-06T13:10:29.357812Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-06T13:10:38.459Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Swift",
              "repo": "https://opendev.org/openstack/swift",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "2.35.4",
                  "status": "affected",
                  "version": "2.18.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.36.3",
                  "status": "affected",
                  "version": "2.36.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.37.3",
                  "status": "affected",
                  "version": "2.37.0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "2.38.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.35.4",
                      "versionStartIncluding": "2.18.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.36.3",
                      "versionStartIncluding": "2.36.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.37.3",
                      "versionStartIncluding": "2.37.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "2.38.0",
                      "versionStartIncluding": "2.38.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Swift through 2.38.0, S3API middleware does not enforce that semantic x-amz-* headers are covered by the SigV4 signature on presigned URL requests. An attacker who obtains a presigned PUT URL can inject an unsigned X-Amz-Copy-Source header, causing Swift to perform a server-side copy from an arbitrary source object using the signer\u0027s authorization context. The attacker can read any object the signer has access to, provided the target project_id, container name, and object name are known. This affects all deployments using the default s3_acl=false configuration."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 6,
                "baseSeverity": "MEDIUM",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "NONE",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-05T05:01:20.971Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2158733"
            },
            {
              "tags": [
                "mailing-list",
                "vendor-advisory"
              ],
              "url": "https://openwall.com/lists/oss-security/2026/07/28/26"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-030.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71191",
        "datePublished": "2026-08-05T05:01:20.971Z",
        "dateReserved": "2026-08-05T05:01:20.566Z",
        "dateUpdated": "2026-08-06T13:10:38.459Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71190 (GCVE-0-2026-71190)

    Vulnerability from nvd – Published: 2026-08-05 04:54 – Updated: 2026-08-06 13:09
    VLAI
    Summary
    In OpenStack Swift through 2.38.0, the proxy server Accept header parser contains a regular expression vulnerable to catastrophic backtracking (ReDoS). The "qdtext" pattern (?:[^"]|\\.)* allows an unauthenticated remote attacker to send a crafted Accept header that causes exponential CPU consumption in the proxy worker. A payload of 32 backslash-character pairs exceeds 30 seconds of CPU time. No authentication is required. Repeated requests can exhaust all proxy worker threads, resulting in a complete denial of service.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-06 13:02 UTC
    CWE
    • CWE-1333 - Inefficient Regular Expression Complexity
    Impacted products
    Vendor Product Version
    OpenStack Swift Affected: 1.9.1 , < 2.35.4 (semver)
    Affected: 2.36.0 , < 2.36.3 (semver)
    Affected: 2.37.0 , < 2.37.3 (semver)
    Affected: 2.38.0 (semver)
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-08-05T18:32:08.027Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/08/05/19"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71190",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-06T13:02:38.990835Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-06T13:09:17.168Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Swift",
              "repo": "https://opendev.org/openstack/swift",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "2.35.4",
                  "status": "affected",
                  "version": "1.9.1",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.36.3",
                  "status": "affected",
                  "version": "2.36.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.37.3",
                  "status": "affected",
                  "version": "2.37.0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "2.38.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.35.4",
                      "versionStartIncluding": "1.9.1",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.36.3",
                      "versionStartIncluding": "2.36.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.37.3",
                      "versionStartIncluding": "2.37.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "2.38.0",
                      "versionStartIncluding": "2.38.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Swift through 2.38.0, the proxy server Accept header parser contains a regular expression vulnerable to catastrophic backtracking (ReDoS). The \"qdtext\" pattern (?:[^\"]|\\\\.)* allows an unauthenticated remote attacker to send a crafted Accept header that causes exponential CPU consumption in the proxy worker. A payload of 32 backslash-character pairs exceeds 30 seconds of CPU time. No authentication is required. Repeated requests can exhaust all proxy worker threads, resulting in a complete denial of service."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1333",
                  "description": "CWE-1333 Inefficient Regular Expression Complexity",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-05T04:54:03.020Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2158771"
            },
            {
              "tags": [
                "vendor-advisory",
                "mailing-list"
              ],
              "url": "https://openwall.com/lists/oss-security/2026/07/28/27"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-031.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71190",
        "datePublished": "2026-08-05T04:54:03.020Z",
        "dateReserved": "2026-08-05T04:54:02.394Z",
        "dateUpdated": "2026-08-06T13:09:17.168Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-55707 (GCVE-0-2026-55707)

    Vulnerability from nvd – Published: 2026-08-05 04:44 – Updated: 2026-08-12 19:23
    VLAI
    Summary
    In OpenStack Neutron before 28.0.2, the subnetpool onboarding API does not verify ownership of the target subnets. An authenticated user can onboard subnets from another project's shared network into their own subnetpool, mutating the victim's subnet state and altering L3 routing and address scope behavior for victim routers.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-06 13:00 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    Impacted products
    Vendor Product Version
    OpenStack Neutron Affected: 14.0.0 , < 26.0.6 (semver)
    Affected: 27.0.0 , < 27.0.4 (semver)
    Affected: 28.0.0 , < 28.0.2 (semver)
        cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-08-12T19:23:45.731Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/29/5"
              },
              {
                "url": "https://lists.debian.org/debian-lts-announce/2026/08/msg00024.html"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-55707",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-06T13:00:38.952377Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-06T13:00:54.698Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Neutron",
              "repo": "https://opendev.org/openstack/neutron",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "26.0.6",
                  "status": "affected",
                  "version": "14.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "27.0.4",
                  "status": "affected",
                  "version": "27.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "28.0.2",
                  "status": "affected",
                  "version": "28.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "26.0.6",
                      "versionStartIncluding": "14.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "27.0.4",
                      "versionStartIncluding": "27.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "28.0.2",
                      "versionStartIncluding": "28.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Neutron before 28.0.2, the subnetpool onboarding API does not verify ownership of the target subnets. An authenticated user can onboard subnets from another project\u0027s shared network into their own subnetpool, mutating the victim\u0027s subnet state and altering L3 routing and address scope behavior for victim routers."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 7.1,
                "baseSeverity": "HIGH",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "LOW",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "HIGH",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-05T04:44:16.572Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2152113"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-032.html"
            },
            {
              "tags": [
                "vendor-advisory",
                "mailing-list"
              ],
              "url": "https://www.openwall.com/lists/oss-security/2026/07/29/5"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-55707",
        "datePublished": "2026-08-05T04:44:16.572Z",
        "dateReserved": "2026-06-17T01:24:38.456Z",
        "dateUpdated": "2026-08-12T19:23:45.731Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-66139 (GCVE-0-2026-66139)

    Vulnerability from nvd – Published: 2026-07-24 04:14 – Updated: 2026-07-24 23:22
    VLAI
    Summary
    OpenStack Zaqar through 22.0.0 allows authentication bypass via an EXTRA-SPEC header when a UUID is known.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-07-24 12:27 UTC
    CWE
    • CWE-306 - Missing Authentication for Critical Function
    Impacted products
    Vendor Product Version
    OpenStack Zaqar Affected: 12.0.0 , < 20.1.1 (semver)
    Affected: 21.0.0
    Affected: 22.0.0
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-66139",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-24T12:27:21.486675Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-24T12:27:30.168Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          },
          {
            "providerMetadata": {
              "dateUpdated": "2026-07-24T23:22:06.300Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/24/27"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Zaqar",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "20.1.1",
                  "status": "affected",
                  "version": "12.0.0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "21.0.0"
                },
                {
                  "status": "affected",
                  "version": "22.0.0"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "OpenStack Zaqar through 22.0.0 allows authentication bypass via an EXTRA-SPEC header when a UUID is known."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "LOW",
                "baseScore": 4.8,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "LOW",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-306",
                  "description": "CWE-306 Missing Authentication for Critical Function",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-24T04:14:41.795Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/07/23/7"
            },
            {
              "url": "https://bugs.launchpad.net/ossa/+bug/2161254"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-66139",
        "datePublished": "2026-07-24T04:14:41.795Z",
        "dateReserved": "2026-07-24T04:14:41.411Z",
        "dateUpdated": "2026-07-24T23:22:06.300Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-66138 (GCVE-0-2026-66138)

    Vulnerability from nvd – Published: 2026-07-24 03:53 – Updated: 2026-07-24 23:22
    VLAI
    Summary
    In OpenStack Ironic Python Agent through 11.6.0, a project-scoped user with the manager role can achieve arbitrary code execution on a running Ironic-Python-Agent via a maliciously constructed configuration, because the value of ntp_server is passed to a shell.
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-07-24 12:26 UTC
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Impacted products
    Vendor Product Version
    OpenStack Ironic Python Agent Affected: 11.6.0 (semver)
    Affected: 11.3.0 , ≤ 11.5.1 (semver)
    Affected: 11.0.0 , ≤ 11.2.1 (semver)
    Affected: 6.0.0 , ≤ 10.2.3 (semver)
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-66138",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-24T12:26:51.060531Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-24T12:27:00.582Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          },
          {
            "providerMetadata": {
              "dateUpdated": "2026-07-24T23:22:05.285Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/24/26"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Ironic Python Agent",
              "vendor": "OpenStack",
              "versions": [
                {
                  "status": "affected",
                  "version": "11.6.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "11.5.1",
                  "status": "affected",
                  "version": "11.3.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "11.2.1",
                  "status": "affected",
                  "version": "11.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "10.2.3",
                  "status": "affected",
                  "version": "6.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "11.6.0",
                      "versionStartIncluding": "11.6.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "11.5.1",
                      "versionStartIncluding": "11.3.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "11.2.1",
                      "versionStartIncluding": "11.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "10.2.3",
                      "versionStartIncluding": "6.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Ironic Python Agent through 11.6.0, a\u00a0project-scoped user with the manager role can achieve arbitrary code execution on a running Ironic-Python-Agent via a maliciously constructed configuration, because the value of ntp_server is passed to a shell."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 7.2,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "HIGH",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78 Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-24T03:53:12.142Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ironic-python-agent/+bug/2160050"
            },
            {
              "url": "https://security.openstack.org/ossa/OSSA-2026-027.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-66138",
        "datePublished": "2026-07-24T03:53:12.142Z",
        "dateReserved": "2026-07-24T03:53:11.727Z",
        "dateUpdated": "2026-07-24T23:22:05.285Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-54422 (GCVE-0-2026-54422)

    Vulnerability from nvd – Published: 2026-07-24 03:42 – Updated: 2026-07-24 12:26
    VLAI
    Summary
    In OpenStack Ironic Python Agent through 11.5.0, a malicious bootc container, when deployed using ironic-python-agent, may be able to extract the credentials used to download it.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-07-24 12:26 UTC
    CWE
    • CWE-522 - Insufficiently Protected Credentials
    Impacted products
    Vendor Product Version
    OpenStack Ironic Python Agent Affected: 10.2.0 , < 10.2.3 (semver)
    Affected: 11.0.0 , < 11.2.1 (semver)
    Affected: 11.3.0 , < 11.5.1 (semver)
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-07-24T05:07:23.520Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/23/4"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-54422",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-24T12:26:18.308602Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-24T12:26:32.687Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Ironic Python Agent",
              "repo": "https://opendev.org/openstack/ironic-python-agent",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "10.2.3",
                  "status": "affected",
                  "version": "10.2.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "11.2.1",
                  "status": "affected",
                  "version": "11.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "11.5.1",
                  "status": "affected",
                  "version": "11.3.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "10.2.3",
                      "versionStartIncluding": "10.2.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "11.2.1",
                      "versionStartIncluding": "11.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "11.5.1",
                      "versionStartIncluding": "11.3.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack\u00a0Ironic Python Agent through 11.5.0, a malicious bootc container, when deployed using ironic-python-agent, may be able to extract the credentials\u00a0used to download it."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "LOCAL",
                "availabilityImpact": "NONE",
                "baseScore": 5.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-522",
                  "description": "CWE-522 Insufficiently Protected Credentials",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-24T03:42:26.433Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ironic-python-agent/+bug/2155826"
            },
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/07/23/4"
            },
            {
              "url": "https://security.openstack.org/ossa/OSSA-2026-028.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-54422",
        "datePublished": "2026-07-24T03:42:26.433Z",
        "dateReserved": "2026-06-14T03:57:25.577Z",
        "dateUpdated": "2026-07-24T12:26:32.687Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-54423 (GCVE-0-2026-54423)

    Vulnerability from nvd – Published: 2026-07-10 03:10 – Updated: 2026-07-10 15:25
    VLAI
    Summary
    In OpenStack Ironic before 37.0.1, an Ironic user with the ability to deploy nodes using the IPMI management interface can maliciously use the send_raw step to send arbitrary IPMI commands to a node, bypassing Ironic's access control.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-07-10 15:25 UTC
    CWE
    • CWE-424 - Improper Protection of Alternate Path
    Impacted products
    Vendor Product Version
    OpenStack Ironic Affected: 22.1.0 , < 29.0.6 (semver)
    Affected: 30.0.0 , < 32.0.2 (semver)
    Affected: 32.0.0 , < 35.0.2 (semver)
    Affected: 36.0.0 , < 37.0.1 (semver)
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-07-10T05:23:01.821Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/08/3"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-54423",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-10T15:25:51.179224Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-10T15:25:59.292Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "modules": [
                "ipmi"
              ],
              "product": "Ironic",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "29.0.6",
                  "status": "affected",
                  "version": "22.1.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "32.0.2",
                  "status": "affected",
                  "version": "30.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "35.0.2",
                  "status": "affected",
                  "version": "32.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "37.0.1",
                  "status": "affected",
                  "version": "36.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "29.0.6",
                      "versionStartIncluding": "22.1.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "32.0.2",
                      "versionStartIncluding": "30.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "35.0.2",
                      "versionStartIncluding": "32.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "37.0.1",
                      "versionStartIncluding": "36.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Ironic before 37.0.1, an Ironic user with the ability to deploy nodes using the IPMI management interface can maliciously use the send_raw step to send arbitrary IPMI commands to a node, bypassing Ironic\u0027s access control."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 8.2,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "LOW",
                "integrityImpact": "LOW",
                "privilegesRequired": "HIGH",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-424",
                  "description": "CWE-424 Improper Protection of Alternate Path",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-10T03:10:54.638Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ironic/+bug/2150458"
            },
            {
              "url": "https://security.openstack.org/ossa/OSSA-2026-025.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-54423",
        "datePublished": "2026-07-10T03:10:54.638Z",
        "dateReserved": "2026-06-14T04:04:35.484Z",
        "dateUpdated": "2026-07-10T15:25:59.292Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-44918 (GCVE-0-2026-44918)

    Vulnerability from nvd – Published: 2026-07-10 00:00 – Updated: 2026-07-10 14:31
    VLAI
    Summary
    OpenStack Ironic through before 37.0.1 allows creation or modification of nodes cross-project without authorization.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-07-10 14:31 UTC
    CWE
    Impacted products
    Vendor Product Version
    OpenStack Ironic Affected: 27.0.0 , < 29.0.6 (semver)
    Affected: 30.0.0 , < 32.0.2 (semver)
    Affected: 33.0.0 , < 35.0.2 (semver)
    Affected: 36.0.0 , < 37.0.1 (semver)
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-07-10T03:07:52.752Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/08/4"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-44918",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-10T14:31:03.401667Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-10T14:31:59.215Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Ironic",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "29.0.6",
                  "status": "affected",
                  "version": "27.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "32.0.2",
                  "status": "affected",
                  "version": "30.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "35.0.2",
                  "status": "affected",
                  "version": "33.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "37.0.1",
                  "status": "affected",
                  "version": "36.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "29.0.6",
                      "versionStartIncluding": "27.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "32.0.2",
                      "versionStartIncluding": "30.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "35.0.2",
                      "versionStartIncluding": "33.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "37.0.1",
                      "versionStartIncluding": "36.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "OpenStack Ironic through before 37.0.1 allows creation or modification of nodes cross-project without authorization."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 5.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "LOW",
                "privilegesRequired": "HIGH",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-862",
                  "description": "CWE-862 Missing Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-10T02:44:36.974Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ironic/+bug/2150450"
            },
            {
              "url": "https://security.openstack.org/ossa/OSSA-2026-026.html"
            },
            {
              "url": "https://lists.openstack.org/archives/list/openstack-announce@lists.openstack.org/thread/PAJKDWS23MKSSNX22JEVDA7RWN3BHJYC/"
            },
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/07/08/4"
            }
          ],
          "x_generator": {
            "engine": "enrichogram 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-44918",
        "datePublished": "2026-07-10T00:00:00.000Z",
        "dateReserved": "2026-05-08T00:00:00.000Z",
        "dateUpdated": "2026-07-10T14:31:59.215Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-50221 (GCVE-0-2026-50221)

    Vulnerability from nvd – Published: 2026-06-23 17:03 – Updated: 2026-06-23 17:38
    VLAI
    Summary
    In OpenStack Swift before 2.37.2, proxy-server does not strip internal update headers (X-Container-Host, X-Container-Device, X-Delete-At-Host, X-Delete-At-Device) from client requests before forwarding them to object-servers. An authenticated user with write access can inject these headers to redirect container update requests to an attacker-controlled server, enabling server-side request forgery. The SSRF requests expose internal cluster metadata including storage policy indexes, partition mappings, device names, and when at rest encryption is enabled, cipher text and initialization vectors for the container-level encryption key. The attacker can also cause "ghost listings" in arbitrary containers via the shard-range redirect mechanism.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-06-23 17:38 UTC
    CWE
    • CWE-918 - Server-Side Request Forgery (SSRF)
    Impacted products
    Vendor Product Version
    OpenStack Swift Affected: 2.0.0 , < 2.35.3 (semver)
    Affected: 2.36.0 , < 2.36.2 (semver)
    Affected: 2.37.0 , < 2.37.2 (semver)
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-06-23T17:35:50.922Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/06/23/5"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-50221",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-06-23T17:38:21.427291Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-06-23T17:38:26.623Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Swift",
              "repo": "https://opendev.org/openstack/swift",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "2.35.3",
                  "status": "affected",
                  "version": "2.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.36.2",
                  "status": "affected",
                  "version": "2.36.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.37.2",
                  "status": "affected",
                  "version": "2.37.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.35.3",
                      "versionStartIncluding": "2.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.36.2",
                      "versionStartIncluding": "2.36.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.37.2",
                      "versionStartIncluding": "2.37.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Swift before 2.37.2, proxy-server does not strip internal update headers (X-Container-Host, X-Container-Device, X-Delete-At-Host, X-Delete-At-Device) from client requests before forwarding them to object-servers. An authenticated user with write access can inject these headers to redirect container update requests to an attacker-controlled server, enabling server-side request forgery. The SSRF requests expose internal cluster metadata including storage policy indexes, partition mappings, device names, and when at rest encryption is enabled, cipher text and initialization vectors for the container-level encryption key. The attacker can also cause \"ghost listings\" in arbitrary containers via the shard-range redirect mechanism."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 5.3,
                "baseSeverity": "MEDIUM",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "LOW",
                "subIntegrityImpact": "LOW",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "LOW",
                "vulnConfidentialityImpact": "LOW",
                "vulnIntegrityImpact": "LOW",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-918",
                  "description": "CWE-918 Server-Side Request Forgery (SSRF)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-23T17:03:32.971Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2150261"
            },
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/06/23/5"
            },
            {
              "url": "https://security.openstack.org/ossa/OSSA-2026-024.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-50221",
        "datePublished": "2026-06-23T17:03:32.971Z",
        "dateReserved": "2026-06-04T04:51:16.073Z",
        "dateUpdated": "2026-06-23T17:38:26.623Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-74250 (GCVE-0-2026-74250)

    Vulnerability from cvelistv5 – Published: 2026-08-14 22:53 – Updated: 2026-08-17 15:38
    VLAI
    Summary
    In OpenStack Ironic before 38.0.1, the autodetect deploy interface may fail to run cleaning immediately after enrollment with, or changing to, the autodetect deploy interface.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-17 15:21 UTC
    CWE
    • CWE-226 - Sensitive Information in Resource Not Removed Before Reuse
    References
    Impacted products
    Vendor Product Version
    OpenStack Ironic Affected: 32.0.0 , < 35.0.2 (semver)
    Affected: 36.0.0 , < 38.0.1 (semver)
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-74250",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-17T15:21:41.023605Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-17T15:38:11.060Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Ironic",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "35.0.2",
                  "status": "affected",
                  "version": "32.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "38.0.1",
                  "status": "affected",
                  "version": "36.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "35.0.2",
                      "versionStartIncluding": "32.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "38.0.1",
                      "versionStartIncluding": "36.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Ironic before 38.0.1, the autodetect deploy interface may fail to run cleaning immediately after enrollment with, or changing to, the autodetect deploy interface."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 6.3,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "NONE",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-226",
                  "description": "CWE-226 Sensitive Information in Resource Not Removed Before Reuse",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-14T22:53:18.274Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ossa/+bug/2163017"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-74250",
        "datePublished": "2026-08-14T22:53:18.274Z",
        "dateReserved": "2026-08-14T22:53:17.869Z",
        "dateUpdated": "2026-08-17T15:38:11.060Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-74248 (GCVE-0-2026-74248)

    Vulnerability from cvelistv5 – Published: 2026-08-14 20:20 – Updated: 2026-08-17 21:07
    VLAI
    Summary
    OpenStack Octavia through 18.0.0 mishandles quality of service (QoS) policy authorization. By associating another project's QoS policy with an amphora, an authenticated user may prevent deletion of that policy. All Octavia deployments are affected.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-17 19:48 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    Impacted products
    Vendor Product Version
    OpenStack Octavia Affected: 0 , < 16.0.2 (semver)
    Affected: 17.0.0 (semver)
    Affected: 18.0.0 (semver)
        cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-74248",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-17T19:48:20.996820Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-17T19:49:06.918Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://bugs.launchpad.net/octavia/+bug/2161500"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          },
          {
            "providerMetadata": {
              "dateUpdated": "2026-08-17T21:07:01.668Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/08/17/2"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Octavia",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "16.0.2",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "17.0.0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "18.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "16.0.2",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "17.0.0",
                      "versionStartIncluding": "17.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:octavia:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "18.0.0",
                      "versionStartIncluding": "18.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "OpenStack Octavia through 18.0.0 mishandles quality of service (QoS) policy authorization. By associating another project\u0027s QoS policy with an amphora, an authenticated user may prevent deletion of that policy. All Octavia deployments are affected."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 4.3,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "LOW",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-14T20:20:31.446Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/octavia/+bug/2161500"
            },
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/08/13/12"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-74248",
        "datePublished": "2026-08-14T20:20:31.446Z",
        "dateReserved": "2026-08-14T20:20:31.038Z",
        "dateUpdated": "2026-08-17T21:07:01.668Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71194 (GCVE-0-2026-71194)

    Vulnerability from cvelistv5 – Published: 2026-08-12 22:23 – Updated: 2026-08-13 13:32
    VLAI
    Summary
    In OpenStack Designate before 22.0.2, the mDNS handler performs pool-blind lookups when resolving record queries and NOTIFY requests. When two zones with the same name exist across different pools, the lookup fails with a deterministic error, causing the handler to return REFUSED for all DNS queries through that path. The _handle_notify path is exploitable via a single unauthenticated UDP packet. This is independently reachable through the cross-tenant zone overlap described in a different recent CVE, and also affects legitimate same-tenant cross-pool configurations. BIND9 views do not mitigate this issue as mDNS is a shared service upstream of any view configuration.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-13 13:31 UTC
    CWE
    • CWE-669 - Incorrect Resource Transfer Between Spheres
    References
    Impacted products
    Vendor Product Version
    OpenStack Designate Affected: 1.0.0 , < 20.0.2 (semver)
    Affected: 21.0.0 , < 21.0.1 (semver)
    Affected: 22.0.0 , < 22.0.2 (semver)
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71194",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-13T13:31:40.754720Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-13T13:32:41.548Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Designate",
              "repo": "https://opendev.org/openstack/designate",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "20.0.2",
                  "status": "affected",
                  "version": "1.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "21.0.1",
                  "status": "affected",
                  "version": "21.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "22.0.2",
                  "status": "affected",
                  "version": "22.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "20.0.2",
                      "versionStartIncluding": "1.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "21.0.1",
                      "versionStartIncluding": "21.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "22.0.2",
                      "versionStartIncluding": "22.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Designate before 22.0.2, the mDNS handler performs pool-blind lookups when resolving record queries and NOTIFY requests. When two zones with the same name exist across different pools, the lookup fails with a deterministic error, causing the handler to return REFUSED for all DNS queries through that path. The _handle_notify path is exploitable via a single unauthenticated UDP packet. This is independently reachable through the cross-tenant zone overlap described in a different recent CVE, and also affects legitimate same-tenant cross-pool configurations. BIND9 views do not mitigate this issue as mDNS is a shared service upstream of any view configuration."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 6.8,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-669",
                  "description": "CWE-669 Incorrect Resource Transfer Between Spheres",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-12T22:23:46.951Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2160533"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-034.html"
            },
            {
              "tags": [
                "issue-tracking",
                "vendor-advisory",
                "mailing-list"
              ],
              "url": "https://www.openwall.com/lists/oss-security/2026/08/11/6"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71194",
        "datePublished": "2026-08-12T22:23:46.951Z",
        "dateReserved": "2026-08-05T05:15:39.832Z",
        "dateUpdated": "2026-08-13T13:32:41.548Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71193 (GCVE-0-2026-71193)

    Vulnerability from cvelistv5 – Published: 2026-08-12 22:17 – Updated: 2026-08-13 13:35
    VLAI
    Summary
    In OpenStack Designate before 22.0.1, zone creation checks (_is_subzone, _is_superzone, and the duplicate-zone DB constraint) are scoped to the target pool only. An authenticated user can bypass these checks by scheduling a zone to a different pool via the AttributeFilter scheduler, creating an overlapping zone that conflicts with another tenant's zone. This enables cross-tenant DNS hijack (redirecting traffic to attacker-controlled IPs) and DNS denial of service (NODATA responses). Exploitation requires a multi-pool deployment with AttributeFilter enabled in scheduler_filters, which is a non-default but documented and supported configuration for self-service tiering.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-13 13:33 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    References
    Impacted products
    Vendor Product Version
    OpenStack Designate Affected: 1.0.0 , < 20.0.2 (semver)
    Affected: 21.0.0 , < 21.0.1 (semver)
    Affected: 22.0.0 , < 22.0.1 (semver)
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71193",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-13T13:33:33.269958Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-13T13:35:19.251Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Designate",
              "repo": "https://opendev.org/openstack/designate",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "20.0.2",
                  "status": "affected",
                  "version": "1.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "21.0.1",
                  "status": "affected",
                  "version": "21.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "22.0.1",
                  "status": "affected",
                  "version": "22.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "20.0.2",
                      "versionStartIncluding": "1.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "21.0.1",
                      "versionStartIncluding": "21.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:designate:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "22.0.1",
                      "versionStartIncluding": "22.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Designate before 22.0.1, zone creation checks (_is_subzone, _is_superzone, and the duplicate-zone DB constraint) are scoped to the target pool only. An authenticated user can bypass these checks by scheduling a zone to a different pool via the AttributeFilter scheduler, creating an overlapping zone that conflicts with another tenant\u0027s zone. This enables cross-tenant DNS hijack (redirecting traffic to attacker-controlled IPs) and DNS denial of service (NODATA responses). Exploitation requires a multi-pool deployment with AttributeFilter enabled in scheduler_filters, which is a non-default but documented and supported configuration for self-service tiering."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.6,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "NONE",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-12T22:17:12.516Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2160533"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-034.html"
            },
            {
              "tags": [
                "vendor-advisory",
                "mailing-list"
              ],
              "url": "https://www.openwall.com/lists/oss-security/2026/08/11/6"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71193",
        "datePublished": "2026-08-12T22:17:12.516Z",
        "dateReserved": "2026-08-05T05:09:31.046Z",
        "dateUpdated": "2026-08-13T13:35:19.251Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71201 (GCVE-0-2026-71201)

    Vulnerability from cvelistv5 – Published: 2026-08-05 06:19 – Updated: 2026-08-05 17:32
    VLAI
    Summary
    In OpenStack Ironic through 38.0.0, a project reader that makes a crafted request to Ironic can return Portgroups assigned to Nodes owned or leased by another project.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-05 13:52 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    Impacted products
    Vendor Product Version
    OpenStack Ironic Affected: 1.0.0 , ≤ 29.0.6 (semver)
    Affected: 30.0.0 , ≤ 32.0.1 (semver)
    Affected: 33.0.0 , ≤ 35.0.1 (semver)
    Affected: 36.0.0 , ≤ 38.0.0 (semver)
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71201",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-05T13:52:15.304769Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-05T13:52:41.347Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://bugs.launchpad.net/ironic/+bug/2162715"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          },
          {
            "providerMetadata": {
              "dateUpdated": "2026-08-05T17:32:05.540Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/08/05/16"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Ironic",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThanOrEqual": "29.0.6",
                  "status": "affected",
                  "version": "1.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "32.0.1",
                  "status": "affected",
                  "version": "30.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "35.0.1",
                  "status": "affected",
                  "version": "33.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "38.0.0",
                  "status": "affected",
                  "version": "36.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "29.0.6",
                      "versionStartIncluding": "1.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "32.0.1",
                      "versionStartIncluding": "30.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "35.0.1",
                      "versionStartIncluding": "33.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "38.0.0",
                      "versionStartIncluding": "36.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Ironic through 38.0.0, a project reader that makes a crafted request to Ironic can return Portgroups assigned to Nodes owned or leased by another project."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "LOW",
                "integrityImpact": "NONE",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-05T06:19:33.524Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ironic/+bug/2162715"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71201",
        "datePublished": "2026-08-05T06:19:33.524Z",
        "dateReserved": "2026-08-05T06:19:33.124Z",
        "dateUpdated": "2026-08-05T17:32:05.540Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71192 (GCVE-0-2026-71192)

    Vulnerability from cvelistv5 – Published: 2026-08-05 05:05 – Updated: 2026-08-05 13:31
    VLAI
    Summary
    In OpenStack Swift through 2.38.0, the S3API middleware does not sanitize Swift-native control headers (X-Copy-From, X-Copy-From-Account) from S3 API requests when s3_acl=true. An attacker can inject these headers into a signed PUT request targeting their own bucket, causing Swift to perform a server-side copy from another tenant's private object. The source object authorization is bypassed because the S3API middleware has already authorized the request against the destination. The attacker can read any object whose project_id, container name, and object name are known, regardless of the source object's ACLs or ownership. This requires the non-default s3_acl=true configuration.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-05 13:31 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    References
    Impacted products
    Vendor Product Version
    OpenStack Swift Affected: 2.18.0 , < 2.35.4 (semver)
    Affected: 2.36.0 , < 2.36.3 (semver)
    Affected: 2.37.0 , < 2.37.3 (semver)
    Affected: 2.38.0 (semver)
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71192",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-05T13:31:24.534760Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-05T13:31:30.582Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Swift",
              "repo": "https://opendev.org/openstack/swift",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "2.35.4",
                  "status": "affected",
                  "version": "2.18.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.36.3",
                  "status": "affected",
                  "version": "2.36.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.37.3",
                  "status": "affected",
                  "version": "2.37.0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "2.38.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.35.4",
                      "versionStartIncluding": "2.18.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.36.3",
                      "versionStartIncluding": "2.36.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.37.3",
                      "versionStartIncluding": "2.37.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "2.38.0",
                      "versionStartIncluding": "2.38.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Swift through 2.38.0, the S3API middleware does not sanitize Swift-native control headers (X-Copy-From, X-Copy-From-Account) from S3 API requests when s3_acl=true. An\nattacker can inject these headers into a signed PUT request targeting their own bucket, causing Swift to perform a server-side copy from another tenant\u0027s private object. The source object authorization is bypassed because the S3API middleware has already authorized the request against the destination. The attacker can read any object whose project_id, container name, and object name are known, regardless of the source object\u0027s ACLs or ownership. This requires the non-default s3_acl=true configuration."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 6,
                "baseSeverity": "MEDIUM",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "NONE",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-05T05:05:33.267Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2158733"
            },
            {
              "tags": [
                "vendor-advisory",
                "mailing-list"
              ],
              "url": "https://openwall.com/lists/oss-security/2026/07/28/26"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-030.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71192",
        "datePublished": "2026-08-05T05:05:33.267Z",
        "dateReserved": "2026-08-05T05:05:32.904Z",
        "dateUpdated": "2026-08-05T13:31:30.582Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71191 (GCVE-0-2026-71191)

    Vulnerability from cvelistv5 – Published: 2026-08-05 05:01 – Updated: 2026-08-06 13:10
    VLAI
    Summary
    In OpenStack Swift through 2.38.0, S3API middleware does not enforce that semantic x-amz-* headers are covered by the SigV4 signature on presigned URL requests. An attacker who obtains a presigned PUT URL can inject an unsigned X-Amz-Copy-Source header, causing Swift to perform a server-side copy from an arbitrary source object using the signer's authorization context. The attacker can read any object the signer has access to, provided the target project_id, container name, and object name are known. This affects all deployments using the default s3_acl=false configuration.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-06 13:10 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    References
    Impacted products
    Vendor Product Version
    OpenStack Swift Affected: 2.18.0 , < 2.35.4 (semver)
    Affected: 2.36.0 , < 2.36.3 (semver)
    Affected: 2.37.0 , < 2.37.3 (semver)
    Affected: 2.38.0 (semver)
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71191",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-06T13:10:29.357812Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-06T13:10:38.459Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Swift",
              "repo": "https://opendev.org/openstack/swift",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "2.35.4",
                  "status": "affected",
                  "version": "2.18.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.36.3",
                  "status": "affected",
                  "version": "2.36.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.37.3",
                  "status": "affected",
                  "version": "2.37.0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "2.38.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.35.4",
                      "versionStartIncluding": "2.18.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.36.3",
                      "versionStartIncluding": "2.36.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.37.3",
                      "versionStartIncluding": "2.37.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "2.38.0",
                      "versionStartIncluding": "2.38.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Swift through 2.38.0, S3API middleware does not enforce that semantic x-amz-* headers are covered by the SigV4 signature on presigned URL requests. An attacker who obtains a presigned PUT URL can inject an unsigned X-Amz-Copy-Source header, causing Swift to perform a server-side copy from an arbitrary source object using the signer\u0027s authorization context. The attacker can read any object the signer has access to, provided the target project_id, container name, and object name are known. This affects all deployments using the default s3_acl=false configuration."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 6,
                "baseSeverity": "MEDIUM",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "NONE",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-05T05:01:20.971Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2158733"
            },
            {
              "tags": [
                "mailing-list",
                "vendor-advisory"
              ],
              "url": "https://openwall.com/lists/oss-security/2026/07/28/26"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-030.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71191",
        "datePublished": "2026-08-05T05:01:20.971Z",
        "dateReserved": "2026-08-05T05:01:20.566Z",
        "dateUpdated": "2026-08-06T13:10:38.459Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71190 (GCVE-0-2026-71190)

    Vulnerability from cvelistv5 – Published: 2026-08-05 04:54 – Updated: 2026-08-06 13:09
    VLAI
    Summary
    In OpenStack Swift through 2.38.0, the proxy server Accept header parser contains a regular expression vulnerable to catastrophic backtracking (ReDoS). The "qdtext" pattern (?:[^"]|\\.)* allows an unauthenticated remote attacker to send a crafted Accept header that causes exponential CPU consumption in the proxy worker. A payload of 32 backslash-character pairs exceeds 30 seconds of CPU time. No authentication is required. Repeated requests can exhaust all proxy worker threads, resulting in a complete denial of service.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-06 13:02 UTC
    CWE
    • CWE-1333 - Inefficient Regular Expression Complexity
    Impacted products
    Vendor Product Version
    OpenStack Swift Affected: 1.9.1 , < 2.35.4 (semver)
    Affected: 2.36.0 , < 2.36.3 (semver)
    Affected: 2.37.0 , < 2.37.3 (semver)
    Affected: 2.38.0 (semver)
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-08-05T18:32:08.027Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/08/05/19"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71190",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-06T13:02:38.990835Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-06T13:09:17.168Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Swift",
              "repo": "https://opendev.org/openstack/swift",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "2.35.4",
                  "status": "affected",
                  "version": "1.9.1",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.36.3",
                  "status": "affected",
                  "version": "2.36.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.37.3",
                  "status": "affected",
                  "version": "2.37.0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "2.38.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.35.4",
                      "versionStartIncluding": "1.9.1",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.36.3",
                      "versionStartIncluding": "2.36.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.37.3",
                      "versionStartIncluding": "2.37.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "2.38.0",
                      "versionStartIncluding": "2.38.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Swift through 2.38.0, the proxy server Accept header parser contains a regular expression vulnerable to catastrophic backtracking (ReDoS). The \"qdtext\" pattern (?:[^\"]|\\\\.)* allows an unauthenticated remote attacker to send a crafted Accept header that causes exponential CPU consumption in the proxy worker. A payload of 32 backslash-character pairs exceeds 30 seconds of CPU time. No authentication is required. Repeated requests can exhaust all proxy worker threads, resulting in a complete denial of service."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 8.7,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1333",
                  "description": "CWE-1333 Inefficient Regular Expression Complexity",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-05T04:54:03.020Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2158771"
            },
            {
              "tags": [
                "vendor-advisory",
                "mailing-list"
              ],
              "url": "https://openwall.com/lists/oss-security/2026/07/28/27"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-031.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-71190",
        "datePublished": "2026-08-05T04:54:03.020Z",
        "dateReserved": "2026-08-05T04:54:02.394Z",
        "dateUpdated": "2026-08-06T13:09:17.168Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-55707 (GCVE-0-2026-55707)

    Vulnerability from cvelistv5 – Published: 2026-08-05 04:44 – Updated: 2026-08-12 19:23
    VLAI
    Summary
    In OpenStack Neutron before 28.0.2, the subnetpool onboarding API does not verify ownership of the target subnets. An authenticated user can onboard subnets from another project's shared network into their own subnetpool, mutating the victim's subnet state and altering L3 routing and address scope behavior for victim routers.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-08-06 13:00 UTC
    CWE
    • CWE-863 - Incorrect Authorization
    Impacted products
    Vendor Product Version
    OpenStack Neutron Affected: 14.0.0 , < 26.0.6 (semver)
    Affected: 27.0.0 , < 27.0.4 (semver)
    Affected: 28.0.0 , < 28.0.2 (semver)
        cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-08-12T19:23:45.731Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/29/5"
              },
              {
                "url": "https://lists.debian.org/debian-lts-announce/2026/08/msg00024.html"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-55707",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-06T13:00:38.952377Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-06T13:00:54.698Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Neutron",
              "repo": "https://opendev.org/openstack/neutron",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "26.0.6",
                  "status": "affected",
                  "version": "14.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "27.0.4",
                  "status": "affected",
                  "version": "27.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "28.0.2",
                  "status": "affected",
                  "version": "28.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "26.0.6",
                      "versionStartIncluding": "14.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "27.0.4",
                      "versionStartIncluding": "27.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:neutron:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "28.0.2",
                      "versionStartIncluding": "28.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Neutron before 28.0.2, the subnetpool onboarding API does not verify ownership of the target subnets. An authenticated user can onboard subnets from another project\u0027s shared network into their own subnetpool, mutating the victim\u0027s subnet state and altering L3 routing and address scope behavior for victim routers."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 7.1,
                "baseSeverity": "HIGH",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "LOW",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "HIGH",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-863",
                  "description": "CWE-863 Incorrect Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-05T04:44:16.572Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2152113"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://security.openstack.org/ossa/OSSA-2026-032.html"
            },
            {
              "tags": [
                "vendor-advisory",
                "mailing-list"
              ],
              "url": "https://www.openwall.com/lists/oss-security/2026/07/29/5"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-55707",
        "datePublished": "2026-08-05T04:44:16.572Z",
        "dateReserved": "2026-06-17T01:24:38.456Z",
        "dateUpdated": "2026-08-12T19:23:45.731Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-66139 (GCVE-0-2026-66139)

    Vulnerability from cvelistv5 – Published: 2026-07-24 04:14 – Updated: 2026-07-24 23:22
    VLAI
    Summary
    OpenStack Zaqar through 22.0.0 allows authentication bypass via an EXTRA-SPEC header when a UUID is known.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-07-24 12:27 UTC
    CWE
    • CWE-306 - Missing Authentication for Critical Function
    Impacted products
    Vendor Product Version
    OpenStack Zaqar Affected: 12.0.0 , < 20.1.1 (semver)
    Affected: 21.0.0
    Affected: 22.0.0
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-66139",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-24T12:27:21.486675Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-24T12:27:30.168Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          },
          {
            "providerMetadata": {
              "dateUpdated": "2026-07-24T23:22:06.300Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/24/27"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Zaqar",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "20.1.1",
                  "status": "affected",
                  "version": "12.0.0",
                  "versionType": "semver"
                },
                {
                  "status": "affected",
                  "version": "21.0.0"
                },
                {
                  "status": "affected",
                  "version": "22.0.0"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "OpenStack Zaqar through 22.0.0 allows authentication bypass via an EXTRA-SPEC header when a UUID is known."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "LOW",
                "baseScore": 4.8,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "LOW",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-306",
                  "description": "CWE-306 Missing Authentication for Critical Function",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-24T04:14:41.795Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/07/23/7"
            },
            {
              "url": "https://bugs.launchpad.net/ossa/+bug/2161254"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-66139",
        "datePublished": "2026-07-24T04:14:41.795Z",
        "dateReserved": "2026-07-24T04:14:41.411Z",
        "dateUpdated": "2026-07-24T23:22:06.300Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-66138 (GCVE-0-2026-66138)

    Vulnerability from cvelistv5 – Published: 2026-07-24 03:53 – Updated: 2026-07-24 23:22
    VLAI
    Summary
    In OpenStack Ironic Python Agent through 11.6.0, a project-scoped user with the manager role can achieve arbitrary code execution on a running Ironic-Python-Agent via a maliciously constructed configuration, because the value of ntp_server is passed to a shell.
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-07-24 12:26 UTC
    CWE
    • CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Impacted products
    Vendor Product Version
    OpenStack Ironic Python Agent Affected: 11.6.0 (semver)
    Affected: 11.3.0 , ≤ 11.5.1 (semver)
    Affected: 11.0.0 , ≤ 11.2.1 (semver)
    Affected: 6.0.0 , ≤ 10.2.3 (semver)
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-66138",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-24T12:26:51.060531Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-24T12:27:00.582Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          },
          {
            "providerMetadata": {
              "dateUpdated": "2026-07-24T23:22:05.285Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/24/26"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Ironic Python Agent",
              "vendor": "OpenStack",
              "versions": [
                {
                  "status": "affected",
                  "version": "11.6.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "11.5.1",
                  "status": "affected",
                  "version": "11.3.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "11.2.1",
                  "status": "affected",
                  "version": "11.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "10.2.3",
                  "status": "affected",
                  "version": "6.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "11.6.0",
                      "versionStartIncluding": "11.6.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "11.5.1",
                      "versionStartIncluding": "11.3.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "11.2.1",
                      "versionStartIncluding": "11.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndIncluding": "10.2.3",
                      "versionStartIncluding": "6.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Ironic Python Agent through 11.6.0, a\u00a0project-scoped user with the manager role can achieve arbitrary code execution on a running Ironic-Python-Agent via a maliciously constructed configuration, because the value of ntp_server is passed to a shell."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 7.2,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "HIGH",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-78",
                  "description": "CWE-78 Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-24T03:53:12.142Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ironic-python-agent/+bug/2160050"
            },
            {
              "url": "https://security.openstack.org/ossa/OSSA-2026-027.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-66138",
        "datePublished": "2026-07-24T03:53:12.142Z",
        "dateReserved": "2026-07-24T03:53:11.727Z",
        "dateUpdated": "2026-07-24T23:22:05.285Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-54422 (GCVE-0-2026-54422)

    Vulnerability from cvelistv5 – Published: 2026-07-24 03:42 – Updated: 2026-07-24 12:26
    VLAI
    Summary
    In OpenStack Ironic Python Agent through 11.5.0, a malicious bootc container, when deployed using ironic-python-agent, may be able to extract the credentials used to download it.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-07-24 12:26 UTC
    CWE
    • CWE-522 - Insufficiently Protected Credentials
    Impacted products
    Vendor Product Version
    OpenStack Ironic Python Agent Affected: 10.2.0 , < 10.2.3 (semver)
    Affected: 11.0.0 , < 11.2.1 (semver)
    Affected: 11.3.0 , < 11.5.1 (semver)
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-07-24T05:07:23.520Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/23/4"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-54422",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-24T12:26:18.308602Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-24T12:26:32.687Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Ironic Python Agent",
              "repo": "https://opendev.org/openstack/ironic-python-agent",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "10.2.3",
                  "status": "affected",
                  "version": "10.2.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "11.2.1",
                  "status": "affected",
                  "version": "11.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "11.5.1",
                  "status": "affected",
                  "version": "11.3.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "10.2.3",
                      "versionStartIncluding": "10.2.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "11.2.1",
                      "versionStartIncluding": "11.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic_python_agent:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "11.5.1",
                      "versionStartIncluding": "11.3.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack\u00a0Ironic Python Agent through 11.5.0, a malicious bootc container, when deployed using ironic-python-agent, may be able to extract the credentials\u00a0used to download it."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "LOCAL",
                "availabilityImpact": "NONE",
                "baseScore": 5.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-522",
                  "description": "CWE-522 Insufficiently Protected Credentials",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-24T03:42:26.433Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ironic-python-agent/+bug/2155826"
            },
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/07/23/4"
            },
            {
              "url": "https://security.openstack.org/ossa/OSSA-2026-028.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-54422",
        "datePublished": "2026-07-24T03:42:26.433Z",
        "dateReserved": "2026-06-14T03:57:25.577Z",
        "dateUpdated": "2026-07-24T12:26:32.687Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-54423 (GCVE-0-2026-54423)

    Vulnerability from cvelistv5 – Published: 2026-07-10 03:10 – Updated: 2026-07-10 15:25
    VLAI
    Summary
    In OpenStack Ironic before 37.0.1, an Ironic user with the ability to deploy nodes using the IPMI management interface can maliciously use the send_raw step to send arbitrary IPMI commands to a node, bypassing Ironic's access control.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-07-10 15:25 UTC
    CWE
    • CWE-424 - Improper Protection of Alternate Path
    Impacted products
    Vendor Product Version
    OpenStack Ironic Affected: 22.1.0 , < 29.0.6 (semver)
    Affected: 30.0.0 , < 32.0.2 (semver)
    Affected: 32.0.0 , < 35.0.2 (semver)
    Affected: 36.0.0 , < 37.0.1 (semver)
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-07-10T05:23:01.821Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/08/3"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-54423",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-10T15:25:51.179224Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-10T15:25:59.292Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "modules": [
                "ipmi"
              ],
              "product": "Ironic",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "29.0.6",
                  "status": "affected",
                  "version": "22.1.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "32.0.2",
                  "status": "affected",
                  "version": "30.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "35.0.2",
                  "status": "affected",
                  "version": "32.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "37.0.1",
                  "status": "affected",
                  "version": "36.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "29.0.6",
                      "versionStartIncluding": "22.1.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "32.0.2",
                      "versionStartIncluding": "30.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "35.0.2",
                      "versionStartIncluding": "32.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "37.0.1",
                      "versionStartIncluding": "36.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Ironic before 37.0.1, an Ironic user with the ability to deploy nodes using the IPMI management interface can maliciously use the send_raw step to send arbitrary IPMI commands to a node, bypassing Ironic\u0027s access control."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 8.2,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "LOW",
                "integrityImpact": "LOW",
                "privilegesRequired": "HIGH",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:H",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-424",
                  "description": "CWE-424 Improper Protection of Alternate Path",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-10T03:10:54.638Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ironic/+bug/2150458"
            },
            {
              "url": "https://security.openstack.org/ossa/OSSA-2026-025.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-54423",
        "datePublished": "2026-07-10T03:10:54.638Z",
        "dateReserved": "2026-06-14T04:04:35.484Z",
        "dateUpdated": "2026-07-10T15:25:59.292Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-44918 (GCVE-0-2026-44918)

    Vulnerability from cvelistv5 – Published: 2026-07-10 00:00 – Updated: 2026-07-10 14:31
    VLAI
    Summary
    OpenStack Ironic through before 37.0.1 allows creation or modification of nodes cross-project without authorization.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-07-10 14:31 UTC
    CWE
    Impacted products
    Vendor Product Version
    OpenStack Ironic Affected: 27.0.0 , < 29.0.6 (semver)
    Affected: 30.0.0 , < 32.0.2 (semver)
    Affected: 33.0.0 , < 35.0.2 (semver)
    Affected: 36.0.0 , < 37.0.1 (semver)
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-07-10T03:07:52.752Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/08/4"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-44918",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-10T14:31:03.401667Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-10T14:31:59.215Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Ironic",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "29.0.6",
                  "status": "affected",
                  "version": "27.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "32.0.2",
                  "status": "affected",
                  "version": "30.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "35.0.2",
                  "status": "affected",
                  "version": "33.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "37.0.1",
                  "status": "affected",
                  "version": "36.0.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "29.0.6",
                      "versionStartIncluding": "27.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "32.0.2",
                      "versionStartIncluding": "30.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "35.0.2",
                      "versionStartIncluding": "33.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "37.0.1",
                      "versionStartIncluding": "36.0.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "OpenStack Ironic through before 37.0.1 allows creation or modification of nodes cross-project without authorization."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 5.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "LOW",
                "privilegesRequired": "HIGH",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N",
                "version": "3.1"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-862",
                  "description": "CWE-862 Missing Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-10T02:44:36.974Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "url": "https://bugs.launchpad.net/ironic/+bug/2150450"
            },
            {
              "url": "https://security.openstack.org/ossa/OSSA-2026-026.html"
            },
            {
              "url": "https://lists.openstack.org/archives/list/openstack-announce@lists.openstack.org/thread/PAJKDWS23MKSSNX22JEVDA7RWN3BHJYC/"
            },
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/07/08/4"
            }
          ],
          "x_generator": {
            "engine": "enrichogram 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-44918",
        "datePublished": "2026-07-10T00:00:00.000Z",
        "dateReserved": "2026-05-08T00:00:00.000Z",
        "dateUpdated": "2026-07-10T14:31:59.215Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-50221 (GCVE-0-2026-50221)

    Vulnerability from cvelistv5 – Published: 2026-06-23 17:03 – Updated: 2026-06-23 17:38
    VLAI
    Summary
    In OpenStack Swift before 2.37.2, proxy-server does not strip internal update headers (X-Container-Host, X-Container-Device, X-Delete-At-Host, X-Delete-At-Device) from client requests before forwarding them to object-servers. An authenticated user with write access can inject these headers to redirect container update requests to an attacker-controlled server, enabling server-side request forgery. The SSRF requests expose internal cluster metadata including storage policy indexes, partition mappings, device names, and when at rest encryption is enabled, cipher text and initialization vectors for the container-level encryption key. The attacker can also cause "ghost listings" in arbitrary containers via the shard-range redirect mechanism.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-06-23 17:38 UTC
    CWE
    • CWE-918 - Server-Side Request Forgery (SSRF)
    Impacted products
    Vendor Product Version
    OpenStack Swift Affected: 2.0.0 , < 2.35.3 (semver)
    Affected: 2.36.0 , < 2.36.2 (semver)
    Affected: 2.37.0 , < 2.37.2 (semver)
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
        cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2026-06-23T17:35:50.922Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "url": "http://www.openwall.com/lists/oss-security/2026/06/23/5"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-50221",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-06-23T17:38:21.427291Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-06-23T17:38:26.623Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Swift",
              "repo": "https://opendev.org/openstack/swift",
              "vendor": "OpenStack",
              "versions": [
                {
                  "lessThan": "2.35.3",
                  "status": "affected",
                  "version": "2.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.36.2",
                  "status": "affected",
                  "version": "2.36.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "2.37.2",
                  "status": "affected",
                  "version": "2.37.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.35.3",
                      "versionStartIncluding": "2.0.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.36.2",
                      "versionStartIncluding": "2.36.0",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:a:openstack:swift:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "2.37.2",
                      "versionStartIncluding": "2.37.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In OpenStack Swift before 2.37.2, proxy-server does not strip internal update headers (X-Container-Host, X-Container-Device, X-Delete-At-Host, X-Delete-At-Device) from client requests before forwarding them to object-servers. An authenticated user with write access can inject these headers to redirect container update requests to an attacker-controlled server, enabling server-side request forgery. The SSRF requests expose internal cluster metadata including storage policy indexes, partition mappings, device names, and when at rest encryption is enabled, cipher text and initialization vectors for the container-level encryption key. The attacker can also cause \"ghost listings\" in arbitrary containers via the shard-range redirect mechanism."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 5.3,
                "baseSeverity": "MEDIUM",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "LOW",
                "subIntegrityImpact": "LOW",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "LOW",
                "vulnConfidentialityImpact": "LOW",
                "vulnIntegrityImpact": "LOW",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-918",
                  "description": "CWE-918 Server-Side Request Forgery (SSRF)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-23T17:03:32.971Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "issue-tracking"
              ],
              "url": "https://launchpad.net/bugs/2150261"
            },
            {
              "url": "https://www.openwall.com/lists/oss-security/2026/06/23/5"
            },
            {
              "url": "https://security.openstack.org/ossa/OSSA-2026-024.html"
            }
          ],
          "x_generator": {
            "engine": "CVE-Request-form 0.0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2026-50221",
        "datePublished": "2026-06-23T17:03:32.971Z",
        "dateReserved": "2026-06-04T04:51:16.073Z",
        "dateUpdated": "2026-06-23T17:38:26.623Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }