Skip to content

Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to cb5c5f7 [SECURITY] - #105

Open
red-hat-konflux[bot] wants to merge 1 commit into
tech-previewfrom
konflux/mintmaker/tech-preview/docker-registry.redhat.io-openshift4-ose-cli-rhel9-vulnerability
Open

Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to cb5c5f7 [SECURITY]#105
red-hat-konflux[bot] wants to merge 1 commit into
tech-previewfrom
konflux/mintmaker/tech-preview/docker-registry.redhat.io-openshift4-ose-cli-rhel9-vulnerability

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jul 28, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
registry.redhat.io/openshift4/ose-cli-rhel9 stage digest ac644e3cb5c5f7

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


js-yaml: js-yaml: Denial of Service via crafted YAML documents

CVE-2026-59869

More information

Details

A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.

Severity

Important

References


tar: node-tar: Denial of Service via crafted gzip bomb

CVE-2026-59873

More information

Details

A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on the total decompressed data, the number of entries, or the decompression ratio during extraction and parsing. The primary impact is a Denial of Service (DoS), making the affected system or application unavailable.

Severity

Important

References


brace-expansion: Brace-expansion: Denial of Service via memory exhaustion in expand() function

CVE-2026-14257

More information

Details

A flaw was found in brace-expansion. A remote attacker can exploit this vulnerability by providing specially crafted input to the expand() function, which can lead to excessive memory consumption. This can cause a denial of service (DoS) by crashing the application due to an out-of-memory error.

Severity

Important

References


github.com/hashicorp/memberlist: HashiCorp memberlist: Denial of Service via push/pull state handling

CVE-2026-14362

More information

Details

A flaw was found in HashiCorp memberlist. An attacker with network access to the gossip port could exploit a vulnerability in the push/pull state handling. This could lead to memory exhaustion on a receiving node, causing the process to terminate. This flaw results in a Denial of Service (DoS).

Severity

Important

References


hypershift: Konnectivity proxy-server accepts agent connections without validating client certificates

CVE-2026-16242

More information

Details

A flaw was found in the Konnectivity proxy-server configuration for hosted control planes. The agent-facing listener was started without --cluster-ca-cert (and without token-based agent authentication), so client certificates were not validated. A remote attacker who can reach the Konnectivity cluster endpoint could connect as an unauthenticated agent, join the routing pool, and potentially proxy, inspect, modify, or drop control-plane-to-node traffic.

Severity

Critical

References


dompurify: DOMPurify: Cross-site scripting vulnerability allows code execution

CVE-2026-49978

More information

Details

A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting (XSS) attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a <template>.content. This oversight allows an attacker to embed malicious code, such as JavaScript, which could then execute when the sanitized template is used by an application, potentially leading to unauthorized actions or information disclosure.

Severity

Critical

References


linkify-it: linkify-it: Denial of Service via algorithmic complexity vulnerability

CVE-2026-48801

More information

Details

A flaw was found in linkify-it, a library for recognizing links with full Unicode support. The LinkifyIt.prototype.match function, the package's primary public API, has an algorithmic complexity of O(N²) for inputs containing many fuzzy links or emails. This can be exploited by a remote attacker sending a specially crafted request body, leading to a worker-process denial of service (DoS) due to excessive CPU usage when synchronously rendering untrusted Markdown with linkify enabled.

Severity

Important

References


protobufjs: protobufjs: Denial of Service via crafted .proto schema

CVE-2026-59877

More information

Details

A flaw was found in protobufjs, a JavaScript (JS) library for compiling protobuf definitions. A remote attacker could exploit this vulnerability by providing a specially crafted .proto schema. This schema, designed to prematurely end an option declaration, can cause the library's parsing functions to loop indefinitely. This leads to a Denial of Service (DoS), making the affected system unresponsive.

Severity

Important

References


ironic-python-agent: OpenStack Ironic Python Agent: Arbitrary code execution via malicious configuration

CVE-2026-66138

More information

Details

A vulnerability was found in Ironic-Python-Agent's (IPA) time syncing code. The value of the ntp_server configuration option is inserted into a shell command without sanitization. This command is run as root very early in the IPA startup flow, allowing an attacker to run arbitrary commands as root. This value can be set in three ways; directly in an operator-created ramdisk, set via kernel command line using Ironic, or passing the parameters via mDNS responder for mDNS enabled installation. For the most common, and highest security risk case, this means a Manager role associated with the project set as node.owner may be able to trigger this vulnerability.

Severity

Important

References


brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation

CVE-2026-69152

More information

Details

A flaw was found in the brace-expansion library. The expand() function does not apply maxLength when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is due to an incomplete mitigation of CVE-2026-14257.

Severity

Important

References


nanoid: nanoid: Predictable ID generation due to integer overflow

CVE-2026-73086

More information

Details

A flaw was found in nanoid, a JavaScript library for generating unique string IDs. A remote attacker could exploit an integer overflow vulnerability by providing a specific input to the nanoid(size) function. This issue causes the internal random number generator to become predictable, leading to the generation of identical identifiers for session tokens, security tokens (Cross-Site Request Forgery (CSRF) tokens), and API keys. Such predictability could allow an attacker to bypass security measures that rely on unique and random identifiers.

Severity

Important

References


postcss: PostCSS: Information disclosure and denial of service via crafted CSS input

CVE-2026-45623

More information

Details

