Where
-Infinity
0

Vendor Risk Score

See how red hat compares to other vendors in security performance

View Risk Score →

Software

red hat red hat enterprise linux for x86_64 - update services for sap solutions
2522
red hat red hat enterprise linux server for power le - update services for sap solutions
2489
red hat red hat enterprise linux server - aus
2150
red hat red hat enterprise linux for arm 64 - 4 years of updates
1967
red hat red hat enterprise linux for x86_64
1937
red hat red hat enterprise linux for ibm z systems - 4 years of updates
1920
red hat red hat enterprise linux for power, little endian
1913
red hat red hat enterprise linux for arm 64
1891
red hat red hat enterprise linux for power, little endian - extended update support
1848
red hat red hat enterprise linux for x86_64 - extended update support
1825
red hat red hat enterprise linux for arm 64 - extended update support
1819
red hat red hat enterprise linux for ibm z systems
1813
red hat red hat enterprise linux for ibm z systems - extended update support
1744
red hat red hat enterprise linux for x86_64 - extended life cycle
1114
red hat red hat enterprise linux for power, little endian - extended life cycle
1088
red hat red hat enterprise linux for arm 64 - extended life cycle
1042
red hat red hat enterprise linux for ibm z systems - extended life cycle
1019
red hat enterprise linux server
800
red hat enterprise linux for sap solutions
785
red hat enterprise linux for power, little endian - extended update support
784
red hat enterprise linux server for power le - update services for sap solutions
784
red hat red hat enterprise linux server - tus
730
red hat enterprise linux server for ibm z systems
714
red hat red hat codeready linux builder for x86_64 - extended update support
687
red hat red hat codeready linux builder for arm 64 - extended update support
683
red hat red hat codeready linux builder for power, little endian - extended update support
681
red hat red hat codeready linux builder for x86_64
680
red hat red hat codeready linux builder for arm 64
675
red hat red hat codeready linux builder for power, little endian
670
red hat red hat codeready linux builder for ibm z systems - extended update support
651
red hat red hat codeready linux builder for ibm z systems
598
red hat enterprise linux for arm 64
568
red hat openshift container platform
568
red hat red hat enterprise linux for x86_64 - extended update support extension
531
red hat red hat enterprise linux for power, little endian - 4 years of support
501
red hat red hat enterprise linux for x86_64 - 4 years of updates
499
red hat enterprise linux 8
489
red hat enterprise linux for arm64 eus
457
red hat red hat openshift container platform
454
red hat enterprise linux for x86_64 - extended update support
422
red hat enterprise linux for ibm z systems
414
red hat red hat hardened images
265
red hat red hat openshift container platform for power
243
red hat red hat openshift container platform for arm 64
242
red hat red hat openshift container platform for ibm z and linuxone
241
red hat codeready linux builder for x86_64 - extended update support
228
red hat codeready linux builder for ibm z systems
196
red hat red hat enterprise linux server for arm 64 - 4 years of updates
174
red hat red hat enterprise linux for x86_64 - extended life cycle long life
171
red hat openshift container platform for ibm linuxone
164
Severity
7.1
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H

A flaw was found in the OpenShift Pipelines operator (tektoncd/operator). The operator ships a ClusterRoleBinding (tekton-scheduler-rolebinding) that binds ClusterRole/tekton-scheduler-role to the system:authenticated group, granting all authenticated users cluster-wide create/update/patch/delete permissions on kueue.x-k8s.io resources (ResourceFlavor, Workload, WorkloadPriorityClass) and create/update permissions on cert-manager.io resources (Certificate, Issuer). When Kueue CRDs are present (e.g., via RHOAI), any authenticated user can disrupt cross-tenant workload scheduling by deleting ResourceFlavors, destroy other tenants' Workload objects, or tamper with scheduling priority. When cert-manager is installed, any authenticated user can create Certificate objects targeting arbitrary Secrets, including the default ingress controller's TLS Secret (openshift-ingress/router-certs-default), causing cert-manager to overwrite it with an attacker-influenced certificate. This confused deputy attack crosses authorization boundaries — the attacker cannot write Secrets directly but leverages cert-manager's ServiceAccount to do so. The RBAC objects are installed unconditionally even when the Tekton Scheduler feature is disabled.

1 / 2
Source: Red Hat
First published (updated )
Severity
6.1
EPSS
0.01%
AV:A/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N

A vulnerability in the assisted-service REST API, an optional Assisted Installer (assisted-service) component in the Multicluster Engine (MCE), allows an authenticated user with minimal namespace-scoped privileges to obtain administrative credentials for arbitrary clusters provisioned through the hub.

