Multiple vulnerabilities in OpenShift Container Platform 4.13



Published: 2023-06-23
Risk High
Patch available YES
Number of vulnerabilities 10
CVE-ID CVE-2022-41717
CVE-2022-41724
CVE-2022-41725
CVE-2023-24534
CVE-2023-24536
CVE-2023-24537
CVE-2023-24538
CVE-2023-24540
CVE-2023-27561
CVE-2019-19921
CWE-ID CWE-770
CWE-399
CWE-400
CWE-835
CWE-94
CWE-284
Exploitation vector Network
Public exploit Public exploit code for vulnerability #1 is available.
Public exploit code for vulnerability #10 is available.
Vulnerable software
Subscribe
Red Hat OpenShift Container Platform
Client/Desktop applications / Software for system administration

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

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

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

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

openshift (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

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

kernel-rt (Red Hat package)
Operating systems & Components / Operating system package or component

Vendor Red Hat Inc.

Security Bulletin

This security bulletin contains information about 10 vulnerabilities.

1) Allocation of Resources Without Limits or Throttling

EUVDB-ID: #VU70334

Risk: Medium

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

CVE-ID: CVE-2022-41717

CWE-ID: CWE-770 - Allocation of Resources Without Limits or Throttling

Exploit availability: No

Description

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

The vulnerability exists due to excessive memory growth when handling HTTP/2 server requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

Red Hat OpenShift Container Platform: 4.13.0 - 4.13.3

runc (Red Hat package): before 1.1.6-4.rhaos4.13.el8

containernetworking-plugins (Red Hat package): before 1.0.1-7.rhaos4.13.el8

skopeo (Red Hat package): before 1.11.2-2.rhaos4.13.el8

podman (Red Hat package): before 4.4.1-5.1.rhaos4.13.el9

openshift (Red Hat package): before 4.13.0-202306072143.p0.g7d22122.assembly.stream.el9

cri-o (Red Hat package): before 1.26.3-10.rhaos4.13.git994242a.el9

conmon (Red Hat package): before 2.1.7-2.rhaos4.13.el8

buildah (Red Hat package): before 1.29.1-2.rhaos4.13.el8

kernel (Red Hat package): before 5.14.0-284.18.1.el9_2

kernel-rt (Red Hat package): before 5.14.0-284.18.1.rt14.303.el9_2

External links

http://access.redhat.com/errata/RHSA-2023:3612


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. However, proof of concept for this vulnerability is available.

2) Resource management error

EUVDB-ID: #VU72685

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-2022-41724

CWE-ID: CWE-399 - Resource Management Errors

Exploit availability: No

Description

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

The vulnerability exists due to improper management of internal resources in crypto/tls when handling large TLS handshake records. A remote attacker can send specially crafted data to the application and perform a denial of service (DoS) attack.

The vulnerability affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session resumption (by setting Config.ClientSessionCache to a non-nil value), and TLS 1.3 servers which request client certificates (by setting Config.ClientAuth >= RequestClientCert).

Mitigation

Install updates from vendor's website.

Vulnerable software versions

Red Hat OpenShift Container Platform: 4.13.0 - 4.13.3

runc (Red Hat package): before 1.1.6-4.rhaos4.13.el8

containernetworking-plugins (Red Hat package): before 1.0.1-7.rhaos4.13.el8

skopeo (Red Hat package): before 1.11.2-2.rhaos4.13.el8

podman (Red Hat package): before 4.4.1-5.1.rhaos4.13.el9

openshift (Red Hat package): before 4.13.0-202306072143.p0.g7d22122.assembly.stream.el9

cri-o (Red Hat package): before 1.26.3-10.rhaos4.13.git994242a.el9

conmon (Red Hat package): before 2.1.7-2.rhaos4.13.el8

buildah (Red Hat package): before 1.29.1-2.rhaos4.13.el8

kernel (Red Hat package): before 5.14.0-284.18.1.el9_2

