CVE & CISA-KEV Catalog

CVE-2024-5535

CRITICALEPSS 92th pctl
9.1
CVSS v3
NVD

Description

Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer. Impact summary: A buffer overread can have a range of potential consequences such as unexpected application beahviour or a crash. In particular this issue could result in up to 255 bytes of arbitrary private data from memory being sent to the peer leading to a loss of confidentiality. However, only applications that directly call the SSL_select_next_proto function with a 0 length list of supported client protocols are affected by this issue. This would normally never be a valid scenario and is typically not under attacker control but may occur by accident in the case of a configuration or programming error in the calling application. The OpenSSL API function SSL_select_next_proto is typically used by TLS applications that support ALPN (Application Layer Protocol Negotiation) or NPN (Next Protocol Negotiation). NPN is older, was never standardised and is deprecated in favour of ALPN. We believe that ALPN is significantly more widely deployed than NPN. The SSL_select_next_proto function accepts a list of protocols from the server and a list of protocols from the client and returns the first protocol that appears in the server list that also appears in the client list. In the case of no overlap between the two lists it returns the first item in the client list. In either case it will signal whether an overlap between the two lists was found. In the case where SSL_select_next_proto is called with a zero length client list it fails to notice this condition and returns the memory immediately following the client list pointer (and reports that there was no overlap in the lists). This function is typically called from a server side application callback for ALPN or a client side application callback for NPN. In the case of ALPN the list of protocols supplied by the client is guaranteed by libssl to never be zero in length. The list of server protocols comes from the application and should never normally be expected to be of zero length. In this case if the SSL_select_next_proto function has been called as expected (with the list supplied by the client passed in the client/client_len parameters), then the application will not be vulnerable to this issue. If the application has accidentally been configured with a zero length server list, and has accidentally passed that zero length server list in the client/client_len parameters, and has additionally failed to correctly handle a "no overlap" response (which would normally result in a handshake failure in ALPN) then it will be vulnerable to this problem. In the case of NPN, the protocol permits the client to opportunistically select a protocol when there is no overlap. OpenSSL returns the first client protocol in the no overlap case in support of this. The list of client protocols comes from the application and should never normally be expected to be of zero length. However if the SSL_select_next_proto function is accidentally called with a client_len of 0 then an invalid memory pointer will be returned instead. If the application uses this output as the opportunistic protocol then the loss of confidentiality will occur. This issue has been assessed as Low severity because applications are most likely to be vulnerable if they are using NPN instead of ALPN - but NPN is not widely used. It also requires an application configuration or programming error. Finally, this issue would not typically be under attacker control making active exploitation unlikely. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue. Due to the low severity of this issue we are not issuing new releases of OpenSSL at this time. The fix will be included in the next releases when they become available.

How to fix