The credentials download endpoint (GET /v2/clusters/{clusterid}/credentials, which returns the kubeadmin password) and the kubeconfig download endpoint are operational in AUTHTYPE=local mode, the only authentication mode available in on-premises ACM/MCE hub deployments. The local authenticator unconditionally grants full administrative access to any request bearing a valid JWT, with no per-endpoint restrictions. A valid local JWT is embedded as a plaintext query parameter in InfraEnvStatus.ISODownloadURL and is readable by any user who has get rights on an InfraEnv object in their own namespace.

The affected components ship as part of Multicluster Engine (MCE). The Red Hat Advanced Cluster Management (ACM) deployments that include MCE are equally affected. This issue does not affect the hosted SaaS offering (console.redhat.com), which uses a different authentication mode.

Successful exploitation gives the attacker the kubeadmin password and kubeconfig for any OpenShift cluster provisioned through the affected hub, granting unrestricted root-level administrative access to those spoke clusters.

First published (updated )
Severity
7.5
Buffer Overflow
AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

A heap-based buffer overflow was found in Corosync's Totem Process Group (totempg) message reassembly. When processing fragmented multicast messages, the buffer used to reassemble fragments lacks a runtime bounds check in release builds. A network-adjacent attacker able to send crafted multicast protocol messages to the cluster could cause a heap buffer overflow with attacker-controlled data. This can crash the Corosync daemon, causing a denial of service to the entire cluster, and may potentially allow further exploitation given sufficient heap-corruption control.

1 / 2
Source: MITRE
First published (updated )
Severity
7.4
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

A flaw was found in EAP's IIOP. The listener's NameService would accept bind operations without authentication, allowing an attacker to hijack JNDI lookups and binding them to a malicious ORB, achieving MITM or DoS on further invocations.

1 / 2
Source: MITRE
First published (updated )
Severity
7.5
XEE
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

A flaw was found in RESTEasy's SourceProvider. This vulnerability allows an unauthenticated attacker to perform an unauthenticated remote file read. By sending a specially crafted XML body with a DOCTYPE declaration referencing external entities to an endpoint that accepts application/xml and returns Source or StreamSource, the server can be tricked into resolving the entity and including sensitive file contents in the HTTP response. This is due to the SourceProvider.writeTo() method creating a SAXParser without disabling external entity resolution, leading to an XML External Entity (XXE) vulnerability.

First published (updated )
Severity
7

Important: kernel-rt security, bug fix, and enhancement update

First published (updated )
Severity
7

Important: kernel security, bug fix, and enhancement update

First published (updated )
Severity
5
AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N

A flaw was found in Keycloak. When the logging format is configured to a verbose, user-supplied pattern (such as the pre-defined 'long' pattern), sensitive headers including Authorization and Cookie are disclosed to the logs in cleartext. An attacker with read access to the log files can extract these credentials (e.g., bearer tokens, session cookies) and use them to impersonate users, leading to a full account compromise.

1 / 2
Source: MITRE
First published (updated )
Severity
7
OS Command Injection
AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H

A flaw was found in rpm. A local attacker could supply a specially crafted .gem filename containing RPM macro syntax. When a user or automated workflow invokes rpmuncompress -x on this file, the macro expansion occurs during command construction. This allows the attacker to execute arbitrary commands with the privileges of the invoking account, leading to a compromise of confidentiality, integrity, and availability.

1 / 2
Source: MITRE
First published (updated )
Severity
7

Important: Satellite 6.17.11 Async Update

First published (updated )
Severity
7

Important: Satellite 6.18.9 Async Update

First published (updated )
Severity
6.8
SSRF
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N

A flaw was found in Red Hat Quay's repository-level mirror configuration feature. The POST and PUT handlers in endpoints/api/mirror.py accept an externalreference parameter without SSRF validation, unlike the organization-level mirror handlers which apply validateexternalregistryurl(). A repository administrator can supply a crafted hostname that causes the Quay mirror worker to make requests via Skopeo to internal network services, cloud metadata endpoints, or other resources not intended to be reachable from the Quay application.

1 / 2
Source: MITRE
First published (updated )
Severity
7

General availability of the satellite/iop-host-inventory-frontend-rhel9 container image

First published (updated )
Severity
7

Technical preview of the satellite/iop-vmaas-rhel9 container image

First published (updated )
Severity
7

General availability of the satellite/iop-remediations-rhel9 container image

First published (updated )
Severity
7

original reporting:

Missing Authentication — pre-auth CosNaming write ops on iiop-openjdk :3528 (JBoss EAP)

Missing authentication on the IIOP CosNaming service: the :3528 IIOP listener's NameService accepts bind/rebind/unbind operations without any authentication, allowing an unauthenticated attacker to hijack EJB JNDI lookups by rebinding stub references to an attacker-controlled ORB (MITM for all subsequent client invocations) or to unbind critical services for denial of service. findings/jboss-eap96.md

First published (updated )
Severity
7