kernel-rt (Red Hat package): before 5.14.0-284.18.1.rt14.303.el9_2

External links

http://access.redhat.com/errata/RHSA-2023:3612


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.

3) Resource exhaustion

EUVDB-ID: #VU73722

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-2022-41725

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 due to improper control over internal resources in net/http and mime/multipart. 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

Red Hat OpenShift Container Platform: 4.13.0 - 4.13.3

runc (Red Hat package): before 1.1.6-4.rhaos4.13.el8

containernetworking-plugins (Red Hat package): before 1.0.1-7.rhaos4.13.el8

skopeo (Red Hat package): before 1.11.2-2.rhaos4.13.el8

podman (Red Hat package): before 4.4.1-5.1.rhaos4.13.el9

openshift (Red Hat package): before 4.13.0-202306072143.p0.g7d22122.assembly.stream.el9

cri-o (Red Hat package): before 1.26.3-10.rhaos4.13.git994242a.el9

conmon (Red Hat package): before 2.1.7-2.rhaos4.13.el8

buildah (Red Hat package): before 1.29.1-2.rhaos4.13.el8

kernel (Red Hat package): before 5.14.0-284.18.1.el9_2

kernel-rt (Red Hat package): before 5.14.0-284.18.1.rt14.303.el9_2

External links

http://access.redhat.com/errata/RHSA-2023:3612


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.

4) Resource exhaustion

EUVDB-ID: #VU74571

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-24534

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 due to application does not properly control consumption of internal resources when parsing HTTP and MIME headers in net/textproto. A remote attacker can cause an HTTP server to allocate large amounts of memory from a small request and perform a denial of service (DoS) attack.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

Red Hat OpenShift Container Platform: 4.13.0 - 4.13.3

runc (Red Hat package): before 1.1.6-4.rhaos4.13.el8

containernetworking-plugins (Red Hat package): before 1.0.1-7.rhaos4.13.el8

skopeo (Red Hat package): before 1.11.2-2.rhaos4.13.el8

podman (Red Hat package): before 4.4.1-5.1.rhaos4.13.el9

openshift (Red Hat package): before 4.13.0-202306072143.p0.g7d22122.assembly.stream.el9

cri-o (Red Hat package): before 1.26.3-10.rhaos4.13.git994242a.el9

conmon (Red Hat package): before 2.1.7-2.rhaos4.13.el8

buildah (Red Hat package): before 1.29.1-2.rhaos4.13.el8

kernel (Red Hat package): before 5.14.0-284.18.1.el9_2

kernel-rt (Red Hat package): before 5.14.0-284.18.1.rt14.303.el9_2

External links

http://access.redhat.com/errata/RHSA-2023:3612


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.

5) Resource management error

EUVDB-ID: #VU74572

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-24536

CWE-ID: CWE-399 - Resource Management Errors

Exploit availability: No

Description

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

The vulnerability exists due to improper management of internal resources within mime/multipart and net/textproto components when parsing multipart forms. A remote attacker can pass specially crafted request to the application and perform a denial of service (DoS) attack.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

Red Hat OpenShift Container Platform: 4.13.0 - 4.13.3

runc (Red Hat package): before 1.1.6-4.rhaos4.13.el8

containernetworking-plugins (Red Hat package): before 1.0.1-7.rhaos4.13.el8

skopeo (Red Hat package): before 1.11.2-2.rhaos4.13.el8

podman (Red Hat package): before 4.4.1-5.1.rhaos4.13.el9

openshift (Red Hat package): before 4.13.0-202306072143.p0.g7d22122.assembly.stream.el9

cri-o (Red Hat package): before 1.26.3-10.rhaos4.13.git994242a.el9

conmon (Red Hat package): before 2.1.7-2.rhaos4.13.el8

buildah (Red Hat package): before 1.29.1-2.rhaos4.13.el8

kernel (Red Hat package): before 5.14.0-284.18.1.el9_2

