GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-34986 (GCVE-0-2026-34986)

Vulnerability from cvelistv5 – Published: 2026-04-06 16:22 – Updated: 2026-09-18 12:04
VLAI
Title
Go JOSE affect by a panic in JWE decryption
Summary
Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. Prior to 4.1.4 and 3.0.5, decrypting a JSON Web Encryption (JWE) object will panic if the alg field indicates a key wrapping algorithm (one ending in KW, with the exception of A128GCMKW, A192GCMKW, and A256GCMKW) and the encrypted_key field is empty. The panic happens when cipher.KeyUnwrap() in key_wrap.go attempts to allocate a slice with a zero or negative length based on the length of the encrypted_key. This code path is reachable from ParseEncrypted() / ParseEncryptedJSON() / ParseEncryptedCompact() followed by Decrypt() on the resulting object. Note that the parse functions take a list of accepted key algorithms. If the accepted key algorithms do not include any key wrapping algorithms, parsing will fail and the application will be unaffected. This panic is also reachable by calling cipher.KeyUnwrap() directly with any ciphertext parameter less than 16 bytes long, but calling this function directly is less common. Panics can lead to denial of service. This vulnerability is fixed in 4.1.4 and 3.0.5.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-04-07 14:21 UTC
CWE
  • CWE-248 - Uncaught Exception
  • CWE-131 - Incorrect Calculation of Buffer Size