Remediation Available
opensslDebian
Fixed in:1.1.1w-0+deb11u2CVE-2024-5535
Fixed in:3.0.15-1~deb12u1CVE-2024-5535
Fixed in:3.3.2-1CVE-2024-5535
Fixed in:3.3.2-1CVE-2024-5535
jbcs-httpd24-aprRed Hat / RHEL
Fixed in:0:1.7.5-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.7.5-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.7.5-3.el8jbcsRHSA-2025:3452
Fixed in:0:1.7.5-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-aprRocky
Fixed in:0:1.7.5-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.7.5-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.7.5-3.el8jbcsRHSA-2025:3452
Fixed in:0:1.7.5-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-debuginfoRocky
Fixed in:0:1.7.5-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.7.5-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-debuginfoRed Hat / RHEL
Fixed in:0:1.7.5-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.7.5-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-develRocky
Fixed in:0:1.7.5-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.7.5-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-develRed Hat / RHEL
Fixed in:0:1.7.5-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.7.5-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-utilRed Hat / RHEL
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-utilRocky
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-debuginfoRocky
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-debuginfoRed Hat / RHEL
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-develRocky
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-develRed Hat / RHEL
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-ldapRocky
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-ldapRed Hat / RHEL
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-ldap-debuginfoRed Hat / RHEL
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-ldap-debuginfoRocky
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-mysqlRocky
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-mysqlRed Hat / RHEL
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-mysql-debuginfoRed Hat / RHEL
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-mysql-debuginfoRocky
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-nssRocky
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-nssRed Hat / RHEL
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-nss-debuginfoRocky
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-nss-debuginfoRed Hat / RHEL
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-odbcRocky
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-odbcRed Hat / RHEL
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-odbc-debuginfoRocky
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-odbc-debuginfoRed Hat / RHEL
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-opensslRed Hat / RHEL
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-opensslRocky
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-openssl-debuginfoRed Hat / RHEL
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-openssl-debuginfoRocky
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-pgsqlRocky
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-pgsqlRed Hat / RHEL
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-pgsql-debuginfoRed Hat / RHEL
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-pgsql-debuginfoRocky
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-sqliteRed Hat / RHEL
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-sqliteRocky
Fixed in:0:1.6.3-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-sqlite-debuginfoRocky
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-apr-util-sqlite-debuginfoRed Hat / RHEL
Fixed in:0:1.6.3-2.el8jbcsRHSA-2025:3452
jbcs-httpd24-brotliRocky
Fixed in:0:1.1.0-5.el7jbcsRHSA-2025:3452
Fixed in:0:1.1.0-5.el7jbcsRHSA-2025:3452
jbcs-httpd24-brotliRed Hat / RHEL
Fixed in:0:1.1.0-5.el7jbcsRHSA-2025:3452
Fixed in:0:1.1.0-5.el7jbcsRHSA-2025:3452
jbcs-httpd24-brotli-debuginfoRocky
Fixed in:0:1.1.0-5.el7jbcsRHSA-2025:3452
jbcs-httpd24-brotli-debuginfoRed Hat / RHEL
Fixed in:0:1.1.0-5.el7jbcsRHSA-2025:3452
jbcs-httpd24-brotli-develRed Hat / RHEL
Fixed in:0:1.1.0-5.el7jbcsRHSA-2025:3452
jbcs-httpd24-brotli-develRocky
Fixed in:0:1.1.0-5.el7jbcsRHSA-2025:3452
jbcs-httpd24-curlRed Hat / RHEL
Fixed in:0:8.11.0-2.el7jbcsRHSA-2025:3452
Fixed in:0:8.11.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-curlRocky
Fixed in:0:8.11.0-2.el7jbcsRHSA-2025:3452
Fixed in:0:8.11.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-curl-debuginfoRocky
Fixed in:0:8.11.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-curl-debuginfoRed Hat / RHEL
Fixed in:0:8.11.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-httpdRed Hat / RHEL
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpdRocky
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-debuginfoRed Hat / RHEL
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-debuginfoRocky
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-develRed Hat / RHEL
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-develRocky
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-manualRocky
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-manualRed Hat / RHEL
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-selinuxRocky
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-selinuxRed Hat / RHEL
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-toolsRocky
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-toolsRed Hat / RHEL
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-tools-debuginfoRocky
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-httpd-tools-debuginfoRed Hat / RHEL
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-janssonRed Hat / RHEL
Fixed in:0:2.14-4.el7jbcsRHSA-2025:3452
Fixed in:0:2.14-4.el7jbcsRHSA-2025:3452
jbcs-httpd24-janssonRocky
Fixed in:0:2.14-4.el7jbcsRHSA-2025:3452
Fixed in:0:2.14-4.el7jbcsRHSA-2025:3452
jbcs-httpd24-jansson-debuginfoRocky
Fixed in:0:2.14-4.el7jbcsRHSA-2025:3452
jbcs-httpd24-jansson-debuginfoRed Hat / RHEL
Fixed in:0:2.14-4.el7jbcsRHSA-2025:3452
jbcs-httpd24-jansson-develRed Hat / RHEL
Fixed in:0:2.14-4.el7jbcsRHSA-2025:3452
jbcs-httpd24-jansson-develRocky
Fixed in:0:2.14-4.el7jbcsRHSA-2025:3452
jbcs-httpd24-libcurlRocky
Fixed in:0:8.11.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-libcurlRed Hat / RHEL
Fixed in:0:8.11.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-libcurl-develRocky
Fixed in:0:8.11.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-libcurl-develRed Hat / RHEL
Fixed in:0:8.11.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-mod_http2Red Hat / RHEL
Fixed in:0:2.0.29-3.el7jbcsRHSA-2025:3452
Fixed in:0:2.0.29-3.el7jbcsRHSA-2025:3452
Fixed in:0:2.0.29-3.el8jbcsRHSA-2025:3452
Fixed in:0:2.0.29-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_http2Rocky
Fixed in:0:2.0.29-3.el7jbcsRHSA-2025:3452
Fixed in:0:2.0.29-3.el7jbcsRHSA-2025:3452
Fixed in:0:2.0.29-3.el8jbcsRHSA-2025:3452
Fixed in:0:2.0.29-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_http2-debuginfoRed Hat / RHEL
Fixed in:0:2.0.29-3.el7jbcsRHSA-2025:3452
Fixed in:0:2.0.29-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_http2-debuginfoRocky
Fixed in:0:2.0.29-3.el7jbcsRHSA-2025:3452
Fixed in:0:2.0.29-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_jkRed Hat / RHEL
Fixed in:0:1.2.50-8.redhat_1.el7jbcsRHSA-2025:3452
Fixed in:0:1.2.50-8.redhat_1.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_jkRocky
Fixed in:0:1.2.50-8.redhat_1.el7jbcsRHSA-2025:3452
Fixed in:0:1.2.50-8.redhat_1.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_jk-ap24Rocky
Fixed in:0:1.2.50-8.redhat_1.el7jbcsRHSA-2025:3452
Fixed in:0:1.2.50-8.redhat_1.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_jk-ap24Red Hat / RHEL
Fixed in:0:1.2.50-8.redhat_1.el7jbcsRHSA-2025:3452
Fixed in:0:1.2.50-8.redhat_1.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_jk-ap24-debuginfoRed Hat / RHEL
Fixed in:0:1.2.50-8.redhat_1.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_jk-ap24-debuginfoRocky
Fixed in:0:1.2.50-8.redhat_1.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_jk-debuginfoRed Hat / RHEL
Fixed in:0:1.2.50-8.redhat_1.el7jbcsRHSA-2025:3452
jbcs-httpd24-mod_jk-debuginfoRocky
Fixed in:0:1.2.50-8.redhat_1.el7jbcsRHSA-2025:3452
jbcs-httpd24-mod_ldapRed Hat / RHEL
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_ldapRocky
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_ldap-debuginfoRed Hat / RHEL
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_ldap-debuginfoRocky
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_mdRocky
Fixed in:1:2.4.28-9.el7jbcsRHSA-2025:3452
Fixed in:1:2.4.28-9.el7jbcsRHSA-2025:3452
Fixed in:1:2.4.28-9.el8jbcsRHSA-2025:3452
Fixed in:1:2.4.28-9.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_mdRed Hat / RHEL
Fixed in:1:2.4.28-9.el7jbcsRHSA-2025:3452
Fixed in:1:2.4.28-9.el7jbcsRHSA-2025:3452
Fixed in:1:2.4.28-9.el8jbcsRHSA-2025:3452
Fixed in:1:2.4.28-9.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_md-debuginfoRed Hat / RHEL
Fixed in:1:2.4.28-9.el7jbcsRHSA-2025:3452
Fixed in:1:2.4.28-9.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_md-debuginfoRocky
Fixed in:1:2.4.28-9.el7jbcsRHSA-2025:3452
Fixed in:1:2.4.28-9.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_proxy_clusterRed Hat / RHEL
Fixed in:0:1.3.22-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.3.22-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.3.22-3.el8jbcsRHSA-2025:3452
Fixed in:0:1.3.22-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_proxy_clusterRocky
Fixed in:0:1.3.22-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.3.22-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.3.22-3.el8jbcsRHSA-2025:3452
Fixed in:0:1.3.22-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_proxy_cluster-debuginfoRed Hat / RHEL
Fixed in:0:1.3.22-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.3.22-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_proxy_cluster-debuginfoRocky
Fixed in:0:1.3.22-3.el7jbcsRHSA-2025:3452
Fixed in:0:1.3.22-3.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_proxy_htmlRed Hat / RHEL
Fixed in:1:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:1:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_proxy_htmlRocky
Fixed in:1:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:1:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_proxy_html-debuginfoRed Hat / RHEL
Fixed in:1:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_proxy_html-debuginfoRocky
Fixed in:1:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_securityRocky
Fixed in:0:2.9.6-10.el7jbcsRHSA-2025:3452
Fixed in:0:2.9.6-10.el7jbcsRHSA-2025:3452
Fixed in:0:2.9.6-10.el8jbcsRHSA-2025:3452
Fixed in:0:2.9.6-10.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_securityRed Hat / RHEL
Fixed in:0:2.9.6-10.el7jbcsRHSA-2025:3452
Fixed in:0:2.9.6-10.el7jbcsRHSA-2025:3452
Fixed in:0:2.9.6-10.el8jbcsRHSA-2025:3452
Fixed in:0:2.9.6-10.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_security-debuginfoRed Hat / RHEL
Fixed in:0:2.9.6-10.el7jbcsRHSA-2025:3452
Fixed in:0:2.9.6-10.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_security-debuginfoRocky
Fixed in:0:2.9.6-10.el7jbcsRHSA-2025:3452
Fixed in:0:2.9.6-10.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_sessionRocky
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_sessionRed Hat / RHEL
Fixed in:0:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_session-debuginfoRed Hat / RHEL
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_session-debuginfoRocky
Fixed in:0:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_sslRocky
Fixed in:1:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:1:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_sslRed Hat / RHEL
Fixed in:1:2.4.62-5.el7jbcsRHSA-2025:3452
Fixed in:1:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_ssl-debuginfoRed Hat / RHEL
Fixed in:1:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-mod_ssl-debuginfoRocky
Fixed in:1:2.4.62-5.el8jbcsRHSA-2025:3452
jbcs-httpd24-nghttp2Rocky
Fixed in:0:1.64.0-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.64.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-nghttp2Red Hat / RHEL
Fixed in:0:1.64.0-2.el7jbcsRHSA-2025:3452
Fixed in:0:1.64.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-nghttp2-debuginfoRed Hat / RHEL
Fixed in:0:1.64.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-nghttp2-debuginfoRocky
Fixed in:0:1.64.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-nghttp2-develRed Hat / RHEL
Fixed in:0:1.64.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-nghttp2-develRocky
Fixed in:0:1.64.0-2.el7jbcsRHSA-2025:3452
jbcs-httpd24-opensslRed Hat / RHEL
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
jbcs-httpd24-opensslRocky
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-chilRocky
Fixed in:0:1.0.0-23.el7jbcsRHSA-2025:3452
Fixed in:0:1.0.0-23.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-chilRed Hat / RHEL
Fixed in:0:1.0.0-23.el7jbcsRHSA-2025:3452
Fixed in:0:1.0.0-23.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-chil-debuginfoRocky
Fixed in:0:1.0.0-23.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-chil-debuginfoRed Hat / RHEL
Fixed in:0:1.0.0-23.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-debuginfoRed Hat / RHEL
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-debuginfoRocky
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-develRed Hat / RHEL
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-develRocky
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-libsRed Hat / RHEL
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-libsRocky
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-perlRed Hat / RHEL
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-perlRocky
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-pkcs11Rocky
Fixed in:0:0.4.12-3.el7jbcsRHSA-2025:3452
Fixed in:0:0.4.12-3.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-pkcs11Red Hat / RHEL
Fixed in:0:0.4.12-3.el7jbcsRHSA-2025:3452
Fixed in:0:0.4.12-3.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-pkcs11-debuginfoRocky
Fixed in:0:0.4.12-3.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-pkcs11-debuginfoRed Hat / RHEL
Fixed in:0:0.4.12-3.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-staticRocky
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
jbcs-httpd24-openssl-staticRed Hat / RHEL
Fixed in:1:1.1.1k-19.el7jbcsRHSA-2025:3452
mecabRocky
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.src::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
mecabRed Hat / RHEL
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.src::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
mecab-debuginfoRocky
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
mecab-debuginfoRed Hat / RHEL
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
mecab-debugsourceRed Hat / RHEL
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
mecab-debugsourceRocky
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
mecab-develRed Hat / RHEL
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
mecab-develRocky
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:0.996-2.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
mecab-ipadicRed Hat / RHEL
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.src::mysql:8.0RHSA-2025:1673
mecab-ipadicRocky
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.src::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
mecab-ipadic-EUCJPRocky
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
mecab-ipadic-EUCJPRed Hat / RHEL
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:2.7.0.20070801-17.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
mysqlRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.src::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysqlRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.src::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-commonRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-commonRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-debuginfoRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-debuginfoRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-debugsourceRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-debugsourceRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-develRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-develRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-devel-debuginfoRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-devel-debuginfoRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-errmsgRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-errmsgRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-libsRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-libsRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-libs-debuginfoRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-libs-debuginfoRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-serverRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-serverRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-server-debuginfoRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-server-debuginfoRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-testRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-testRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-test-debuginfoRocky
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
mysql-test-debuginfoRed Hat / RHEL
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.ppc64le::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.x86_64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.s390x::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-1.module+el8.10.0+22857+7f331edd.aarch64::mysql:8.0RHSA-2025:1673
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
Fixed in:0:8.0.41-2.el9_5RHSA-2025:1671
opensslRocky
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
opensslRed Hat / RHEL
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
openssl-debuginfoRed Hat / RHEL
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
openssl-debuginfoRocky
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
openssl-debugsourceRed Hat / RHEL
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
openssl-debugsourceRocky
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
openssl-develRocky
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
openssl-develRed Hat / RHEL
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
openssl-fips-providerRed Hat / RHEL
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
openssl-fips-providerRocky
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
openssl-fips-provider-soRed Hat / RHEL
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
openssl-fips-provider-soRocky
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
openssl-fips-provider-so-debuginfoRed Hat / RHEL
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
openssl-fips-provider-so-debuginfoRocky
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
openssl-fips-provider-so-debugsourceRed Hat / RHEL
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
openssl-fips-provider-so-debugsourceRocky
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
Fixed in:0:3.0.7-6.el9_5RHSA-2024:9333
openssl-libsRed Hat / RHEL
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
openssl-libsRocky
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
openssl-libs-debuginfoRocky
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
openssl-libs-debuginfoRed Hat / RHEL
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
openssl-perlRocky
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
openssl-perlRed Hat / RHEL
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7848
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7847
Fixed in:1:1.1.1k-14.el8_6RHSA-2024:7846
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.0.7-29.el9_4RHSA-2025:3666
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
Fixed in:1:3.2.2-6.el9_5RHSA-2024:9333
edk2Ubuntu
Fixed in:2022.02-3ubuntu0.22.04.4USN-7894-1
Fixed in:2024.02-2ubuntu0.6USN-7894-1
libssl1.1Ubuntu
Fixed in:1.1.1f-1ubuntu2.23USN-6937-1
libssl3Ubuntu
Fixed in:3.0.2-0ubuntu1.17USN-6937-1
libssl3t64Ubuntu
Fixed in:3.0.13-0ubuntu3.2USN-6937-1
opensslUbuntu
Fixed in:1.1.1f-1ubuntu2.23USN-6937-1
Fixed in:3.0.2-0ubuntu1.17USN-6937-1
Fixed in:3.0.13-0ubuntu3.2USN-6937-1
ovmfUbuntu
Fixed in:2022.02-3ubuntu0.22.04.4USN-7894-1
Fixed in:2024.02-2ubuntu0.6USN-7894-1
ovmf-ia32Ubuntu
Fixed in:2022.02-3ubuntu0.22.04.4USN-7894-1
Fixed in:2024.02-2ubuntu0.6USN-7894-1
qemu-efiUbuntu
Fixed in:2022.02-3ubuntu0.22.04.4USN-7894-1
qemu-efi-aarch64Ubuntu
Fixed in:2022.02-3ubuntu0.22.04.4USN-7894-1
Fixed in:2024.02-2ubuntu0.6USN-7894-1
qemu-efi-armUbuntu
Fixed in:2022.02-3ubuntu0.22.04.4USN-7894-1
Fixed in:2024.02-2ubuntu0.6USN-7894-1
qemu-efi-riscv64Ubuntu
Fixed in:2024.02-2ubuntu0.6USN-7894-1

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H

Exploit Intelligence

5.58%probability of exploitation in 30 days
92ndpercentile

High risk: more likely to be exploited than 92% of all known CVEs.

References

Related Vulnerabilities

Other CWE-125 (Out-of-bounds Read) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2014-0160High7.5100%KEVFix
CVE-2025-5777High7.5100%KEV + RansomFix
CVE-2021-4034High7.895%KEVFix
CVE-2023-21769High7.592%-Fix
CVE-2023-49285High8.689%-Fix
CVE-2020-8794Critical9.889%-Fix
Embed a live status badge for CVE-2024-5535
CVE-2024-5535 severity badge

Markdown

[![CVE-2024-5535](https://tridentstack.com/cve/badge/CVE-2024-5535.svg)](https://tridentstack.com/cve/CVE-2024-5535)

HTML

<a href="https://tridentstack.com/cve/CVE-2024-5535"><img src="https://tridentstack.com/cve/badge/CVE-2024-5535.svg" alt="CVE-2024-5535"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-05-12.