kernel-rt (Red Hat package): before 5.14.0-284.18.1.rt14.303.el9_2

External links

http://access.redhat.com/errata/RHSA-2023:3612


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.

6) Infinite loop

EUVDB-ID: #VU74573

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-24537

CWE-ID: CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')

Exploit availability: No

Description

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

The vulnerability exists due to infinite loop when calling any of the Parse functions on Go source code which contains //line directives with very large line numbers. A remote attacker can consume all available system resources and cause denial of service conditions.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

Red Hat OpenShift Container Platform: 4.13.0 - 4.13.3

runc (Red Hat package): before 1.1.6-4.rhaos4.13.el8

containernetworking-plugins (Red Hat package): before 1.0.1-7.rhaos4.13.el8

skopeo (Red Hat package): before 1.11.2-2.rhaos4.13.el8

podman (Red Hat package): before 4.4.1-5.1.rhaos4.13.el9

openshift (Red Hat package): before 4.13.0-202306072143.p0.g7d22122.assembly.stream.el9

cri-o (Red Hat package): before 1.26.3-10.rhaos4.13.git994242a.el9

conmon (Red Hat package): before 2.1.7-2.rhaos4.13.el8

buildah (Red Hat package): before 1.29.1-2.rhaos4.13.el8

kernel (Red Hat package): before 5.14.0-284.18.1.el9_2

kernel-rt (Red Hat package): before 5.14.0-284.18.1.rt14.303.el9_2

External links

http://access.redhat.com/errata/RHSA-2023:3612


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.

7) Code Injection

EUVDB-ID: #VU74574

Risk: High

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

CVE-ID: CVE-2023-24538

CWE-ID: CWE-94 - Improper Control of Generation of Code ('Code Injection')

Exploit availability: No

Description

The vulnerability allows a remote attacker to execute arbitrary code on the target system.

The vulnerability exists due to improper input validation in html/template when handling JavaScript templates that contain backticks in code. If a template contains a Go template action within a JavaScript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary JavaScript code into the Go template.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

Red Hat OpenShift Container Platform: 4.13.0 - 4.13.3

runc (Red Hat package): before 1.1.6-4.rhaos4.13.el8

containernetworking-plugins (Red Hat package): before 1.0.1-7.rhaos4.13.el8

skopeo (Red Hat package): before 1.11.2-2.rhaos4.13.el8

podman (Red Hat package): before 4.4.1-5.1.rhaos4.13.el9

openshift (Red Hat package): before 4.13.0-202306072143.p0.g7d22122.assembly.stream.el9

cri-o (Red Hat package): before 1.26.3-10.rhaos4.13.git994242a.el9

conmon (Red Hat package): before 2.1.7-2.rhaos4.13.el8

buildah (Red Hat package): before 1.29.1-2.rhaos4.13.el8

kernel (Red Hat package): before 5.14.0-284.18.1.el9_2

kernel-rt (Red Hat package): before 5.14.0-284.18.1.rt14.303.el9_2

External links

http://access.redhat.com/errata/RHSA-2023:3612


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.

8) Code Injection

EUVDB-ID: #VU75791

Risk: Medium

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

CVE-ID: CVE-2023-24540

CWE-ID: CWE-94 - Improper Control of Generation of Code ('Code Injection')

Exploit availability: No

Description

The vulnerability allows a remote attacker to execute arbitrary JavaScript code.

The vulnerability exists due to improper input validation when processing whitespace characters. A remote attacker can send a specially crafted request and execute arbitrary JavaScript code.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

Red Hat OpenShift Container Platform: 4.13.0 - 4.13.3

runc (Red Hat package): before 1.1.6-4.rhaos4.13.el8

containernetworking-plugins (Red Hat package): before 1.0.1-7.rhaos4.13.el8

skopeo (Red Hat package): before 1.11.2-2.rhaos4.13.el8

podman (Red Hat package): before 4.4.1-5.1.rhaos4.13.el9