References
URL Tags
https://github.com/go-jose/go-jose/security/advis… x_refsource_CONFIRM
https://pkg.go.dev/github.com/go-jose/go-jose/v4#… x_refsource_MISC
https://access.redhat.com/security/cve/CVE-2026-34986 vdb-entryx_refsource_REDHAT
https://bugzilla.redhat.com/show_bug.cgi?id=2455470 issue-trackingx_refsource_REDHAT
https://security.access.redhat.com/data/csaf/v2/v… x_sadp-csaf-vex
https://access.redhat.com/errata/RHSA-2026:65906 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:65838 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:62548 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:66385 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17789 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:60452 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:60444 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:60449 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:20569 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19719 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:27856 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17040 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:16696 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:22937 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19135 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:22450 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19017 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:33722 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:35833 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:48790 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:49944 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:25252 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:25248 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:25250 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:34192 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:32991 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:34196 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:34197 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19721 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:20607 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19720 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:26054 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17287 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:20609 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:10135 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19186 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:23228 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19353 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:22714 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19173 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:26636 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:57590 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:34364 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:47952 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:26585 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:22423 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:22347 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:23345 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:51033 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:29854 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:26568 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:25127 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:11070 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:11217 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:13791 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:13829 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:41928 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:24977 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19712 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:62550 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:60023 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:34099 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17598 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:57487 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:27001 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17448 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:57408 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:27004 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:20041 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:27063 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:48676 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:21703 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:25194 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17468 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:25187 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:44267 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:21709 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:23241 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:27044 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:20034 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:54602 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17474 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:34794 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:25206 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:10175 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:36820 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:62260 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:20946 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:24484 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:21932 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:21931 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:11688 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:9448 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:8490 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:9453 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:8491 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:8493 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:9388 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:9385 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17550 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:56431 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:41941 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17547 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:41944 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:56366 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:12279 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:12277 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:57013 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:40984 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:56968 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:37387 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:11916 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:22840 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:11856 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:22629 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:21017 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:24853 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19375 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:22465 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:48085 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:23361 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:11996 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:10125 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:10130 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:24475 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:24482 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:24479 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:24477 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:24471 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:21769 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19108 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:12116 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:19099 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:46885 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:28198 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17459 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17458 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:11512 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17123 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:22258 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:17121 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:22260 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:30650 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:18584 vendor-advisoryx_refsource_REDHAT
https://access.redhat.com/errata/RHSA-2026:18585 vendor-advisoryx_refsource_REDHAT
Impacted products
Vendor Product Version CPE status
go-jose go-jose Affected: >= 4.0.0, < 4.1.4
Affected: < 3.0.5
guessed Create a notification for this product.
Red Hat Cryostat 4 on RHEL 9 Unaffected: 4.2.0-13 , < * (rpm)
    cpe:/a:redhat:cryostat:4::el9
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 10 Unaffected: 7:5.8.2-1.el10_2 , < * (rpm)
    cpe:/o:redhat:enterprise_linux:10.2
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 10 Unaffected: 0:0.144.0-2.el10_2 , < * (rpm)
    cpe:/o:redhat:enterprise_linux:10.2
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 10 Unaffected: 0:165.1-2.el10_2 , < * (rpm)
    cpe:/o:redhat:enterprise_linux:10.2
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 10 Unaffected: 0:52.1-1.el10_2 , < * (rpm)
    cpe:/o:redhat:enterprise_linux:10.2
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 10 Unaffected: 0:1.1.2-1.el10_2 , < * (rpm)
    cpe:/o:redhat:enterprise_linux:10.2
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 10.0 Extended Update Support Unaffected: 2:1.18.1-3.el10_0.1 , < * (rpm)
    cpe:/o:redhat:enterprise_linux_eus:10.0
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 10.0 Extended Update Support Unaffected: 6:5.4.0-15.el10_0.1 , < * (rpm)
    cpe:/o:redhat:enterprise_linux_eus:10.0
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 10.0 Extended Update Support Unaffected: 0:0.144.0-2.el10_0 , < * (rpm)
    cpe:/o:redhat:enterprise_linux_eus:10.0
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 10.0 Extended Update Support Unaffected: 2:1.39.9-1.el10_0 , < * (rpm)
    cpe:/o:redhat:enterprise_linux_eus:10.0
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 10.0 Extended Update Support Unaffected: 0:134.1-9.el10_0 , < * (rpm)
    cpe:/o:redhat:enterprise_linux_eus:10.0
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 8 Unaffected: 8100020260520103055.afee755d , < * (rpm)
Unaffected: 8100020260701102925.afee755d , < * (rpm)
    cpe:/a:redhat:enterprise_linux:8
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 8 Unaffected: 0:101.5-1.el8_10 , < * (rpm)
    cpe:/a:redhat:enterprise_linux:8
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 8.8 Telecommunications Update Service Unaffected: 8080020260721142025.63b34585 , < * (rpm)
    cpe:/a:redhat:rhel_tus:8.8
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions Unaffected: 8080020260721142025.63b34585 , < * (rpm)
    cpe:/a:redhat:rhel_e4s:8.8
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9 Unaffected: 2:1.41.8-3.el9_7 , < * (rpm)
Unaffected: 2:1.43.1-1.el9_8 , < * (rpm)
    cpe:/a:redhat:enterprise_linux:9
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9 Unaffected: 6:5.8.2-1.el9_8 , < * (rpm)
    cpe:/a:redhat:enterprise_linux:9
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9 Unaffected: 0:0.144.0-2.el9_8 , < * (rpm)
    cpe:/a:redhat:enterprise_linux:9
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9 Unaffected: 0:165.1-2.el9_8 , < * (rpm)
    cpe:/a:redhat:enterprise_linux:9
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9 Unaffected: 0:52.1-1.el9_8 , < * (rpm)
    cpe:/a:redhat:enterprise_linux:9
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions Unaffected: 2:4.4.1-22.el9_2.11 , < * (rpm)
    cpe:/a:redhat:rhel_e4s:9.2
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions Unaffected: 2:1.11.4-0.1.el9_2.6 , < * (rpm)
    cpe:/a:redhat:rhel_e4s:9.2
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions Unaffected: 1:1.29.7-1.el9_2.5 , < * (rpm)
    cpe:/a:redhat:rhel_e4s:9.2
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.4 Extended Update Support Unaffected: 0:0.144.0-2.el9_4 , < * (rpm)
    cpe:/a:redhat:rhel_eus:9.4
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions Unaffected: 0:101.3-4.el9_4.2 , < * (rpm)
    cpe:/a:redhat:rhel_e4s:9.4
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions Unaffected: 2:1.33.15-1.el9_4.1 , < * (rpm)
    cpe:/a:redhat:rhel_e4s:9.4
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions Unaffected: 4:4.9.4-20.el9_4.3 , < * (rpm)
    cpe:/a:redhat:rhel_e4s:9.4
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions Unaffected: 2:1.14.6-1.el9_4 , < * (rpm)
    cpe:/a:redhat:rhel_e4s:9.4
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.6 Extended Update Support Unaffected: 5:5.4.0-20.el9_6.3 , < * (rpm)
    cpe:/a:redhat:rhel_eus:9.6
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.6 Extended Update Support Unaffected: 0:0.144.0-2.el9_6 , < * (rpm)
    cpe:/a:redhat:rhel_eus:9.6
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.6 Extended Update Support Unaffected: 2:1.39.9-1.el9_6 , < * (rpm)
    cpe:/a:redhat:rhel_eus:9.6
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.6 Extended Update Support Unaffected: 2:1.18.1-5.el9_6.1 , < * (rpm)
    cpe:/a:redhat:rhel_eus:9.6
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9.6 Extended Update Support Unaffected: 0:132.2-8.el9_6 , < * (rpm)
    cpe:/a:redhat:rhel_eus:9.6
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.12 Unaffected: 0:1.25.5-36.rhaos4.12.git2e7f657.el8 , < * (rpm)
    cpe:/a:redhat:openshift:4.12::el8
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.13 Unaffected: 0:1.26.5-32.rhaos4.13.git1088e36.el8 , < * (rpm)
    cpe:/a:redhat:openshift:4.13::el8
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.16 Unaffected: 0:1.29.13-14.rhaos4.16.git84cfdc6.el8 , < * (rpm)
    cpe:/a:redhat:openshift:4.16::el8
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.18 Unaffected: 0:1.31.13-14.rhaos4.18.gitf2de9ac.el8 , < * (rpm)
    cpe:/a:redhat:openshift:4.18::el8
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.19 Unaffected: 0:1.32.13-11.rhaos4.19.git089e95c.el9 , < * (rpm)
    cpe:/a:redhat:openshift:4.19::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 0:1.33.13-5.rhaos4.20.git7ebc848.el9 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 0:1.34.11-4.rhaos4.21.git358c4b4.el9 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Custom Metric Autoscaler 2.19 Unaffected: 1780101236 , < * (rpm)
    cpe:/a:redhat:openshift_custom_metrics_autoscaler:2.19::el9