A flaw was found in PostCSS, a tool that processes CSS files. An attacker who provides specially crafted CSS input containing a malicious source map comment can cause the system to read arbitrary files from the local filesystem. This can lead to the disclosure of sensitive information, specifically the first few bytes of file content. Additionally, this vulnerability may be exploited to cause a Denial of Service (DoS) by targeting large files, making the system unavailable.

Severity

Important

References


ip-address: ip-address: Server-Side Request Forgery via IPv4-mapped/NAT64 IPv6 address misclassification

CVE-2026-54272

More information

Details

A flaw was found in the ip-address library. This library, used for parsing and manipulating IPv4 and IPv6 addresses in JavaScript, is vulnerable to Server-Side Request Forgery (SSRF) due to incorrect classification of IPv4-mapped/NAT64 IPv6 addresses. An attacker could exploit this misclassification to bypass network restrictions and potentially access or manipulate internal resources. This vulnerability can be exploited on any dual-stack host for IPv4-mapped addresses, and for NAT64, it requires a NAT64/DNS64 gateway in the deployment network.

Severity

Important

References


postcss: PostCSS: Information disclosure via crafted sourceMappingURL

CVE-2026-69153

More information

Details

A flaw was found in PostCSS. A remote attacker can exploit this vulnerability by providing a specially crafted sourceMappingURL when a specific configuration (the 'from' parameter) is not set. This can cause the application to read and expose unintended source-map files, potentially revealing sensitive information about the application's source code.

Severity

Important

References


ip-address: ip-address: Inconsistent IP address parsing leads to Server-Side Request Forgery (SSRF) and trust-boundary bypass

CVE-2026-69192

More information

Details

A flaw was found in the ip-address library. This library incorrectly interprets IPv4 address octets with leading zeros as decimal, while standard network parsers interpret them as octal. This inconsistency can cause applications to misclassify network targets, allowing a remote attacker to bypass security measures like Server-Side Request Forgery (SSRF) filters and potentially gain unauthorized access to internal systems.

Severity

Important

References


tar: node-tar: Denial of Service via crafted long-path tar archive

CVE-2026-73566

More information

Details

A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could provide a specially crafted tar archive with a long-path header. When processing this archive with a non-empty member-selection list, an uncontrolled recursion in the filesFilter function can lead to a stack overflow. This issue results in a denial of service (DoS) by terminating Node.js applications that consume these archives.

Severity

Important

References


dompurify: DOMPurify: Cross-site scripting vulnerability allows code execution

CVE-2026-49978

More information

Details

A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting (XSS) attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a <template>.content. This oversight allows an attacker to embed malicious code, such as JavaScript, which could then execute when the sanitized template is used by an application, potentially leading to unauthorized actions or information disclosure.

Severity

Important

References


fast-uri: fast-uri: Host confusion vulnerability via backslash in URI authority

CVE-2026-18446

More information

Details

A flaw was found in fast-uri. This vulnerability arises because fast-uri incorrectly parses Uniform Resource Identifiers (URIs) when a backslash is used in place of a forward slash to introduce the authority component. This discrepancy with Node's native WHATWG URL parser can lead to host confusion. A remote attacker could exploit this to bypass security policies, such as allowlists or Server-Side Request Forgery (SSRF) filters, potentially redirecting applications to unintended hosts.

Severity

Important

References


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot changed the title Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to 84bb323 [SECURITY] Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to f8bbc73 [SECURITY] Aug 4, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/tech-preview/docker-registry.redhat.io-openshift4-ose-cli-rhel9-vulnerability branch from 212b2ff to e1f6522 Compare August 4, 2026 17:16
@red-hat-konflux red-hat-konflux Bot changed the title Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to f8bbc73 [SECURITY] Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to 1ee2b21 [SECURITY] Aug 12, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/tech-preview/docker-registry.redhat.io-openshift4-ose-cli-rhel9-vulnerability branch from e1f6522 to b69d396 Compare August 12, 2026 03:23
@red-hat-konflux red-hat-konflux Bot changed the title Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to 1ee2b21 [SECURITY] Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to 8c717f0 [SECURITY] Aug 19, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/tech-preview/docker-registry.redhat.io-openshift4-ose-cli-rhel9-vulnerability branch from b69d396 to c17bf2a Compare August 19, 2026 03:08
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/tech-preview/docker-registry.redhat.io-openshift4-ose-cli-rhel9-vulnerability branch from c17bf2a to 6b2d89f Compare August 26, 2026 03:25
@red-hat-konflux red-hat-konflux Bot changed the title Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to 8c717f0 [SECURITY] Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to cc66271 [SECURITY] Aug 26, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/tech-preview/docker-registry.redhat.io-openshift4-ose-cli-rhel9-vulnerability branch from 6b2d89f to 8abfe0f Compare September 1, 2026 12:14
@red-hat-konflux red-hat-konflux Bot changed the title Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to cc66271 [SECURITY] Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to 2c146d7 [SECURITY] Sep 1, 2026
…b5c5f7 [SECURITY]

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/tech-preview/docker-registry.redhat.io-openshift4-ose-cli-rhel9-vulnerability branch from 8abfe0f to c6aec41 Compare September 9, 2026 02:21
@red-hat-konflux red-hat-konflux Bot changed the title Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to 2c146d7 [SECURITY] Update registry.redhat.io/openshift4/ose-cli-rhel9 Docker digest to cb5c5f7 [SECURITY] Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants