Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

redhat логотип

CVE-2025-14443

Опубликовано: 10 дек. 2025
Источник: redhat
CVSS3: 6.4

Описание

A flaw was found in ose-openshift-apiserver. This vulnerability allows internal network enumeration, service discovery, limited information disclosure, and potential denial-of-service (DoS) through Server-Side Request Forgery (SSRF) due to missing IP address and network-range validation when processing user-supplied image references.

Отчет

The Red Hat Product Security team has assessed the severity of this vulnerability as moderate, due to the ability of authenticated users to trigger arbitrary outbound network connections from the OpenShift API server. Successful exploitation allows attackers to enumerate internal cluster services, probe private network infrastructure, and potentially access cloud metadata services in public cloud deployments. However, most if not all confidential endpoints are still protected due to requiring authentication tokens. The root cause is a default value of "allow-all" in the whitelist of allowed image registries. insufficient validation of IP addresses, network ranges, and domain. during image import processing, resulting in an SSRF condition within a core control-plane component.

Меры по смягчению последствий

Possible mitigations for this flaw include:

  • removing the permissions that allow users to use the ImageStreamImport feature or explicitly only allowing trusted users to access the feature.
  • explicitly set the apiserver's ImageStreamImport allow-list to trusted image registries. (i.e. oc patch image.config.openshift.io/cluster --type=merge -p '{"spec":{"allowedRegistriesForImport":[{"domainName": "docker.io"}, {"domainName": "quay.io"}]}}')
  • Set the apiserver's ImageStreamImport to deny all uses. (oc patch image.config.openshift.io/cluster --type=merge -p '{"spec":{"allowedRegistriesForImport":[{"domainName": "-"}]}}')

Затронутые пакеты

ПлатформаПакетСостояниеРекомендацияРелиз
Red Hat OpenShift Container Platform 4openshift4/ose-openshift-apiserver-rhel8Will not fix
Red Hat OpenShift Container Platform 4openshift4/ose-openshift-apiserver-rhel9Fix deferred

Показывать по

Дополнительная информация

Статус:

Moderate
Дефект:
CWE-918
https://bugzilla.redhat.com/show_bug.cgi?id=2420964ose-openshift-apiserver: OpenShift API Server: Server-Side Request Forgery (SSRF) vulnerability in ImageStreamImport mechanism

6.4 Medium

CVSS3

Связанные уязвимости

CVSS3: 6.4
nvd
9 месяцев назад

A flaw was found in ose-openshift-apiserver. This vulnerability allows internal network enumeration, service discovery, limited information disclosure, and potential denial-of-service (DoS) through Server-Side Request Forgery (SSRF) due to missing IP address and network-range validation when processing user-supplied image references.

CVSS3: 8.5
github
9 месяцев назад

openshift-apiserver: SSRF via Missing IP/Network-Range Validation in User-Supplied Image References

6.4 Medium

CVSS3