Create a notification for this product.
Red Hat Custom Metric Autoscaler 2.19 Unaffected: 1780101226 , < * (rpm)
    cpe:/a:redhat:openshift_custom_metrics_autoscaler:2.19::el9
Create a notification for this product.
Red Hat Custom Metric Autoscaler 2.19 Unaffected: 1780101239 , < * (rpm)
    cpe:/a:redhat:openshift_custom_metrics_autoscaler:2.19::el9
Create a notification for this product.
Red Hat Custom Metric Autoscaler 2.19 Unaffected: 1779953535 , < * (rpm)
    cpe:/a:redhat:openshift_custom_metrics_autoscaler:2.19::el9
Create a notification for this product.
Red Hat Logging for Red Hat OpenShift 6 Unaffected: 1781192909 , < * (rpm)
    cpe:/a:redhat:logging:6.0::el9
Create a notification for this product.
Red Hat Logging for Red Hat OpenShift 6.2 Unaffected: 1784747816 , < * (rpm)
    cpe:/a:redhat:logging:6.2::el9
Create a notification for this product.
Red Hat Logging Subsystem for Red Hat OpenShift 6.4 Unaffected: 1782412815 , < * (rpm)
    cpe:/a:redhat:logging:6.4::el9
Create a notification for this product.
Red Hat Logging Subsystem for Red Hat OpenShift 6.4 Unaffected: 1782392961 , < * (rpm)
    cpe:/a:redhat:logging:6.4::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.1 Unaffected: 1776351169 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.10::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.1 Unaffected: 1779135478 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.10::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.1 Unaffected: 1784849867 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.10::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.11 Unaffected: 1778892370 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.11::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.6 Unaffected: 1778507267 , < * (rpm)
Unaffected: 1782204403 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.6::el8
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.6 Unaffected: 1778507253 , < * (rpm)
Unaffected: 1782204381 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.6::el8
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.6 Unaffected: 1778476004 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.6::el8
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.6 Unaffected: 1782203505 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.6::el8
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.6 Unaffected: 1778476002 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.6::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.7 Unaffected: 1777360597 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.7::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.8 Unaffected: 1778288655 , < * (rpm)
Unaffected: 1779910504 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.8::el8
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.8 Unaffected: 1778503377 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.8::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.8 Unaffected: 1778503196 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.8::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.8 Unaffected: 1778503297 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.8::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.8 Unaffected: 1778288646 , < * (rpm)
Unaffected: 1779910129 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.8::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.8 Unaffected: 1782158798 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.8::el9
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.9 Unaffected: 1778464111 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.9::el8
Create a notification for this product.
Red Hat multicluster engine for Kubernetes 2.9 Unaffected: 1778464072 , < * (rpm)
    cpe:/a:redhat:multicluster_engine:2.9::el9
Create a notification for this product.
Red Hat Multicluster Global Hub 1.3.4 Unaffected: 1779212259 , < * (rpm)
    cpe:/a:redhat:multicluster_globalhub:1.3::el9
Create a notification for this product.
Red Hat Multicluster Global Hub 1.4.5 Unaffected: 1779579439 , < * (rpm)
    cpe:/a:redhat:multicluster_globalhub:1.4::el9
Create a notification for this product.
Red Hat Multicluster Global Hub 1.6.5 Unaffected: 1780167118 , < * (rpm)
    cpe:/a:redhat:multicluster_globalhub:1.6::el9
Create a notification for this product.
Red Hat OpenShift API for Data Protection 1.3 Unaffected: 1785177359 , < * (rpm)
    cpe:/a:redhat:openshift_api_data_protection:1.3::el9
Create a notification for this product.
Red Hat OpenShift API for Data Protection 1.4 Unaffected: 1779770049 , < * (rpm)
    cpe:/a:redhat:openshift_api_data_protection:1.4::el9
Create a notification for this product.
Red Hat OpenShift API for Data Protection 1.4 Unaffected: 1779243793 , < * (rpm)
    cpe:/a:redhat:openshift_api_data_protection:1.4::el9
Create a notification for this product.
Red Hat OpenShift API for Data Protection 1.5 Unaffected: 1779770057 , < * (rpm)
    cpe:/a:redhat:openshift_api_data_protection:1.5::el9
Create a notification for this product.
Red Hat OpenShift API for Data Protection 1.5 Unaffected: 1779245274 , < * (rpm)
    cpe:/a:redhat:openshift_api_data_protection:1.5::el9
Create a notification for this product.
Red Hat Red Hat Advanced Cluster Management for Kubernetes 2.14 Unaffected: 1780204322 , < * (rpm)
    cpe:/a:redhat:acm:2.14::el9
