CVE Details

CVE-2026-48710 Kludex Starlette HTTP Request/Response Smuggling Vulnerability
Published: 2026-09-02 CVSS: 6.5 MEDIUM Product: Kludex Starlette Due Date: 2026-09-16

Kludex Starlette contains a HTTP request/response smuggling vulnerability that could allow attackers to inject paths into the host part, prepending the actual path leading to issues such as authentication bypass when the authentication depends on the reconstructed URL’s path. This vulnerability could be chaned with CVE-2026-42271.

GitHub PoC

Warning: GitHub PoC repositories are unverified. Some may be fake or contain malware. Use caution and review code before running anything.

No GitHub PoC data.

FIRST EPSS

EPSS estimates the probability of exploitation in the next 30 days. Higher values indicate higher likelihood of real-world exploitation.

Timeline

CVE Stalker KEV MITRE GitHub FIRST (EPSS)

MITRE

CVSS

  • Score: 6.5
  • Severity: MEDIUM
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

SSVC

  • Exploitation: active
  • Automatable: no
  • Technical Impact: partial

References

Show Raw Data
Key Remaining Key Value
dataType CVE_RECORD
dataVersion 5.2
cveMetadata > cveId CVE-2026-48710
cveMetadata > assignerOrgId a0819718-46f1-4df5-94e2-005712e83aaa
cveMetadata > state PUBLISHED
cveMetadata > assignerShortName GitHub_M
cveMetadata > dateReserved 2026-05-22T18:47:27.755Z
cveMetadata > datePublished 2026-05-26T21:54:54.393Z
cveMetadata > dateUpdated 2026-09-02T17:48:53.234Z
containers > cna > title Starlette has missing Host header validation that poisons request.url.path, bypassing path-based security checks
containers > cna > problemTypes > 0 > descriptions > 0 > cweId CWE-444
containers > cna > problemTypes > 0 > descriptions > 0 > lang en
containers > cna > problemTypes > 0 > descriptions > 0 > description CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
containers > cna > problemTypes > 0 > descriptions > 0 > type CWE
containers > cna > metrics > 0 > cvssV3_1 > attackComplexity LOW
containers > cna > metrics > 0 > cvssV3_1 > attackVector NETWORK
containers > cna > metrics > 0 > cvssV3_1 > availabilityImpact NONE
containers > cna > metrics > 0 > cvssV3_1 > baseScore 6.5
containers > cna > metrics > 0 > cvssV3_1 > baseSeverity MEDIUM
containers > cna > metrics > 0 > cvssV3_1 > confidentialityImpact LOW
containers > cna > metrics > 0 > cvssV3_1 > integrityImpact LOW
containers > cna > metrics > 0 > cvssV3_1 > privilegesRequired NONE
containers > cna > metrics > 0 > cvssV3_1 > scope UNCHANGED
containers > cna > metrics > 0 > cvssV3_1 > userInteraction NONE
containers > cna > metrics > 0 > cvssV3_1 > vectorString CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
containers > cna > metrics > 0 > cvssV3_1 > version 3.1
containers > cna > references > 0 > name https://github.com/Kludex/starlette/security/advisories/GHSA-86qp-5c8j-p5mr
containers > cna > references > 0 > tags > 0 x_refsource_CONFIRM
containers > cna > references > 0 > url https://github.com/Kludex/starlette/security/advisories/GHSA-86qp-5c8j-p5mr
containers > cna > references > 1 > name https://github.com/Kludex/starlette/commit/764dab0dcfb9033d75442d7a359645c9f94648c6
containers > cna > references > 1 > tags > 0 x_refsource_MISC
containers > cna > references > 1 > url https://github.com/Kludex/starlette/commit/764dab0dcfb9033d75442d7a359645c9f94648c6
containers > cna > references > 2 > name https://badhost.org
containers > cna > references > 2 > tags > 0 x_refsource_MISC
containers > cna > references > 2 > url https://badhost.org
containers > cna > references > 3 > name https://github.com/pypa/advisory-database/tree/main/vulns/starlette/PYSEC-2026-161.yaml
containers > cna > references > 3 > tags > 0 x_refsource_MISC
containers > cna > references > 3 > url https://github.com/pypa/advisory-database/tree/main/vulns/starlette/PYSEC-2026-161.yaml
containers > cna > references > 4 > name https://ostif.org/disclosing-the-badhost-vulnerability-in-starlette
containers > cna > references > 4 > tags > 0 x_refsource_MISC
containers > cna > references > 4 > url https://ostif.org/disclosing-the-badhost-vulnerability-in-starlette
containers > cna > references > 5 > name https://www.secwest.net/starlette
containers > cna > references > 5 > tags > 0 x_refsource_MISC
containers > cna > references > 5 > url https://www.secwest.net/starlette
containers > cna > references > 6 > name https://www.x41-dsec.de/lab/advisories/x41-2026-002-starlette
containers > cna > references > 6 > tags > 0 x_refsource_MISC
containers > cna > references > 6 > url https://www.x41-dsec.de/lab/advisories/x41-2026-002-starlette
containers > cna > affected > 0 > vendor Kludex
containers > cna > affected > 0 > product starlette
containers > cna > affected > 0 > versions > 0 > version < 1.0.1
containers > cna > affected > 0 > versions > 0 > status affected
containers > cna > providerMetadata > orgId a0819718-46f1-4df5-94e2-005712e83aaa
containers > cna > providerMetadata > shortName GitHub_M
containers > cna > providerMetadata > dateUpdated 2026-05-26T21:54:54.393Z
containers > cna > descriptions > 0 > lang en
containers > cna > descriptions > 0 > value Starlette is a lightweight ASGI framework/toolkit. Prior to version 1.0.1, the HTTP `Host` request header was not validated before being used to reconstruct `request.url`. Because the routing algorithm relies on the raw HTTP path while `request.url` is rebuilt from the `Host` header, a malformed header could make `request.url.path` differ from the path that was actually requested. Middleware and endpoints that apply security restrictions based on `request.url` (rather than the raw `scope` path) could therefore be bypassed. Users should upgrade to a version greater than or equal to version 1.0.1, which validates the `Host` header against the grammar of RFC 9112 §3.2 / RFC 3986 §3.2.2 when constructing `request.url` and falls back to `scope["server"]` for malformed values.
containers > cna > source > advisory GHSA-86qp-5c8j-p5mr
containers > cna > source > discovery UNKNOWN
containers > adp > 0 > metrics > 0 > other > type ssvc
containers > adp > 0 > metrics > 0 > other > content > id CVE-2026-48710
containers > adp > 0 > metrics > 0 > other > content > role CISA Coordinator
containers > adp > 0 > metrics > 0 > other > content > options > 0 > Exploitation active
containers > adp > 0 > metrics > 0 > other > content > options > 1 > Automatable no
containers > adp > 0 > metrics > 0 > other > content > options > 2 > Technical Impact partial
containers > adp > 0 > metrics > 0 > other > content > version 2.0.3
containers > adp > 0 > metrics > 0 > other > content > timestamp 2026-09-02T17:44:11.450445Z
containers > adp > 0 > references > 0 > url https:/www.microsoft.com/en-us/security/blog/2026/08/26/when-ai-infrastructure-becomes-target-securing-gateways-control-points
containers > adp > 0 > references > 0 > tags > 0 third-party-advisory
containers > adp > 0 > references > 1 > url https://www.wiz.io/blog/ai-infrastructure-honeypot
containers > adp > 0 > references > 1 > tags > 0 third-party-advisory
containers > adp > 0 > references > 2 > url https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-48710
containers > adp > 0 > references > 2 > tags > 0 government-resource
containers > adp > 0 > title CISA ADP Vulnrichment
containers > adp > 0 > providerMetadata > orgId 134c704f-9b21-4f2e-91b3-4a467353bcc0
containers > adp > 0 > providerMetadata > shortName CISA-ADP
containers > adp > 0 > providerMetadata > dateUpdated 2026-09-02T17:48:53.234Z
containers > adp > 1 > affected > 0 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 0 > cpes > 0 cpe:/a:redhat:ai_inference_server:3.3::el9
containers > adp > 1 > affected > 0 > defaultStatus affected
containers > adp > 1 > affected > 0 > packageName rhaiis/vllm-rocm-rhel9
containers > adp > 1 > affected > 0 > product Red Hat AI Inference Server 3.3
containers > adp > 1 > affected > 0 > vendor Red Hat
containers > adp > 1 > affected > 0 > versions > 0 > lessThan *
containers > adp > 1 > affected > 0 > versions > 0 > status unaffected
containers > adp > 1 > affected > 0 > versions > 0 > version 1782353093
containers > adp > 1 > affected > 0 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 1 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 1 > cpes > 0 cpe:/a:redhat:ai_inference_server:3.3::el9
containers > adp > 1 > affected > 1 > defaultStatus affected
containers > adp > 1 > affected > 1 > packageName rhaiis/vllm-cuda-rhel9
containers > adp > 1 > affected > 1 > product Red Hat AI Inference Server 3.3
containers > adp > 1 > affected > 1 > vendor Red Hat
containers > adp > 1 > affected > 1 > versions > 0 > lessThan *
containers > adp > 1 > affected > 1 > versions > 0 > status unaffected
containers > adp > 1 > affected > 1 > versions > 0 > version 1782352847
containers > adp > 1 > affected > 1 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 2 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 2 > cpes > 0 cpe:/a:redhat:ansible_automation_platform:2.6::el9
containers > adp > 1 > affected > 2 > defaultStatus affected
containers > adp > 1 > affected > 2 > packageName ansible-automation-platform-26/lightspeed-chatbot-rhel9
containers > adp > 1 > affected > 2 > product Red Hat Ansible Automation Platform 2.6
containers > adp > 1 > affected > 2 > vendor Red Hat
containers > adp > 1 > affected > 2 > versions > 0 > lessThan *
containers > adp > 1 > affected > 2 > versions > 0 > status unaffected
containers > adp > 1 > affected > 2 > versions > 0 > version 1780102732
containers > adp > 1 > affected > 2 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 3 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 3 > cpes > 0 cpe:/a:redhat:ansible_automation_platform:2.7::el9
containers > adp > 1 > affected > 3 > defaultStatus affected
containers > adp > 1 > affected > 3 > packageName ansible-automation-platform-27/lightspeed-chatbot-rhel9
containers > adp > 1 > affected > 3 > product Red Hat Ansible Automation Platform 2.7
containers > adp > 1 > affected > 3 > vendor Red Hat
containers > adp > 1 > affected > 3 > versions > 0 > lessThan *
containers > adp > 1 > affected > 3 > versions > 0 > status unaffected
containers > adp > 1 > affected > 3 > versions > 0 > version 1780099185
containers > adp > 1 > affected > 3 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 4 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 4 > cpes > 0 cpe:/a:redhat:migration_toolkit_applications:8.2::el9
containers > adp > 1 > affected > 4 > defaultStatus affected
containers > adp > 1 > affected > 4 > packageName mta/mta-solution-server-rhel9
containers > adp > 1 > affected > 4 > product Red Hat Migration Toolkit for Applications 8.2
containers > adp > 1 > affected > 4 > vendor Red Hat
containers > adp > 1 > affected > 4 > versions > 0 > lessThan *
containers > adp > 1 > affected > 4 > versions > 0 > status unaffected
containers > adp > 1 > affected > 4 > versions > 0 > version 1784109883
containers > adp > 1 > affected > 4 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 5 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 5 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 5 > defaultStatus affected
containers > adp > 1 > affected > 5 > packageName rhoai/odh-feature-server-rhel9
containers > adp > 1 > affected > 5 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 5 > vendor Red Hat
containers > adp > 1 > affected > 5 > versions > 0 > lessThan *
containers > adp > 1 > affected > 5 > versions > 0 > status unaffected
containers > adp > 1 > affected > 5 > versions > 0 > version 1782997656
containers > adp > 1 > affected > 5 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 6 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 6 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 6 > defaultStatus affected
containers > adp > 1 > affected > 6 > packageName rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9
containers > adp > 1 > affected > 6 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 6 > vendor Red Hat
containers > adp > 1 > affected > 6 > versions > 0 > lessThan *
containers > adp > 1 > affected > 6 > versions > 0 > status unaffected
containers > adp > 1 > affected > 6 > versions > 0 > version 1782471672
containers > adp > 1 > affected > 6 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 7 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 7 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 7 > defaultStatus affected
containers > adp > 1 > affected > 7 > packageName rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9
containers > adp > 1 > affected > 7 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 7 > vendor Red Hat
containers > adp > 1 > affected > 7 > versions > 0 > lessThan *
containers > adp > 1 > affected > 7 > versions > 0 > status unaffected
containers > adp > 1 > affected > 7 > versions > 0 > version 1782471731
containers > adp > 1 > affected > 7 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 8 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 8 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 8 > defaultStatus affected
containers > adp > 1 > affected > 8 > packageName rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9
containers > adp > 1 > affected > 8 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 8 > vendor Red Hat
containers > adp > 1 > affected > 8 > versions > 0 > lessThan *
containers > adp > 1 > affected > 8 > versions > 0 > status unaffected
containers > adp > 1 > affected > 8 > versions > 0 > version 1782471732
containers > adp > 1 > affected > 8 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 9 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 9 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 9 > defaultStatus affected
containers > adp > 1 > affected > 9 > packageName rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9
containers > adp > 1 > affected > 9 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 9 > vendor Red Hat
containers > adp > 1 > affected > 9 > versions > 0 > lessThan *
containers > adp > 1 > affected > 9 > versions > 0 > status unaffected
containers > adp > 1 > affected > 9 > versions > 0 > version 1782471849
containers > adp > 1 > affected > 9 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 10 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 10 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 10 > defaultStatus affected
containers > adp > 1 > affected > 10 > packageName rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9
containers > adp > 1 > affected > 10 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 10 > vendor Red Hat
containers > adp > 1 > affected > 10 > versions > 0 > lessThan *
containers > adp > 1 > affected > 10 > versions > 0 > status unaffected
containers > adp > 1 > affected > 10 > versions > 0 > version 1782471734
containers > adp > 1 > affected > 10 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 11 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 11 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 11 > defaultStatus affected
containers > adp > 1 > affected > 11 > packageName rhoai/odh-training-cuda128-torch29-py312-rhel9
containers > adp > 1 > affected > 11 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 11 > vendor Red Hat
containers > adp > 1 > affected > 11 > versions > 0 > lessThan *
containers > adp > 1 > affected > 11 > versions > 0 > status unaffected
containers > adp > 1 > affected > 11 > versions > 0 > version 1782991170
containers > adp > 1 > affected > 11 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 12 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 12 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 12 > defaultStatus affected
containers > adp > 1 > affected > 12 > packageName rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9
containers > adp > 1 > affected > 12 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 12 > vendor Red Hat
containers > adp > 1 > affected > 12 > versions > 0 > lessThan *
containers > adp > 1 > affected > 12 > versions > 0 > status unaffected
containers > adp > 1 > affected > 12 > versions > 0 > version 1782472374
containers > adp > 1 > affected > 12 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 13 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 13 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 13 > defaultStatus affected
containers > adp > 1 > affected > 13 > packageName rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9
containers > adp > 1 > affected > 13 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 13 > vendor Red Hat
containers > adp > 1 > affected > 13 > versions > 0 > lessThan *
containers > adp > 1 > affected > 13 > versions > 0 > status unaffected
containers > adp > 1 > affected > 13 > versions > 0 > version 1782471796
containers > adp > 1 > affected > 13 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 14 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 14 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 14 > defaultStatus affected
containers > adp > 1 > affected > 14 > packageName rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9
containers > adp > 1 > affected > 14 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 14 > vendor Red Hat
containers > adp > 1 > affected > 14 > versions > 0 > lessThan *
containers > adp > 1 > affected > 14 > versions > 0 > status unaffected
containers > adp > 1 > affected > 14 > versions > 0 > version 1782471661
containers > adp > 1 > affected > 14 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 15 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 15 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 15 > defaultStatus affected
containers > adp > 1 > affected > 15 > packageName rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9
containers > adp > 1 > affected > 15 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 15 > vendor Red Hat
containers > adp > 1 > affected > 15 > versions > 0 > lessThan *
containers > adp > 1 > affected > 15 > versions > 0 > status unaffected
containers > adp > 1 > affected > 15 > versions > 0 > version 1782471753
containers > adp > 1 > affected > 15 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 16 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 16 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 16 > defaultStatus affected
containers > adp > 1 > affected > 16 > packageName rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9
containers > adp > 1 > affected > 16 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 16 > vendor Red Hat
containers > adp > 1 > affected > 16 > versions > 0 > lessThan *
containers > adp > 1 > affected > 16 > versions > 0 > status unaffected
containers > adp > 1 > affected > 16 > versions > 0 > version 1782471740
containers > adp > 1 > affected > 16 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 17 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 17 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 17 > defaultStatus affected
containers > adp > 1 > affected > 17 > packageName rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9
containers > adp > 1 > affected > 17 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 17 > vendor Red Hat
containers > adp > 1 > affected > 17 > versions > 0 > lessThan *
containers > adp > 1 > affected > 17 > versions > 0 > status unaffected
containers > adp > 1 > affected > 17 > versions > 0 > version 1782471834
containers > adp > 1 > affected > 17 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 18 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 18 > cpes > 0 cpe:/a:redhat:openshift_ai:3.3::el9
containers > adp > 1 > affected > 18 > defaultStatus affected
containers > adp > 1 > affected > 18 > packageName rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9
containers > adp > 1 > affected > 18 > product Red Hat OpenShift AI 3.3
containers > adp > 1 > affected > 18 > vendor Red Hat
containers > adp > 1 > affected > 18 > versions > 0 > lessThan *
containers > adp > 1 > affected > 18 > versions > 0 > status unaffected
containers > adp > 1 > affected > 18 > versions > 0 > version 1782471730
containers > adp > 1 > affected > 18 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 19 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 19 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 19 > defaultStatus affected
containers > adp > 1 > affected > 19 > packageName rhoai/odh-llama-stack-core-rhel9
containers > adp > 1 > affected > 19 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 19 > vendor Red Hat
containers > adp > 1 > affected > 19 > versions > 0 > lessThan *
containers > adp > 1 > affected > 19 > versions > 0 > status unaffected
containers > adp > 1 > affected > 19 > versions > 0 > version 1782132126
containers > adp > 1 > affected > 19 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 20 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 20 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 20 > defaultStatus affected
containers > adp > 1 > affected > 20 > packageName rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9
containers > adp > 1 > affected > 20 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 20 > vendor Red Hat
containers > adp > 1 > affected > 20 > versions > 0 > lessThan *
containers > adp > 1 > affected > 20 > versions > 0 > status unaffected
containers > adp > 1 > affected > 20 > versions > 0 > version 1782132686
containers > adp > 1 > affected > 20 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 21 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 21 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 21 > defaultStatus affected
containers > adp > 1 > affected > 21 > packageName rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9
containers > adp > 1 > affected > 21 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 21 > vendor Red Hat
containers > adp > 1 > affected > 21 > versions > 0 > lessThan *
containers > adp > 1 > affected > 21 > versions > 0 > status unaffected
containers > adp > 1 > affected > 21 > versions > 0 > version 1782132403
containers > adp > 1 > affected > 21 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 22 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 22 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 22 > defaultStatus affected
containers > adp > 1 > affected > 22 > packageName rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9
containers > adp > 1 > affected > 22 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 22 > vendor Red Hat
containers > adp > 1 > affected > 22 > versions > 0 > lessThan *
containers > adp > 1 > affected > 22 > versions > 0 > status unaffected
containers > adp > 1 > affected > 22 > versions > 0 > version 1782132444
containers > adp > 1 > affected > 22 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 23 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 23 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 23 > defaultStatus affected
containers > adp > 1 > affected > 23 > packageName rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9
containers > adp > 1 > affected > 23 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 23 > vendor Red Hat
containers > adp > 1 > affected > 23 > versions > 0 > lessThan *
containers > adp > 1 > affected > 23 > versions > 0 > status unaffected
containers > adp > 1 > affected > 23 > versions > 0 > version 1782132767
containers > adp > 1 > affected > 23 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 24 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 24 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 24 > defaultStatus affected
containers > adp > 1 > affected > 24 > packageName rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9
containers > adp > 1 > affected > 24 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 24 > vendor Red Hat
containers > adp > 1 > affected > 24 > versions > 0 > lessThan *
containers > adp > 1 > affected > 24 > versions > 0 > status unaffected
containers > adp > 1 > affected > 24 > versions > 0 > version 1782132493
containers > adp > 1 > affected > 24 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 25 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 25 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 25 > defaultStatus affected
containers > adp > 1 > affected > 25 > packageName rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9
containers > adp > 1 > affected > 25 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 25 > vendor Red Hat
containers > adp > 1 > affected > 25 > versions > 0 > lessThan *
containers > adp > 1 > affected > 25 > versions > 0 > status unaffected
containers > adp > 1 > affected > 25 > versions > 0 > version 1782132379
containers > adp > 1 > affected > 25 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 26 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 26 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 26 > defaultStatus affected
containers > adp > 1 > affected > 26 > packageName rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9
containers > adp > 1 > affected > 26 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 26 > vendor Red Hat
containers > adp > 1 > affected > 26 > versions > 0 > lessThan *
containers > adp > 1 > affected > 26 > versions > 0 > status unaffected
containers > adp > 1 > affected > 26 > versions > 0 > version 1782133907
containers > adp > 1 > affected > 26 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 27 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 27 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 27 > defaultStatus affected
containers > adp > 1 > affected > 27 > packageName rhoai/odh-trustyai-nemo-guardrails-server-rhel9
containers > adp > 1 > affected > 27 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 27 > vendor Red Hat
containers > adp > 1 > affected > 27 > versions > 0 > lessThan *
containers > adp > 1 > affected > 27 > versions > 0 > status unaffected
containers > adp > 1 > affected > 27 > versions > 0 > version 1782420349
containers > adp > 1 > affected > 27 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 28 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 28 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 28 > defaultStatus affected
containers > adp > 1 > affected > 28 > packageName rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9
containers > adp > 1 > affected > 28 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 28 > vendor Red Hat
containers > adp > 1 > affected > 28 > versions > 0 > lessThan *
containers > adp > 1 > affected > 28 > versions > 0 > status unaffected
containers > adp > 1 > affected > 28 > versions > 0 > version 1782133865
containers > adp > 1 > affected > 28 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 29 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 29 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 29 > defaultStatus affected
containers > adp > 1 > affected > 29 > packageName rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9
containers > adp > 1 > affected > 29 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 29 > vendor Red Hat
containers > adp > 1 > affected > 29 > versions > 0 > lessThan *
containers > adp > 1 > affected > 29 > versions > 0 > status unaffected
containers > adp > 1 > affected > 29 > versions > 0 > version 1782133337
containers > adp > 1 > affected > 29 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 30 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 30 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 30 > defaultStatus affected
containers > adp > 1 > affected > 30 > packageName rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9
containers > adp > 1 > affected > 30 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 30 > vendor Red Hat
containers > adp > 1 > affected > 30 > versions > 0 > lessThan *
containers > adp > 1 > affected > 30 > versions > 0 > status unaffected
containers > adp > 1 > affected > 30 > versions > 0 > version 1782132473
containers > adp > 1 > affected > 30 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 31 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 31 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 31 > defaultStatus affected
containers > adp > 1 > affected > 31 > packageName rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9
containers > adp > 1 > affected > 31 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 31 > vendor Red Hat
containers > adp > 1 > affected > 31 > versions > 0 > lessThan *
containers > adp > 1 > affected > 31 > versions > 0 > status unaffected
containers > adp > 1 > affected > 31 > versions > 0 > version 1782132660
containers > adp > 1 > affected > 31 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 32 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 32 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 32 > defaultStatus affected
containers > adp > 1 > affected > 32 > packageName rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9
containers > adp > 1 > affected > 32 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 32 > vendor Red Hat
containers > adp > 1 > affected > 32 > versions > 0 > lessThan *
containers > adp > 1 > affected > 32 > versions > 0 > status unaffected
containers > adp > 1 > affected > 32 > versions > 0 > version 1782301637
containers > adp > 1 > affected > 32 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 33 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 33 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 33 > defaultStatus affected
containers > adp > 1 > affected > 33 > packageName rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9
containers > adp > 1 > affected > 33 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 33 > vendor Red Hat
containers > adp > 1 > affected > 33 > versions > 0 > lessThan *
containers > adp > 1 > affected > 33 > versions > 0 > status unaffected
containers > adp > 1 > affected > 33 > versions > 0 > version 1782132564
containers > adp > 1 > affected > 33 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 34 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 34 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 34 > defaultStatus affected
containers > adp > 1 > affected > 34 > packageName rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9
containers > adp > 1 > affected > 34 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 34 > vendor Red Hat
containers > adp > 1 > affected > 34 > versions > 0 > lessThan *
containers > adp > 1 > affected > 34 > versions > 0 > status unaffected
containers > adp > 1 > affected > 34 > versions > 0 > version 1782135300
containers > adp > 1 > affected > 34 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 35 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 35 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 35 > defaultStatus affected
containers > adp > 1 > affected > 35 > packageName rhoai/odh-automl-rhel9
containers > adp > 1 > affected > 35 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 35 > vendor Red Hat
containers > adp > 1 > affected > 35 > versions > 0 > lessThan *
containers > adp > 1 > affected > 35 > versions > 0 > status unaffected
containers > adp > 1 > affected > 35 > versions > 0 > version 1786612415
containers > adp > 1 > affected > 35 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 36 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 36 > cpes > 0 cpe:/a:redhat:openshift_ai:3.4::el9
containers > adp > 1 > affected > 36 > defaultStatus affected
containers > adp > 1 > affected > 36 > packageName rhoai/odh-feature-server-rhel9
containers > adp > 1 > affected > 36 > product Red Hat OpenShift AI 3.4
containers > adp > 1 > affected > 36 > vendor Red Hat
containers > adp > 1 > affected > 36 > versions > 0 > lessThan *
containers > adp > 1 > affected > 36 > versions > 0 > status unaffected
containers > adp > 1 > affected > 36 > versions > 0 > version 1787068065
containers > adp > 1 > affected > 36 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 37 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 37 > cpes > 0 cpe:/a:redhat:satellite:6.17::el9
containers > adp > 1 > affected > 37 > defaultStatus affected
containers > adp > 1 > affected > 37 > packageName satellite/iop-advisor-engine-rhel9
containers > adp > 1 > affected > 37 > product Red Hat Satellite 6.17
containers > adp > 1 > affected > 37 > vendor Red Hat
containers > adp > 1 > affected > 37 > versions > 0 > lessThan *
containers > adp > 1 > affected > 37 > versions > 0 > status unaffected
containers > adp > 1 > affected > 37 > versions > 0 > version 1784834402
containers > adp > 1 > affected > 37 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 38 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 38 > cpes > 0 cpe:/a:redhat:satellite:6.18::el9
containers > adp > 1 > affected > 38 > defaultStatus affected
containers > adp > 1 > affected > 38 > packageName satellite/foreman-mcp-server-rhel9
containers > adp > 1 > affected > 38 > product Red Hat Satellite 6.18
containers > adp > 1 > affected > 38 > vendor Red Hat
containers > adp > 1 > affected > 38 > versions > 0 > lessThan *
containers > adp > 1 > affected > 38 > versions > 0 > status unaffected
containers > adp > 1 > affected > 38 > versions > 0 > version 1780492008
containers > adp > 1 > affected > 38 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 39 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 39 > cpes > 0 cpe:/a:redhat:satellite:6.18::el9
containers > adp > 1 > affected > 39 > defaultStatus affected
containers > adp > 1 > affected > 39 > packageName satellite/iop-host-inventory-rhel9
containers > adp > 1 > affected > 39 > product Red Hat Satellite 6.18
containers > adp > 1 > affected > 39 > vendor Red Hat
containers > adp > 1 > affected > 39 > versions > 0 > lessThan *
containers > adp > 1 > affected > 39 > versions > 0 > status unaffected
containers > adp > 1 > affected > 39 > versions > 0 > version 1780414237
containers > adp > 1 > affected > 39 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 40 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 40 > cpes > 0 cpe:/a:redhat:satellite:6.18::el9
containers > adp > 1 > affected > 40 > defaultStatus affected
containers > adp > 1 > affected > 40 > packageName satellite/iop-vulnerability-engine-rhel9
containers > adp > 1 > affected > 40 > product Red Hat Satellite 6.18
containers > adp > 1 > affected > 40 > vendor Red Hat
containers > adp > 1 > affected > 40 > versions > 0 > lessThan *
containers > adp > 1 > affected > 40 > versions > 0 > status unaffected
containers > adp > 1 > affected > 40 > versions > 0 > version 1784554123
containers > adp > 1 > affected > 40 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 41 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 41 > cpes > 0 cpe:/a:redhat:satellite:6.19::el9
containers > adp > 1 > affected > 41 > defaultStatus affected
containers > adp > 1 > affected > 41 > packageName satellite/foreman-mcp-server-rhel9
containers > adp > 1 > affected > 41 > product Red Hat Satellite 6.19
containers > adp > 1 > affected > 41 > vendor Red Hat
containers > adp > 1 > affected > 41 > versions > 0 > lessThan *
containers > adp > 1 > affected > 41 > versions > 0 > status unaffected
containers > adp > 1 > affected > 41 > versions > 0 > version 1780492012
containers > adp > 1 > affected > 41 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 42 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 42 > cpes > 0 cpe:/a:redhat:satellite:6.19::el9
containers > adp > 1 > affected > 42 > defaultStatus affected
containers > adp > 1 > affected > 42 > packageName satellite/iop-vmaas-rhel9
containers > adp > 1 > affected > 42 > product Red Hat Satellite 6.19
containers > adp > 1 > affected > 42 > vendor Red Hat
containers > adp > 1 > affected > 42 > versions > 0 > lessThan *
containers > adp > 1 > affected > 42 > versions > 0 > status unaffected
containers > adp > 1 > affected > 42 > versions > 0 > version 1782139619
containers > adp > 1 > affected > 42 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 43 > collectionURL https://catalog.redhat.com/software/containers/
containers > adp > 1 > affected > 43 > cpes > 0 cpe:/a:redhat:satellite:6.19::el9
containers > adp > 1 > affected > 43 > defaultStatus affected
containers > adp > 1 > affected > 43 > packageName satellite/iop-host-inventory-rhel9
containers > adp > 1 > affected > 43 > product Red Hat Satellite 6.19
containers > adp > 1 > affected > 43 > vendor Red Hat
containers > adp > 1 > affected > 43 > versions > 0 > lessThan *
containers > adp > 1 > affected > 43 > versions > 0 > status unaffected
containers > adp > 1 > affected > 43 > versions > 0 > version 1780403026
containers > adp > 1 > affected > 43 > versions > 0 > versionType rpm
containers > adp > 1 > affected > 44 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 44 > cpes > 0 cpe:/a:redhat:exploit_intelligence:0
containers > adp > 1 > affected > 44 > defaultStatus affected
containers > adp > 1 > affected > 44 > packageName exploit-intelligence-tech-preview/vulnerability-analysis-rhel9
containers > adp > 1 > affected > 44 > product Exploit Intelligence
containers > adp > 1 > affected > 44 > vendor Red Hat
containers > adp > 1 > affected > 45 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 45 > cpes > 0 cpe:/a:redhat:openshift_lightspeed
containers > adp > 1 > affected > 45 > defaultStatus affected
containers > adp > 1 > affected > 45 > packageName openshift-lightspeed/lightspeed-ocp-rag-rhel9
containers > adp > 1 > affected > 45 > product OpenShift Lightspeed
containers > adp > 1 > affected > 45 > vendor Red Hat
containers > adp > 1 > affected > 46 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 46 > cpes > 0 cpe:/a:redhat:openshift_lightspeed
containers > adp > 1 > affected > 46 > defaultStatus affected
containers > adp > 1 > affected > 46 > packageName openshift-lightspeed/lightspeed-service-api-rhel9
containers > adp > 1 > affected > 46 > product OpenShift Lightspeed
containers > adp > 1 > affected > 46 > vendor Red Hat
containers > adp > 1 > affected > 47 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 47 > cpes > 0 cpe:/a:redhat:ai_inference_server:3
containers > adp > 1 > affected > 47 > defaultStatus affected
containers > adp > 1 > affected > 47 > packageName rhaiis/vllm-cpu-rhel9
containers > adp > 1 > affected > 47 > product Red Hat AI Inference Server
containers > adp > 1 > affected > 47 > vendor Red Hat
containers > adp > 1 > affected > 48 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 48 > cpes > 0 cpe:/a:redhat:ai_inference_server:3
containers > adp > 1 > affected > 48 > defaultStatus affected
containers > adp > 1 > affected > 48 > packageName rhaiis/vllm-neuron-rhel9
containers > adp > 1 > affected > 48 > product Red Hat AI Inference Server
containers > adp > 1 > affected > 48 > vendor Red Hat
containers > adp > 1 > affected > 49 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 49 > cpes > 0 cpe:/a:redhat:ai_inference_server:3
containers > adp > 1 > affected > 49 > defaultStatus affected
containers > adp > 1 > affected > 49 > packageName rhaiis/vllm-spyre-rhel9
containers > adp > 1 > affected > 49 > product Red Hat AI Inference Server
containers > adp > 1 > affected > 49 > vendor Red Hat
containers > adp > 1 > affected > 50 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 50 > cpes > 0 cpe:/a:redhat:ai_inference_server:3
containers > adp > 1 > affected > 50 > defaultStatus affected
containers > adp > 1 > affected > 50 > packageName rhaiis/vllm-tpu-rhel9
containers > adp > 1 > affected > 50 > product Red Hat AI Inference Server
containers > adp > 1 > affected > 50 > vendor Red Hat
containers > adp > 1 > affected > 51 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 51 > cpes > 0 cpe:/a:redhat:ai_inference_server:3
containers > adp > 1 > affected > 51 > defaultStatus affected
containers > adp > 1 > affected > 51 > packageName rhaii/vllm-cpu-rhel9
containers > adp > 1 > affected > 51 > product Red Hat AI Inference Server
containers > adp > 1 > affected > 51 > vendor Red Hat
containers > adp > 1 > affected > 52 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 52 > cpes > 0 cpe:/a:redhat:ai_inference_server:3
containers > adp > 1 > affected > 52 > defaultStatus affected
containers > adp > 1 > affected > 52 > packageName rhaii/vllm-gaudi-rhel9
containers > adp > 1 > affected > 52 > product Red Hat AI Inference Server
containers > adp > 1 > affected > 52 > vendor Red Hat
containers > adp > 1 > affected > 53 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 53 > cpes > 0 cpe:/a:redhat:ai_inference_server:3
containers > adp > 1 > affected > 53 > defaultStatus affected
containers > adp > 1 > affected > 53 > packageName rhaii/vllm-neuron-rhel9
containers > adp > 1 > affected > 53 > product Red Hat AI Inference Server
containers > adp > 1 > affected > 53 > vendor Red Hat
containers > adp > 1 > affected > 54 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 54 > cpes > 0 cpe:/a:redhat:ai_inference_server:3
containers > adp > 1 > affected > 54 > defaultStatus affected
containers > adp > 1 > affected > 54 > packageName rhaii/vllm-spyre-rhel9
containers > adp > 1 > affected > 54 > product Red Hat AI Inference Server
containers > adp > 1 > affected > 54 > vendor Red Hat
containers > adp > 1 > affected > 55 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 55 > cpes > 0 cpe:/a:redhat:ai_inference_server:3
containers > adp > 1 > affected > 55 > defaultStatus affected
containers > adp > 1 > affected > 55 > packageName rhaii/vllm-tpu-rhel9
containers > adp > 1 > affected > 55 > product Red Hat AI Inference Server
containers > adp > 1 > affected > 55 > vendor Red Hat
containers > adp > 1 > affected > 56 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 56 > cpes > 0 cpe:/a:redhat:ansible_automation_platform:2
containers > adp > 1 > affected > 56 > defaultStatus unaffected
containers > adp > 1 > affected > 56 > packageName ansible-automation-platform-25/lightspeed-chatbot-rhel8
containers > adp > 1 > affected > 56 > product Red Hat Ansible Automation Platform 2
containers > adp > 1 > affected > 56 > vendor Red Hat
containers > adp > 1 > affected > 57 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 57 > cpes > 0 cpe:/a:redhat:ansible_automation_platform:2
containers > adp > 1 > affected > 57 > defaultStatus unaffected
containers > adp > 1 > affected > 57 > packageName ansible-automation-platform-26/mcp-tools-rhel9
containers > adp > 1 > affected > 57 > product Red Hat Ansible Automation Platform 2
containers > adp > 1 > affected > 57 > vendor Red Hat
containers > adp > 1 > affected > 58 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 58 > cpes > 0 cpe:/a:redhat:enterprise_linux_ai:3
containers > adp > 1 > affected > 58 > defaultStatus affected
containers > adp > 1 > affected > 58 > packageName rhelai3/bootc-aws-cuda-rhel9
containers > adp > 1 > affected > 58 > product Red Hat Enterprise Linux AI (RHEL AI) 3
containers > adp > 1 > affected > 58 > vendor Red Hat
containers > adp > 1 > affected > 59 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 59 > cpes > 0 cpe:/a:redhat:enterprise_linux_ai:3
containers > adp > 1 > affected > 59 > defaultStatus affected
containers > adp > 1 > affected > 59 > packageName rhelai3/bootc-azure-cuda-rhel9
containers > adp > 1 > affected > 59 > product Red Hat Enterprise Linux AI (RHEL AI) 3
containers > adp > 1 > affected > 59 > vendor Red Hat
containers > adp > 1 > affected > 60 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 60 > cpes > 0 cpe:/a:redhat:enterprise_linux_ai:3
containers > adp > 1 > affected > 60 > defaultStatus affected
containers > adp > 1 > affected > 60 > packageName rhelai3/bootc-azure-rocm-rhel9
containers > adp > 1 > affected > 60 > product Red Hat Enterprise Linux AI (RHEL AI) 3
containers > adp > 1 > affected > 60 > vendor Red Hat
containers > adp > 1 > affected > 61 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 61 > cpes > 0 cpe:/a:redhat:enterprise_linux_ai:3
containers > adp > 1 > affected > 61 > defaultStatus affected
containers > adp > 1 > affected > 61 > packageName rhelai3/bootc-cuda-rhel9
containers > adp > 1 > affected > 61 > product Red Hat Enterprise Linux AI (RHEL AI) 3
containers > adp > 1 > affected > 61 > vendor Red Hat
containers > adp > 1 > affected > 62 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 62 > cpes > 0 cpe:/a:redhat:enterprise_linux_ai:3
containers > adp > 1 > affected > 62 > defaultStatus affected
containers > adp > 1 > affected > 62 > packageName rhelai3/bootc-gaudi-rhel9
containers > adp > 1 > affected > 62 > product Red Hat Enterprise Linux AI (RHEL AI) 3
containers > adp > 1 > affected > 62 > vendor Red Hat
containers > adp > 1 > affected > 63 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 63 > cpes > 0 cpe:/a:redhat:enterprise_linux_ai:3
containers > adp > 1 > affected > 63 > defaultStatus affected
containers > adp > 1 > affected > 63 > packageName rhelai3/bootc-gcp-cuda-rhel9
containers > adp > 1 > affected > 63 > product Red Hat Enterprise Linux AI (RHEL AI) 3
containers > adp > 1 > affected > 63 > vendor Red Hat
containers > adp > 1 > affected > 64 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 64 > cpes > 0 cpe:/a:redhat:enterprise_linux_ai:3
containers > adp > 1 > affected > 64 > defaultStatus affected
containers > adp > 1 > affected > 64 > packageName rhelai3/bootc-rocm-rhel9
containers > adp > 1 > affected > 64 > product Red Hat Enterprise Linux AI (RHEL AI) 3
containers > adp > 1 > affected > 64 > vendor Red Hat
containers > adp > 1 > affected > 65 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 65 > cpes > 0 cpe:/a:redhat:enterprise_linux_ai:3
containers > adp > 1 > affected > 65 > defaultStatus affected
containers > adp > 1 > affected > 65 > packageName rhelai3/disk-image-cuda-rhel9
containers > adp > 1 > affected > 65 > product Red Hat Enterprise Linux AI (RHEL AI) 3
containers > adp > 1 > affected > 65 > vendor Red Hat
containers > adp > 1 > affected > 66 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 66 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 66 > defaultStatus affected
containers > adp > 1 > affected > 66 > packageName rhoai/odh-built-in-detector-rhel9
containers > adp > 1 > affected > 66 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 66 > vendor Red Hat
containers > adp > 1 > affected > 67 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 67 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 67 > defaultStatus affected
containers > adp > 1 > affected > 67 > packageName rhoai/odh-caikit-nlp-rhel9
containers > adp > 1 > affected > 67 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 67 > vendor Red Hat
containers > adp > 1 > affected > 68 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 68 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 68 > defaultStatus affected
containers > adp > 1 > affected > 68 > packageName rhoai/odh-caikit-tgis-serving-rhel9
containers > adp > 1 > affected > 68 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 68 > vendor Red Hat
containers > adp > 1 > affected > 69 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 69 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 69 > defaultStatus affected
containers > adp > 1 > affected > 69 > packageName rhoai/odh-guardrails-detector-huggingface-runtime-rhel9
containers > adp > 1 > affected > 69 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 69 > vendor Red Hat
containers > adp > 1 > affected > 70 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 70 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 70 > defaultStatus unaffected
containers > adp > 1 > affected > 70 > packageName rhoai/odh-kserve-agent-rhel9
containers > adp > 1 > affected > 70 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 70 > vendor Red Hat
containers > adp > 1 > affected > 71 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 71 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 71 > defaultStatus affected
containers > adp > 1 > affected > 71 > packageName rhoai/odh-kserve-autogluon-server-rhel9
containers > adp > 1 > affected > 71 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 71 > vendor Red Hat
containers > adp > 1 > affected > 72 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 72 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 72 > defaultStatus unaffected
containers > adp > 1 > affected > 72 > packageName rhoai/odh-kserve-controller-rhel9
containers > adp > 1 > affected > 72 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 72 > vendor Red Hat
containers > adp > 1 > affected > 73 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 73 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 73 > defaultStatus unaffected
containers > adp > 1 > affected > 73 > packageName rhoai/odh-kserve-router-rhel9
containers > adp > 1 > affected > 73 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 73 > vendor Red Hat
containers > adp > 1 > affected > 74 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 74 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 74 > defaultStatus affected
containers > adp > 1 > affected > 74 > packageName rhoai/odh-kserve-storage-initializer-rhel9
containers > adp > 1 > affected > 74 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 74 > vendor Red Hat
containers > adp > 1 > affected > 75 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 75 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 75 > defaultStatus affected
containers > adp > 1 > affected > 75 > packageName rhoai/odh-llm-d-kv-cache-rhel9
containers > adp > 1 > affected > 75 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 75 > vendor Red Hat
containers > adp > 1 > affected > 76 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 76 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 76 > defaultStatus affected
containers > adp > 1 > affected > 76 > packageName rhoai/odh-mlflow-rhel9
containers > adp > 1 > affected > 76 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 76 > vendor Red Hat
containers > adp > 1 > affected > 77 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 77 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 77 > defaultStatus unaffected
containers > adp > 1 > affected > 77 > packageName rhoai/odh-mlserver-rhel9
containers > adp > 1 > affected > 77 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 77 > vendor Red Hat
containers > adp > 1 > affected > 78 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 78 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 78 > defaultStatus affected
containers > adp > 1 > affected > 78 > packageName rhoai/odh-th06-cpu-torch210-py312-rhel9
containers > adp > 1 > affected > 78 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 78 > vendor Red Hat
containers > adp > 1 > affected > 79 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 79 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 79 > defaultStatus affected
containers > adp > 1 > affected > 79 > packageName rhoai/odh-th06-cuda130-torch210-py312-rhel9
containers > adp > 1 > affected > 79 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 79 > vendor Red Hat
containers > adp > 1 > affected > 80 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 80 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 80 > defaultStatus affected
containers > adp > 1 > affected > 80 > packageName rhoai/odh-th06-rocm64-torch291-py312-rhel9
containers > adp > 1 > affected > 80 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 80 > vendor Red Hat
containers > adp > 1 > affected > 81 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 81 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 81 > defaultStatus affected
containers > adp > 1 > affected > 81 > packageName rhoai/odh-vllm-cuda-rhel9
containers > adp > 1 > affected > 81 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 81 > vendor Red Hat
containers > adp > 1 > affected > 82 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 82 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 82 > defaultStatus affected
containers > adp > 1 > affected > 82 > packageName rhoai/odh-vllm-gaudi-rhel9
containers > adp > 1 > affected > 82 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 82 > vendor Red Hat
containers > adp > 1 > affected > 83 > collectionURL https://access.redhat.com/downloads/content/package-browser/
containers > adp > 1 > affected > 83 > cpes > 0 cpe:/a:redhat:openshift_ai
containers > adp > 1 > affected > 83 > defaultStatus affected
containers > adp > 1 > affected > 83 > packageName rhoai/odh-vllm-rocm-rhel9
containers > adp > 1 > affected > 83 > product Red Hat OpenShift AI (RHOAI)
containers > adp > 1 > affected > 83 > vendor Red Hat
containers > adp > 1 > datePublic 2026-05-26T21:54:54.393Z
containers > adp > 1 > descriptions > 0 > lang en
containers > adp > 1 > descriptions > 0 > value A flaw was found in Starlette, a lightweight ASGI (Asynchronous Server Gateway Interface) framework. A remote attacker could exploit this vulnerability by sending a specially crafted HTTP `Host` request header. This malformed header could cause the `request.url` to be incorrectly reconstructed, leading to a discrepancy with the actual requested path. Consequently, security restrictions enforced by middleware and endpoints that rely on `request.url` for validation could be bypassed, potentially allowing unauthorized access or actions.
containers > adp > 1 > metrics > 0 > other > content > namespace https://access.redhat.com/security/updates/classification/
containers > adp > 1 > metrics > 0 > other > content > value Moderate
containers > adp > 1 > metrics > 0 > other > type Red Hat severity rating
containers > adp > 1 > metrics > 1 > cvssV3_1 > attackComplexity LOW
containers > adp > 1 > metrics > 1 > cvssV3_1 > attackVector NETWORK
containers > adp > 1 > metrics > 1 > cvssV3_1 > availabilityImpact NONE
containers > adp > 1 > metrics > 1 > cvssV3_1 > baseScore 6.5
containers > adp > 1 > metrics > 1 > cvssV3_1 > baseSeverity MEDIUM
containers > adp > 1 > metrics > 1 > cvssV3_1 > confidentialityImpact LOW
containers > adp > 1 > metrics > 1 > cvssV3_1 > integrityImpact LOW
containers > adp > 1 > metrics > 1 > cvssV3_1 > privilegesRequired NONE
containers > adp > 1 > metrics > 1 > cvssV3_1 > scope UNCHANGED
containers > adp > 1 > metrics > 1 > cvssV3_1 > userInteraction NONE
containers > adp > 1 > metrics > 1 > cvssV3_1 > vectorString CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
containers > adp > 1 > metrics > 1 > cvssV3_1 > version 3.1
containers > adp > 1 > metrics > 1 > format CVSS
containers > adp > 1 > problemTypes > 0 > descriptions > 0 > cweId CWE-1289
containers > adp > 1 > problemTypes > 0 > descriptions > 0 > description Improper Validation of Unsafe Equivalence in Input
containers > adp > 1 > problemTypes > 0 > descriptions > 0 > lang en
containers > adp > 1 > problemTypes > 0 > descriptions > 0 > type CWE
containers > adp > 1 > references > 0 > tags > 0 vdb-entry
containers > adp > 1 > references > 0 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 0 > url https://access.redhat.com/security/cve/CVE-2026-48710
containers > adp > 1 > references > 1 > name RHBZ#2481742
containers > adp > 1 > references > 1 > tags > 0 issue-tracking
containers > adp > 1 > references > 1 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 1 > url https://bugzilla.redhat.com/show_bug.cgi?id=2481742
containers > adp > 1 > references > 2 > tags > 0 x_sadp-csaf-vex
containers > adp > 1 > references > 2 > url https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-48710.json
containers > adp > 1 > references > 3 > tags > 0 vendor-advisory
containers > adp > 1 > references > 3 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 3 > url https://access.redhat.com/errata/RHSA-2026:30089
containers > adp > 1 > references > 4 > tags > 0 vendor-advisory
containers > adp > 1 > references > 4 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 4 > url https://access.redhat.com/errata/RHSA-2026:30088
containers > adp > 1 > references > 5 > tags > 0 vendor-advisory
containers > adp > 1 > references > 5 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 5 > url https://access.redhat.com/errata/RHSA-2026:24866
containers > adp > 1 > references > 6 > tags > 0 vendor-advisory
containers > adp > 1 > references > 6 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 6 > url https://access.redhat.com/errata/RHSA-2026:23346
containers > adp > 1 > references > 7 > tags > 0 vendor-advisory
containers > adp > 1 > references > 7 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 7 > url https://access.redhat.com/errata/RHSA-2026:43038
containers > adp > 1 > references > 8 > tags > 0 vendor-advisory
containers > adp > 1 > references > 8 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 8 > url https://access.redhat.com/errata/RHSA-2026:37275
containers > adp > 1 > references > 9 > tags > 0 vendor-advisory
containers > adp > 1 > references > 9 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 9 > url https://access.redhat.com/errata/RHSA-2026:60520
containers > adp > 1 > references > 10 > tags > 0 vendor-advisory
containers > adp > 1 > references > 10 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 10 > url https://access.redhat.com/errata/RHSA-2026:34456
containers > adp > 1 > references > 11 > tags > 0 vendor-advisory
containers > adp > 1 > references > 11 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 11 > url https://access.redhat.com/errata/RHSA-2026:44696
containers > adp > 1 > references > 12 > tags > 0 vendor-advisory
containers > adp > 1 > references > 12 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 12 > url https://access.redhat.com/errata/RHSA-2026:22993
containers > adp > 1 > references > 13 > tags > 0 vendor-advisory
containers > adp > 1 > references > 13 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 13 > url https://access.redhat.com/errata/RHSA-2026:26226
containers > adp > 1 > references > 14 > tags > 0 vendor-advisory
containers > adp > 1 > references > 14 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 14 > url https://access.redhat.com/errata/RHSA-2026:51357
containers > adp > 1 > references > 15 > tags > 0 vendor-advisory
containers > adp > 1 > references > 15 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 15 > url https://access.redhat.com/errata/RHSA-2026:22992
containers > adp > 1 > references > 16 > tags > 0 vendor-advisory
containers > adp > 1 > references > 16 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 16 > url https://access.redhat.com/errata/RHSA-2026:34532
containers > adp > 1 > references > 17 > tags > 0 vendor-advisory
containers > adp > 1 > references > 17 > tags > 1 x_refsource_REDHAT
containers > adp > 1 > references > 17 > url https://access.redhat.com/errata/RHSA-2026:34526
containers > adp > 1 > solutions > 0 > lang en
containers > adp > 1 > solutions > 0 > value RHSA-2026:30089: Red Hat AI Inference Server 3.3
containers > adp > 1 > solutions > 1 > lang en
containers > adp > 1 > solutions > 1 > value RHSA-2026:30088: Red Hat AI Inference Server 3.3
containers > adp > 1 > solutions > 2 > lang en
containers > adp > 1 > solutions > 2 > value RHSA-2026:24866: Red Hat Ansible Automation Platform 2.6
containers > adp > 1 > solutions > 3 > lang en
containers > adp > 1 > solutions > 3 > value RHSA-2026:23346: Red Hat Ansible Automation Platform 2.7
containers > adp > 1 > solutions > 4 > lang en
containers > adp > 1 > solutions > 4 > value RHSA-2026:43038: Red Hat Migration Toolkit for Applications 8.2
containers > adp > 1 > solutions > 5 > lang en
containers > adp > 1 > solutions > 5 > value RHSA-2026:37275: Red Hat OpenShift AI 3.3
containers > adp > 1 > solutions > 6 > lang en
containers > adp > 1 > solutions > 6 > value RHSA-2026:60520: Red Hat OpenShift AI 3.4
containers > adp > 1 > solutions > 7 > lang en
containers > adp > 1 > solutions > 7 > value RHSA-2026:34456: Red Hat OpenShift AI 3.4
containers > adp > 1 > solutions > 8 > lang en
containers > adp > 1 > solutions > 8 > value RHSA-2026:44696: Red Hat Satellite 6.17
containers > adp > 1 > solutions > 9 > lang en
containers > adp > 1 > solutions > 9 > value RHSA-2026:22993: Red Hat Satellite 6.18
containers > adp > 1 > solutions > 10 > lang en
containers > adp > 1 > solutions > 10 > value RHSA-2026:26226: Red Hat Satellite 6.18
containers > adp > 1 > solutions > 11 > lang en
containers > adp > 1 > solutions > 11 > value RHSA-2026:51357: Red Hat Satellite 6.18
containers > adp > 1 > solutions > 12 > lang en
containers > adp > 1 > solutions > 12 > value RHSA-2026:22992: Red Hat Satellite 6.19
containers > adp > 1 > solutions > 13 > lang en
containers > adp > 1 > solutions > 13 > value RHSA-2026:34532: Red Hat Satellite 6.19
containers > adp > 1 > solutions > 14 > lang en
containers > adp > 1 > solutions > 14 > value RHSA-2026:34526: Red Hat Satellite 6.19
containers > adp > 1 > timeline > 0 > lang en
containers > adp > 1 > timeline > 0 > time 2026-05-26T23:01:03.204Z
containers > adp > 1 > timeline > 0 > value Reported to Red Hat.
containers > adp > 1 > timeline > 1 > lang en
containers > adp > 1 > timeline > 1 > time 2026-05-26T21:54:54.393Z
containers > adp > 1 > timeline > 1 > value Made public.
containers > adp > 1 > title starlette: Starlette: Security restriction bypass via malformed HTTP Host header
containers > adp > 1 > workarounds > 0 > lang en
containers > adp > 1 > workarounds > 0 > value Deploying an RFC-compliant reverse proxy (such as nginx, Apache, HAProxy, or Caddy) in front of the ASGI server will reject malformed Host headers before they reach the application. This is the most straightforward mitigation that does not require code changes. If custom middleware is present, it should be updated to use `request.scope["path"]` instead of `request.url.path` for any security decisions. The ASGI scope path is derived from the HTTP request line and is not influenced by the Host header, so it reflects the actual request target.
containers > adp > 1 > x_adpType supplier
containers > adp > 1 > x_generator > engine sadp-cli 1.0.0
containers > adp > 1 > providerMetadata > orgId 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
containers > adp > 1 > providerMetadata > shortName redhat-SADP
containers > adp > 1 > providerMetadata > dateUpdated 2026-08-28T12:04:23.177Z