openshift (Red Hat package): before 4.13.0-202306072143.p0.g7d22122.assembly.stream.el9

cri-o (Red Hat package): before 1.26.3-10.rhaos4.13.git994242a.el9

conmon (Red Hat package): before 2.1.7-2.rhaos4.13.el8

buildah (Red Hat package): before 1.29.1-2.rhaos4.13.el8

kernel (Red Hat package): before 5.14.0-284.18.1.el9_2

kernel-rt (Red Hat package): before 5.14.0-284.18.1.rt14.303.el9_2

External links

http://access.redhat.com/errata/RHSA-2023:3612


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.

9) Improper access control

EUVDB-ID: #VU74190

Risk: Low

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

CVE-ID: CVE-2023-27561

CWE-ID: CWE-284 - Improper Access Control

Exploit availability: No

Description

The vulnerability allows a local user to compromise the target system.

The vulnerability exists due to improper access restrictions in the libcontainer/rootfs_linux.go. A local user can gain elevated privileges on the target system.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

Red Hat OpenShift Container Platform: 4.13.0 - 4.13.3

runc (Red Hat package): before 1.1.6-4.rhaos4.13.el8

containernetworking-plugins (Red Hat package): before 1.0.1-7.rhaos4.13.el8

skopeo (Red Hat package): before 1.11.2-2.rhaos4.13.el8

podman (Red Hat package): before 4.4.1-5.1.rhaos4.13.el9

openshift (Red Hat package): before 4.13.0-202306072143.p0.g7d22122.assembly.stream.el9

cri-o (Red Hat package): before 1.26.3-10.rhaos4.13.git994242a.el9

conmon (Red Hat package): before 2.1.7-2.rhaos4.13.el8

buildah (Red Hat package): before 1.29.1-2.rhaos4.13.el8

kernel (Red Hat package): before 5.14.0-284.18.1.el9_2

kernel-rt (Red Hat package): before 5.14.0-284.18.1.rt14.303.el9_2

External links

http://access.redhat.com/errata/RHSA-2023:3612


Q & A

Can this vulnerability be exploited remotely?

No. This vulnerability can be exploited locally. The attacker should have authentication credentials and successfully authenticate on the system.

Is there known malware, which exploits this vulnerability?

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

10) Improper access control

EUVDB-ID: #VU25847

Risk: Low

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

CVE-ID: CVE-2019-19921

CWE-ID: CWE-284 - Improper Access Control

Exploit availability: No

Description

The vulnerability allows a local user to gain unauthorized access to sensitive information.

The vulnerability exists due to improper access restrictions, related to libcontainer/rootfs_linux.go in runc. A local user with ability to spawn two containers with custom volume-mount configurations, and run custom images can escalate privileges on the system.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

Red Hat OpenShift Container Platform: 4.13.0 - 4.13.3

runc (Red Hat package): before 1.1.6-4.rhaos4.13.el8

containernetworking-plugins (Red Hat package): before 1.0.1-7.rhaos4.13.el8

skopeo (Red Hat package): before 1.11.2-2.rhaos4.13.el8

podman (Red Hat package): before 4.4.1-5.1.rhaos4.13.el9

openshift (Red Hat package): before 4.13.0-202306072143.p0.g7d22122.assembly.stream.el9

cri-o (Red Hat package): before 1.26.3-10.rhaos4.13.git994242a.el9

conmon (Red Hat package): before 2.1.7-2.rhaos4.13.el8

buildah (Red Hat package): before 1.29.1-2.rhaos4.13.el8

kernel (Red Hat package): before 5.14.0-284.18.1.el9_2

kernel-rt (Red Hat package): before 5.14.0-284.18.1.rt14.303.el9_2

External links

http://access.redhat.com/errata/RHSA-2023:3612


Q & A

Can this vulnerability be exploited remotely?

No. This vulnerability can be exploited locally. The attacker should have authentication credentials and successfully authenticate on the system.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability. However, proof of concept for this vulnerability is available.



###SIDEBAR###