Create a notification for this product.
Red Hat Red Hat Advanced Cluster Security 4.8 Unaffected: 1777307791 , < * (rpm)
    cpe:/a:redhat:advanced_cluster_security:4.8::el8
Create a notification for this product.
Red Hat Red Hat Advanced Cluster Security 4.8 Unaffected: 1776727747 , < * (rpm)
    cpe:/a:redhat:advanced_cluster_security:4.8::el8
Create a notification for this product.
Red Hat Red Hat Advanced Cluster Security 4.9 Unaffected: 1777986630 , < * (rpm)
    cpe:/a:redhat:advanced_cluster_security:4.9::el8
Create a notification for this product.
Red Hat Red Hat Advanced Cluster Security for Kubernetes 4.10 Unaffected: 1777976489 , < * (rpm)
    cpe:/a:redhat:advanced_cluster_security:4.10::el8
Create a notification for this product.
Red Hat Red Hat Migration Toolkit 1.8 Unaffected: 1783953372 , < * (rpm)
    cpe:/a:redhat:rhmt:1.8::el8
Create a notification for this product.
Red Hat Red Hat multicluster global hub 1.5.3 Unaffected: 1778867753 , < * (rpm)
    cpe:/a:redhat:multicluster_globalhub:1.5::el9
Create a notification for this product.
Red Hat Red Hat OpenShift AI 2.25 Unaffected: 1780069381 , < * (rpm)
    cpe:/a:redhat:openshift_ai:2.25::el9
Create a notification for this product.
Red Hat Red Hat OpenShift AI 3.3 Unaffected: 1778696221 , < * (rpm)
    cpe:/a:redhat:openshift_ai:3.3::el9
Create a notification for this product.
Red Hat Red Hat OpenShift AI 3.3 Unaffected: 1778578758 , < * (rpm)
    cpe:/a:redhat:openshift_ai:3.3::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.16 Unaffected: 1788162068 , < * (rpm)
    cpe:/a:redhat:openshift:4.16::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.17 Unaffected: 1778711679 , < * (rpm)
    cpe:/a:redhat:openshift:4.17::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.17 Unaffected: 1782185551 , < * (rpm)
    cpe:/a:redhat:openshift:4.17::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.17 Unaffected: 1787545831 , < * (rpm)
    cpe:/a:redhat:openshift:4.17::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.18 Unaffected: 1778152595 , < * (rpm)
    cpe:/a:redhat:openshift:4.18::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.18 Unaffected: 1781612340 , < * (rpm)
    cpe:/a:redhat:openshift:4.18::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.18 Unaffected: 1787008847 , < * (rpm)
    cpe:/a:redhat:openshift:4.18::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.19 Unaffected: 1779253452 , < * (rpm)
    cpe:/a:redhat:openshift:4.19::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.19 Unaffected: 1781528081 , < * (rpm)
    cpe:/a:redhat:openshift:4.19::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.19 Unaffected: 1786759363 , < * (rpm)
    cpe:/a:redhat:openshift:4.19::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.19 Unaffected: 1786769764 , < * (rpm)
    cpe:/a:redhat:openshift:4.19::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1778139790 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1779775173 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1779776767 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1779777382 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1779778558 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1779775521 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1779776141 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1780992173 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1780991067 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1781095245 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1781196942 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.20 Unaffected: 1785288355 , < * (rpm)
    cpe:/a:redhat:openshift:4.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1778004922 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1779258037 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1779264135 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1779263963 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1779256521 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1779260263 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1779265022 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1779775977 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1780402732 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1780402633 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1780984236 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1781023907 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1781129269 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1784343578 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.21 Unaffected: 1786572999 , < * (rpm)
    cpe:/a:redhat:openshift:4.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.22 Unaffected: 1781010151 , < * (rpm)
    cpe:/a:redhat:openshift:4.22::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.22 Unaffected: 1780943933 , < * (rpm)
    cpe:/a:redhat:openshift:4.22::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4.22 Unaffected: 1782879990 , < * (rpm)
    cpe:/a:redhat:openshift:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778049594 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778049298 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778049745 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778049753 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778050558 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778049818 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778049878 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778049920 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778049945 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778060364 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778050037 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778050035 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778050048 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778050508 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778050119 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778050290 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778059723 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778050352 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.17 Unaffected: 1778050482 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.17::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045210 , < * (rpm)
