Multiple vulnerabilities in Red Hat OpenShift Container Platform 4.14



Published: 2024-08-22
Risk Medium
Patch available YES
Number of vulnerabilities 2
CVE-ID CVE-2023-45290
CVE-2024-24790
CWE-ID CWE-400
CWE-20
Exploitation vector Network
Public exploit N/A
Vulnerable software
Subscribe
golang-github-prometheus-promu (Red Hat package)
Operating systems & Components / Operating system package or component

containernetworking-plugins (Red Hat package)
Operating systems & Components / Operating system package or component

butane (Red Hat package)
Operating systems & Components / Operating system package or component

skopeo (Red Hat package)
Operating systems & Components / Operating system package or component

runc (Red Hat package)
Operating systems & Components / Operating system package or component

podman (Red Hat package)
Operating systems & Components / Operating system package or component

ose-aws-ecr-image-credential-provider (Red Hat package)
Operating systems & Components / Operating system package or component

openshift-clients (Red Hat package)
Operating systems & Components / Operating system package or component

openshift (Red Hat package)
Operating systems & Components / Operating system package or component

ignition (Red Hat package)
Operating systems & Components / Operating system package or component

cri-tools (Red Hat package)
Operating systems & Components / Operating system package or component

cri-o (Red Hat package)
Operating systems & Components / Operating system package or component

conmon (Red Hat package)
Operating systems & Components / Operating system package or component

buildah (Red Hat package)
Operating systems & Components / Operating system package or component

NetworkManager (Red Hat package)
Operating systems & Components / Operating system package or component

Red Hat OpenShift Container Platform
Client/Desktop applications / Software for system administration

Vendor Red Hat Inc.

Security Bulletin

This security bulletin contains information about 2 vulnerabilities.

1) Resource exhaustion

EUVDB-ID: #VU87197

Risk: Medium

CVSSv3.1: 6.5 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2023-45290

CWE-ID: CWE-400 - Resource exhaustion

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists in net/http due to application does not properly control consumption of internal resources when parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile). A remote attacker can trigger resource exhaustion and perform a denial of service (DoS) attack.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

golang-github-prometheus-promu (Red Hat package): before 0.15.0-17.gitd5383c5.el8

containernetworking-plugins (Red Hat package): before 1.4.0-3.rhaos4.14.el8

butane (Red Hat package): before 0.19.0-3.rhaos4.14.el8

skopeo (Red Hat package): before 1.11.3-2.rhaos4.14.el9

runc (Red Hat package): before 1.1.13-3.rhaos4.14.el9

podman (Red Hat package): before 4.4.1-18.rhaos4.14.el9

ose-aws-ecr-image-credential-provider (Red Hat package): before 4.14.0-202408072340.p0.g471f069.assembly.stream.el9

openshift-clients (Red Hat package): before 4.14.0-202408072340.p0.g44b3ac2.assembly.stream.el9

openshift (Red Hat package): before 4.14.0-202408071611.p0.ge826056.assembly.stream.el9

ignition (Red Hat package): before 2.16.2-4.rhaos4.14.el9

cri-tools (Red Hat package): before 1.27.0-5.el9

cri-o (Red Hat package): before 1.27.8-5.rhaos4.14.git107168f.el9

conmon (Red Hat package): before 2.1.7-5.rhaos4.14.el9

buildah (Red Hat package): before 1.29.1-12.rhaos4.14.el9

NetworkManager (Red Hat package): before 1.42.2-24.el9_2

Red Hat OpenShift Container Platform: before 4.14.35

CPE2.3
External links

http://access.redhat.com/errata/RHSA-2024:5436


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

2) Input validation error

EUVDB-ID: #VU91160

Risk: Medium

CVSSv3.1: 4.6 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:U/RL:O/RC:C]

CVE-ID: CVE-2024-24790

CWE-ID: CWE-20 - Improper input validation

Exploit availability: No

Description

The vulnerability allows a remote attacker to modify application behavior.

The vulnerability exists due to improper handling of IPv4-mapped IPv6 addresses in net/netip within multiple methods, e.g. IsPrivate, IsLoopback. The affected methods return false for addresses which would return true in their traditional IPv4 forms, leading to potential bypass of implemented security features.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

golang-github-prometheus-promu (Red Hat package): before 0.15.0-17.gitd5383c5.el8

containernetworking-plugins (Red Hat package): before 1.4.0-3.rhaos4.14.el8

butane (Red Hat package): before 0.19.0-3.rhaos4.14.el8

skopeo (Red Hat package): before 1.11.3-2.rhaos4.14.el9

runc (Red Hat package): before 1.1.13-3.rhaos4.14.el9

podman (Red Hat package): before 4.4.1-18.rhaos4.14.el9

ose-aws-ecr-image-credential-provider (Red Hat package): before 4.14.0-202408072340.p0.g471f069.assembly.stream.el9

openshift-clients (Red Hat package): before 4.14.0-202408072340.p0.g44b3ac2.assembly.stream.el9

openshift (Red Hat package): before 4.14.0-202408071611.p0.ge826056.assembly.stream.el9

ignition (Red Hat package): before 2.16.2-4.rhaos4.14.el9

cri-tools (Red Hat package): before 1.27.0-5.el9

cri-o (Red Hat package): before 1.27.8-5.rhaos4.14.git107168f.el9

conmon (Red Hat package): before 2.1.7-5.rhaos4.14.el9

buildah (Red Hat package): before 1.29.1-12.rhaos4.14.el9

NetworkManager (Red Hat package): before 1.42.2-24.el9_2

Red Hat OpenShift Container Platform: before 4.14.35

CPE2.3
External links

http://access.redhat.com/errata/RHSA-2024:5436


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.



###SIDEBAR###