General availability of the satellite/iop-remediations-rhel9 container image

First published (updated )
Severity
7

General availability of the satellite/iop-host-inventory-frontend-rhel9 container image

First published (updated )
Severity
7

Technical preview of the satellite/iop-vmaas-rhel9 container image

First published (updated )
Severity
7

satellite/iop-vulnerability-engine-rhel9 container image available as a Technology Preview

First published (updated )
Severity
7

satellite/iop-vulnerability-engine-rhel9 container image available as a Technology Preview

First published (updated )
Severity
7

Important: Red Hat Build of Apache Camel 4.18 for Quarkus 3.33 update is now available (RHBQ 3.33.3.SP1)

First published (updated )
Severity
7.8
OS Command Injection, Command Injection
AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

A flaw was found in rpm. An attacker can exploit a command injection vulnerability by influencing the path or filename of a tarball processed by rpmbuild -t to include shell metacharacters. This is particularly relevant in automated build or continuous integration (CI) workflows that ingest externally supplied artifact names. Successful exploitation allows for arbitrary command execution with the privileges of the build user, which could lead to information disclosure or disruption of the build environment.

1 / 2
Source: MITRE
First published (updated )
Severity
7.8
OS Command Injection, Command Injection
AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

A flaw was found in rpmuncompress. This command injection vulnerability allows a local attacker to execute arbitrary commands. This occurs when rpmuncompress processes a specially crafted archive filename containing shell metacharacters, which are not properly escaped before being passed to shell command strings. Successful exploitation requires user interaction, where a user or automated workflow invokes rpmuncompress on the malicious file, leading to high impact on the confidentiality, integrity, and availability of data accessible to the invoking user.

1 / 2
Source: MITRE
First published (updated )
Severity
4.3
Path Traversal
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

A flaw was found in the OpenShift Console, an endpoint for plugins to serve resources in multiple languages: /locales/resources.json. This endpoint's lng and ns parameters are used to construct a filepath in pkg/plugins/handlers unsafely.go#L112 Because of this unsafe filepath construction, an authenticated user can manipulate the path to retrieve any JSON files on the console's pod by using sequences of ../ and valid directory paths.

1 / 2
Source: NVD
First published (updated )
Severity
7.4
SSRF, CSRF
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L

A flaw was found in the OpenShift Console Dev Console webhook helper endpoints. The /api/dev-console/webhooks/github, /gitlab, and /bitbucket endpoints accept user-supplied hostName/baseURL parameters and perform server-side HTTP POST requests from the openshift-console pod to arbitrary URLs without URL validation or private-range blocking. By appending a query separator (?) to the hostName, the attacker neutralizes the fixed URL suffix and gains full path control, making this a general-purpose authenticated HTTP POST proxy. The full target response (status code, headers, and body) is reflected back to the caller without size limits. Any authenticated console user, including those with no project access, can exploit this to reach cluster-internal HTTP services from the console pod network position with arbitrary POST bodies and attacker-specified headers. The header denylist uses case-sensitive exact matching, allowing bypass of Cookie and X-CSRFToken filtering via case variants. No HTTP client timeout or response body size limit is enforced.

1 / 2
Source: Red Hat
First published (updated )
Severity
7.4
SSRF
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L

A flaw was found in the OpenShift Console Helm catalog proxy. A tenant with namespace edit permissions can create a ProjectHelmChartRepository (PHCR) resource with an arbitrary spec.connectionConfig.url. When any user browses the namespace Helm catalog, the openshift-console pod fetches that URL server-side without URL validation or private-range blocking. The tenant can supply custom CA certificates, TLS client certificates, and basic authentication credentials from namespace-scoped ConfigMaps and Secrets that the console pod consumes for the outbound request, enabling the console to present attacker-controlled authentication identities. The console pod fetch bypasses tenant namespace egress NetworkPolicy restrictions. Tenant-controlled chart metadata with trust-spoofed annotations is preserved in the aggregated catalog response visible to other users. Additionally, if a cluster-admin installs a tenant-planted chart through the console UI, cluster-scoped resources (ClusterRole, ClusterRoleBinding) are created under admin authority, enabling admin-mediated privilege escalation. Same-namespace Helm catalog availability can be degraded by planting multiple slow-responding PHCRs.

1 / 2
Source: Red Hat
First published (updated )
Severity
8
Path Traversal
AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

A path traversal flaw was found in SSSD's AD GPO provider. The adgpoextractsmbcomponents() function does not sanitize .. sequences in the gPCFileSysPath LDAP attribute, allowing an attacker with AD GPO management access to write files outside the GPO cache directory as root. On default RHEL configurations with SELinux enforcing, this can be used to inject Kerberos configuration leading to authentication bypass.

1 / 2
Source: MITRE
First published (updated )

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
Ā© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203