Unaffected: 1783676191 , < * (rpm)
Unaffected: 1786705347 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778044961 , < * (rpm)
Unaffected: 1783929816 , < * (rpm)
Unaffected: 1786706101 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045359 , < * (rpm)
Unaffected: 1784094353 , < * (rpm)
Unaffected: 1786705558 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045374 , < * (rpm)
Unaffected: 1784093953 , < * (rpm)
Unaffected: 1786705646 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045891 , < * (rpm)
Unaffected: 1784094943 , < * (rpm)
Unaffected: 1786706138 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045472 , < * (rpm)
Unaffected: 1783676585 , < * (rpm)
Unaffected: 1786705741 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045534 , < * (rpm)
Unaffected: 1783676649 , < * (rpm)
Unaffected: 1786705777 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045524 , < * (rpm)
Unaffected: 1783676675 , < * (rpm)
Unaffected: 1786705802 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045587 , < * (rpm)
Unaffected: 1784094299 , < * (rpm)
Unaffected: 1786705938 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778046067 , < * (rpm)
Unaffected: 1784094725 , < * (rpm)
Unaffected: 1786706577 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045627 , < * (rpm)
Unaffected: 1783676820 , < * (rpm)
Unaffected: 1786706125 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045731 , < * (rpm)
Unaffected: 1783676883 , < * (rpm)
Unaffected: 1786706177 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045700 , < * (rpm)
Unaffected: 1783676894 , < * (rpm)
Unaffected: 1786706188 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778046234 , < * (rpm)
Unaffected: 1784095175 , < * (rpm)
Unaffected: 1786706679 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045792 , < * (rpm)
Unaffected: 1783676977 , < * (rpm)
Unaffected: 1786706357 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045858 , < * (rpm)
Unaffected: 1784093503 , < * (rpm)
Unaffected: 1786706612 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045945 , < * (rpm)
Unaffected: 1783677297 , < * (rpm)
Unaffected: 1786706644 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778045931 , < * (rpm)
Unaffected: 1783677345 , < * (rpm)
Unaffected: 1786706659 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.18 Unaffected: 1778046079 , < * (rpm)
Unaffected: 1783677533 , < * (rpm)
Unaffected: 1786706880 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.18::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776079019 , < * (rpm)
Unaffected: 1783684360 , < * (rpm)
Unaffected: 1786701839 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776706744 , < * (rpm)
Unaffected: 1783684068 , < * (rpm)
Unaffected: 1786701555 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707205 , < * (rpm)
Unaffected: 1784054582 , < * (rpm)
Unaffected: 1786702052 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707231 , < * (rpm)
Unaffected: 1784054606 , < * (rpm)
Unaffected: 1786702559 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707760 , < * (rpm)
Unaffected: 1784055295 , < * (rpm)
Unaffected: 1786702713 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707301 , < * (rpm)
Unaffected: 1783684603 , < * (rpm)
Unaffected: 1786702264 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776079295 , < * (rpm)
Unaffected: 1783684668 , < * (rpm)
Unaffected: 1786702448 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707362 , < * (rpm)
Unaffected: 1783684667 , < * (rpm)
Unaffected: 1786702276 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707418 , < * (rpm)
Unaffected: 1784054873 , < * (rpm)
Unaffected: 1786702440 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707377 , < * (rpm)
Unaffected: 1783684707 , < * (rpm)
Unaffected: 1786702315 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707947 , < * (rpm)
Unaffected: 1784055589 , < * (rpm)
Unaffected: 1786703071 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707456 , < * (rpm)
Unaffected: 1783684779 , < * (rpm)
Unaffected: 1786702563 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707526 , < * (rpm)
Unaffected: 1783684831 , < * (rpm)
Unaffected: 1786702636 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707526 , < * (rpm)
Unaffected: 1783684839 , < * (rpm)
Unaffected: 1786702623 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707945 , < * (rpm)
Unaffected: 1784055533 , < * (rpm)
Unaffected: 1786703137 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707569 , < * (rpm)
Unaffected: 1784055558 , < * (rpm)
Unaffected: 1786702716 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707724 , < * (rpm)
Unaffected: 1784056134 , < * (rpm)
Unaffected: 1786702872 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707763 , < * (rpm)
Unaffected: 1783685128 , < * (rpm)
Unaffected: 1786702949 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776707771 , < * (rpm)
Unaffected: 1783685129 , < * (rpm)
Unaffected: 1786702917 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.19 Unaffected: 1776079774 , < * (rpm)
Unaffected: 1783685375 , < * (rpm)
Unaffected: 1786703143 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.19::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1775822432 , < * (rpm)
Unaffected: 1783667125 , < * (rpm)
Unaffected: 1786627460 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776403457 , < * (rpm)
Unaffected: 1783666755 , < * (rpm)
Unaffected: 1786626399 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776403991 , < * (rpm)
Unaffected: 1784054598 , < * (rpm)
Unaffected: 1786628235 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776404009 , < * (rpm)
Unaffected: 1784055387 , < * (rpm)
Unaffected: 1786627106 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776404539 , < * (rpm)
Unaffected: 1784055726 , < * (rpm)
Unaffected: 1786629761 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776404060 , < * (rpm)
Unaffected: 1783667517 , < * (rpm)
Unaffected: 1786627559 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1775822689 , < * (rpm)
Unaffected: 1783667577 , < * (rpm)
Unaffected: 1786687918 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776404131 , < * (rpm)
Unaffected: 1783667611 , < * (rpm)
Unaffected: 1786629478 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406225 , < * (rpm)
Unaffected: 1784055020 , < * (rpm)
Unaffected: 1786628142 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406131 , < * (rpm)
Unaffected: 1783667641 , < * (rpm)
Unaffected: 1786631508 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406770 , < * (rpm)
Unaffected: 1784055586 , < * (rpm)
Unaffected: 1786628053 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406247 , < * (rpm)
Unaffected: 1783667790 , < * (rpm)
Unaffected: 1786627382 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406286 , < * (rpm)
Unaffected: 1783667859 , < * (rpm)
Unaffected: 1786627430 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406291 , < * (rpm)
Unaffected: 1783667875 , < * (rpm)
Unaffected: 1786629076 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406284 , < * (rpm)
Unaffected: 1783667869 , < * (rpm)
Unaffected: 1786627469 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406291 , < * (rpm)
Unaffected: 1783667877 , < * (rpm)
Unaffected: 1786644072 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406771 , < * (rpm)
Unaffected: 1784055576 , < * (rpm)
Unaffected: 1786688215 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406384 , < * (rpm)
Unaffected: 1784055244 , < * (rpm)
Unaffected: 1786628340 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406540 , < * (rpm)
Unaffected: 1784055382 , < * (rpm)
Unaffected: 1786628623 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406595 , < * (rpm)
Unaffected: 1783668266 , < * (rpm)
Unaffected: 1786632256 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1776406594 , < * (rpm)
Unaffected: 1783668288 , < * (rpm)
Unaffected: 1786628935 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.20 Unaffected: 1775823207 , < * (rpm)
Unaffected: 1783669219 , < * (rpm)
Unaffected: 1786629548 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.20::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786627281 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786627168 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786628067 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786628657 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786627792 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786698066 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786627823 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786628998 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786697443 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786628916 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786630412 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786629773 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786630739 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786628303 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786629324 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786628605 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786631438 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786697305 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786644678 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786634168 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786633448 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786634233 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786633986 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786633677 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.21 Unaffected: 1786644362 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.21::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932114 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782931768 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932104 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783536000 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783535989 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783536515 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932521 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783018461 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783018421 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932812 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537001 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932919 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537586 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932969 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933015 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933042 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537392 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933235 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933251 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537955 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933417 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537742 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933602 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783019377 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782934054 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782934036 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782934284 , < * (rpm)
    cpe:/a:redhat:openshift_data_foundation:4.22::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Dev Spaces 3.27 Unaffected: 1776718585 , < * (rpm)
    cpe:/a:redhat:openshift_devspaces:3.27::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Dev Spaces 3.29 Unaffected: 1782987430 , < * (rpm)
    cpe:/a:redhat:openshift_devspaces:3.29::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Dev Spaces 3.30 Unaffected: 1787756367 , < * (rpm)
    cpe:/a:redhat:openshift_devspaces:3.30::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Dev Spaces 3.30 Unaffected: 1787756799 , < * (rpm)
    cpe:/a:redhat:openshift_devspaces:3.30::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Dev Spaces 3.30 Unaffected: 1787764814 , < * (rpm)
    cpe:/a:redhat:openshift_devspaces:3.30::el9
Create a notification for this product.
Red Hat Red Hat OpenShift distributed tracing 3.9.3 Unaffected: 1776435643 , < * (rpm)
    cpe:/a:redhat:openshift_distributed_tracing:3.9::el9
Create a notification for this product.
Red Hat Red Hat OpenShift distributed tracing 3.9.3 Unaffected: 1776435613 , < * (rpm)
    cpe:/a:redhat:openshift_distributed_tracing:3.9::el9
Create a notification for this product.
Red Hat Red Hat OpenShift distributed tracing 3.9.3 Unaffected: 1776435680 , < * (rpm)
    cpe:/a:redhat:openshift_distributed_tracing:3.9::el9
Create a notification for this product.
Red Hat Red Hat OpenShift distributed tracing 3.9.3 Unaffected: 1776185379 , < * (rpm)
    cpe:/a:redhat:openshift_distributed_tracing:3.9::el9
Create a notification for this product.
Red Hat Red Hat OpenShift GitOps 1.18 Unaffected: 1779116359 , < * (rpm)
    cpe:/a:redhat:openshift_gitops:1.18::el8
Create a notification for this product.
Red Hat Red Hat OpenShift Pipelines 1.2 Unaffected: 1779865001 , < * (rpm)
    cpe:/a:redhat:openshift_pipelines:1.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Pipelines 1.2 Unaffected: 1780044955 , < * (rpm)
    cpe:/a:redhat:openshift_pipelines:1.20::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Pipelines 1.21 Unaffected: cli-1.21.1 , < * (rpm)
    cpe:/a:redhat:openshift_pipelines:1.21::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Service Mesh 2.6 Unaffected: 1777374598 , < * (rpm)
    cpe:/a:redhat:service_mesh:2.6::el8
Create a notification for this product.
Red Hat Red Hat OpenShift Service Mesh 2.6 Unaffected: 1777319850 , < * (rpm)
    cpe:/a:redhat:service_mesh:2.6::el8
Create a notification for this product.
Red Hat Red Hat OpenShift Service Mesh 3.1 Unaffected: 1776151270 , < * (rpm)
    cpe:/a:redhat:service_mesh:3.1::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Service Mesh 3.1 Unaffected: 1776238635 , < * (rpm)
    cpe:/a:redhat:service_mesh:3.1::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Service Mesh 3.1 Unaffected: 1776256858 , < * (rpm)
    cpe:/a:redhat:service_mesh:3.1::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Service Mesh 3.2 Unaffected: 1776149682 , < * (rpm)
    cpe:/a:redhat:service_mesh:3.2::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Service Mesh 3.2 Unaffected: 1776178280 , < * (rpm)
    cpe:/a:redhat:service_mesh:3.2::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Service Mesh 3.2 Unaffected: 1776178059 , < * (rpm)
    cpe:/a:redhat:service_mesh:3.2::el9
Create a notification for this product.
Red Hat Red Hat OpenShift Service Mesh 3.3 Unaffected: 1776151277 , < * (rpm)
    cpe:/a:redhat:service_mesh:3.3::el9
Create a notification for this product.
Red Hat Red Hat Quay 3.10 Unaffected: 1776736910 , < * (rpm)
Unaffected: 1779822261 , < * (rpm)
    cpe:/a:redhat:quay:3.10::el8
Create a notification for this product.
Red Hat Red Hat Quay 3.12 Unaffected: 1776752646 , < * (rpm)
Unaffected: 1779811412 , < * (rpm)
    cpe:/a:redhat:quay:3.12::el8
Create a notification for this product.
Red Hat Red Hat Quay 3.14 Unaffected: 1779689392 , < * (rpm)
    cpe:/a:redhat:quay:3.14::el8
Create a notification for this product.
Red Hat Red Hat Quay 3.15 Unaffected: 1780891395 , < * (rpm)
    cpe:/a:redhat:quay:3.15::el8
Create a notification for this product.
Red Hat Red Hat Quay 3.16 Unaffected: 1779204086 , < * (rpm)
    cpe:/a:redhat:quay:3.16::el9
Create a notification for this product.
Red Hat Red Hat Quay 3.17 Unaffected: 1779922205 , < * (rpm)
    cpe:/a:redhat:quay:3.17::el9
Create a notification for this product.
Red Hat Red Hat Quay 3.18 Unaffected: 1784987273 , < * (rpm)
    cpe:/a:redhat:quay:3.18::el9
Create a notification for this product.
Red Hat Red Hat Quay 3.9 Unaffected: 1776782369 , < * (rpm)
Unaffected: 1779811473 , < * (rpm)
    cpe:/a:redhat:quay:3.9::el8
Create a notification for this product.
Red Hat Red Hat Trusted Artifact Signer 1.3 Unaffected: 1776339099 , < * (rpm)
    cpe:/a:redhat:trusted_artifact_signer:1.3::el9
Create a notification for this product.
Red Hat Red Hat Trusted Artifact Signer 1.3 Unaffected: 1776329867 , < * (rpm)
    cpe:/a:redhat:trusted_artifact_signer:1.3::el9
Create a notification for this product.
Red Hat Red Hat Trusted Artifact Signer 1.3 Unaffected: 1780386299 , < * (rpm)
    cpe:/a:redhat:trusted_artifact_signer:1.3::el9
Create a notification for this product.
Red Hat Red Hat Trusted Artifact Signer 1.3 Unaffected: 1780053572 , < * (rpm)
    cpe:/a:redhat:trusted_artifact_signer:1.3::el9
Create a notification for this product.
Red Hat Red Hat Trusted Artifact Signer 1.3 Unaffected: 1780046753 , < * (rpm)
    cpe:/a:redhat:trusted_artifact_signer:1.3::el9
Create a notification for this product.
Red Hat Red Hat Trusted Artifact Signer 1.3 Unaffected: 1780046765 , < * (rpm)
    cpe:/a:redhat:trusted_artifact_signer:1.3::el9
Create a notification for this product.
Red Hat Red Hat Trusted Artifact Signer 1.3 Unaffected: 1780049214 , < * (rpm)
    cpe:/a:redhat:trusted_artifact_signer:1.3::el9
Create a notification for this product.
Red Hat Red Hat Trusted Artifact Signer 1.3 Unaffected: 1780051354 , < * (rpm)
    cpe:/a:redhat:trusted_artifact_signer:1.3::el9
Create a notification for this product.
Red Hat Red Hat Trusted Artifact Signer 1.3 Unaffected: 1780052587 , < * (rpm)
    cpe:/a:redhat:trusted_artifact_signer:1.3::el9
Create a notification for this product.
Red Hat Assisted Installer for Red Hat OpenShift Container Platform 2     cpe:/a:redhat:assisted_installer:2
Create a notification for this product.
Red Hat cert-manager Operator for Red Hat OpenShift     cpe:/a:redhat:cert_manager:1
Create a notification for this product.
Red Hat Confidential Compute Attestation     cpe:/a:redhat:confidential_compute_attestation:1
Create a notification for this product.
Red Hat External Secrets Operator for Red Hat OpenShift     cpe:/a:redhat:external_secrets_operator:1
Create a notification for this product.
Red Hat Kernel Module Management Operator for Red Hat Openshift     cpe:/a:redhat:kernel_module_management:2
Create a notification for this product.
Red Hat Logging Subsystem for Red Hat OpenShift     cpe:/a:redhat:logging:5
Create a notification for this product.
Red Hat Logical Volume Manager Storage     cpe:/a:redhat:lvms:4
Create a notification for this product.
Red Hat Migration Toolkit for Containers     cpe:/a:redhat:rhmt:1
Create a notification for this product.
Red Hat Migration Toolkit for Virtualization     cpe:/a:redhat:migration_toolkit_virtualization:2
Create a notification for this product.
Red Hat Multicluster Engine for Kubernetes     cpe:/a:redhat:multicluster_engine
Create a notification for this product.
Red Hat Multicluster Global Hub     cpe:/a:redhat:multicluster_globalhub
Create a notification for this product.
Red Hat Network Observability Operator     cpe:/a:redhat:network_observ_optr:1
Create a notification for this product.
Red Hat Node HealthCheck Operator     cpe:/a:redhat:workload_availability_nhc:0
Create a notification for this product.
Red Hat OpenShift Developer Tools and Services     cpe:/a:redhat:ocp_tools
Create a notification for this product.
Red Hat OpenShift Lightspeed     cpe:/a:redhat:openshift_lightspeed
Create a notification for this product.
Red Hat OpenShift Pipelines     cpe:/a:redhat:openshift_pipelines:1
Create a notification for this product.
Red Hat OpenShift Serverless     cpe:/a:redhat:serverless:1
Create a notification for this product.
Red Hat OpenShift Service Mesh 2     cpe:/a:redhat:service_mesh:2
Create a notification for this product.
Red Hat OpenShift Service Mesh 3     cpe:/a:redhat:service_mesh:3
Create a notification for this product.
Red Hat Power monitoring for Red Hat OpenShift     cpe:/a:redhat:openshift_power_monitoring
Create a notification for this product.
Red Hat Red Hat Advanced Cluster Management for Kubernetes 2     cpe:/a:redhat:acm:2
Create a notification for this product.
Red Hat Red Hat Advanced Cluster Security 4     cpe:/a:redhat:advanced_cluster_security:4
Create a notification for this product.
Red Hat Red Hat Ansible Automation Platform 2     cpe:/a:redhat:ansible_automation_platform:2
Create a notification for this product.
Red Hat Red Hat Build of Kueue     cpe:/a:redhat:kueue_operator:1
Create a notification for this product.
Red Hat Red Hat Build of Podman Desktop     cpe:/a:redhat:podman_desktop:1
Create a notification for this product.
Red Hat Red Hat Build of Podman Desktop - Tech Preview     cpe:/a:redhat:podman_desktop:0
Create a notification for this product.
Red Hat Red Hat Connectivity Link 1     cpe:/a:redhat:connectivity_link:1
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 10     cpe:/o:redhat:enterprise_linux:10
Create a notification for this product.
Red Hat Red Hat Enterprise Linux 9     cpe:/o:redhat:enterprise_linux:9
Create a notification for this product.
Red Hat Red Hat OpenShift AI (RHOAI)     cpe:/a:redhat:openshift_ai
Create a notification for this product.
Red Hat Red Hat OpenShift Cluster Manager CLI     cpe:/a:redhat:openshift_cluster_manager_cli:1
Create a notification for this product.
Red Hat Red Hat OpenShift Container Platform 4     cpe:/a:redhat:openshift:4
Create a notification for this product.
Red Hat Red Hat Openshift Data Foundation 4     cpe:/a:redhat:openshift_data_foundation:4
Create a notification for this product.
Red Hat Red Hat OpenShift Dev Spaces     cpe:/a:redhat:openshift_devspaces:3
Create a notification for this product.
Red Hat Red Hat OpenShift for Windows Containers     cpe:/a:redhat:windows_machine_config
Create a notification for this product.
Red Hat Red Hat OpenShift GitOps     cpe:/a:redhat:openshift_gitops:1
Create a notification for this product.
Red Hat Red Hat OpenShift on AWS     cpe:/a:redhat:openshift_service_on_aws:1
Create a notification for this product.
Red Hat Red Hat OpenShift Virtualization 4     cpe:/a:redhat:container_native_virtualization:4
Create a notification for this product.
Red Hat Red Hat OpenStack Platform 18.0     cpe:/a:redhat:openstack:18.0
Create a notification for this product.
Red Hat Red Hat Quay 3     cpe:/a:redhat:quay:3
Create a notification for this product.
Red Hat Red Hat Trusted Artifact Signer     cpe:/a:redhat:trusted_artifact_signer:1
Create a notification for this product.
Red Hat Security Profiles Operator     cpe:/a:redhat:openshift_security_profiles_operator:1
Create a notification for this product.
Red Hat Zero Trust Workload Identity Manager     cpe:/a:redhat:zero_trust_workload_identity_manager:1
Create a notification for this product.
Red Hat Zero Trust Workload Identity Manager - Tech Preview     cpe:/a:redhat:zero_trust_workload_identity_manager:0
Create a notification for this product.
Show details on NVD website

Loading 1.1 MB of JSON…



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…