Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat CodeReady Workspaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHSA-2017:0194 - Security Advisory
Issued:
2017-01-25
Updated:
2017-01-25

RHSA-2017:0194 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Important: Red Hat JBoss Core Services Apache HTTP Server 2.4.23 Release on RHEL 7

Type/Severity

Security Advisory: Important

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An update is now available for JBoss Core Services on RHEL 7.

Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.

Description

This release adds the new Apache HTTP Server 2.4.23 packages that are part of the JBoss Core Services offering.

This release serves as a replacement for Red Hat JBoss Core Services Pack Apache Server 2.4.6 and includes bug fixes and enhancements. Refer to the Release Notes for information on the most significant bug fixes and enhancements included in this release.

Security Fix(es):

  • A flaw was found in the way OpenSSL encoded certain ASN.1 data structures. An attacker could use this flaw to create a specially crafted certificate which, when verified or re-encoded by OpenSSL, could cause it to crash, or execute arbitrary code using the permissions of the user running an application compiled against the OpenSSL library. (CVE-2016-2108)
  • It was found that the length checks prior to writing to the target buffer for creating a virtual host mapping rule did not take account of the length of the virtual host name, creating the potential for a buffer overflow. (CVE-2016-6808)
  • It was discovered that OpenSSL did not always use constant time operations when computing Digital Signature Algorithm (DSA) signatures. A local attacker could possibly use this flaw to obtain a private DSA key belonging to another user or service running on the same system. (CVE-2016-2178)
  • Multiple integer overflow flaws were found in the way OpenSSL performed pointer arithmetic. A remote attacker could possibly use these flaws to cause a TLS/SSL server or client using OpenSSL to crash. (CVE-2016-2177)
  • It was discovered that specifying configuration with a JVMRoute path longer than 80 characters will cause segmentation fault leading to a server crash. (CVE-2016-4459)
  • An error was found in protocol parsing logic of mod_cluster load balancer Apache HTTP Server modules. An attacker could use this flaw to cause a Segmentation Fault in the serving httpd process. (CVE-2016-8612)

Red Hat would like to thank the OpenSSL project for reporting CVE-2016-2108. The CVE-2016-4459 issue was discovered by Robert Bost (Red Hat). Upstream acknowledges Huzaifa Sidhpurwala (Red Hat), Hanno Bock, and David Benjamin (Google) as the original reporters of CVE-2016-2108.

Solution

For details on how to apply this update, which includes the changes described in this advisory, refer to:

https://access.redhat.com/articles/11258

For the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted. After installing the updated packages, the httpd daemon will be restarted automatically.

Affected Products

  • Red Hat JBoss Core Services 1 for RHEL 7 x86_64
  • Red Hat JBoss Core Services 1 for RHEL 7 ppc64

Fixes

  • BZ - 1331402 - CVE-2016-2108 openssl: Memory corruption in the ASN.1 encoder
  • BZ - 1341583 - CVE-2016-4459 mod_cluster: Buffer overflow in mod_manager when sending request with long JVMRoute
  • BZ - 1341705 - CVE-2016-2177 openssl: Possible integer overflow vulnerabilities in codebase
  • BZ - 1343400 - CVE-2016-2178 openssl: Non-constant time codepath followed for certain operations in DSA implementation
  • BZ - 1382352 - CVE-2016-6808 mod_jk: Buffer overflow when concatenating virtual host name and URI
  • BZ - 1387605 - CVE-2016-8612 JBCS mod_cluster: Protocol parsing logic error

CVEs

  • CVE-2016-2108
  • CVE-2016-2177
  • CVE-2016-2178
  • CVE-2016-4459
  • CVE-2016-6808
  • CVE-2016-8612

References

  • https://access.redhat.com/security/updates/classification/#important
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat JBoss Core Services 1 for RHEL 7

SRPM
jbcs-httpd24-httpd-2.4.23-102.jbcs.el7.src.rpm SHA-256: 754e1ee202e91a99c34ab824b52d34640d7c4be68e2848e2c13645d29843ee27
jbcs-httpd24-mod_auth_kerb-5.4-35.jbcs.el7.src.rpm SHA-256: 0143c41bf90dcdde27c95b246143b1367d20a541aec7aa17e3f31a884471543b
jbcs-httpd24-mod_bmx-0.9.6-14.GA.jbcs.el7.src.rpm SHA-256: 76ec84d927f32470beaa927e1007863178cc23b09ec38b5865e0bb2d37857485
jbcs-httpd24-mod_cluster-native-1.3.5-13.Final_redhat_1.jbcs.el7.src.rpm SHA-256: 1a5f9bcc53b1655c06836084d1afbc499e73ff2d9fc0db173a99ddabd8d78460
jbcs-httpd24-mod_jk-1.2.41-14.redhat_1.jbcs.el7.src.rpm SHA-256: 08d4b8bd5cf72ac93abfc8a70f6d8c2745a4c25ba1310077cc38ed0c68d170fb
jbcs-httpd24-mod_rt-2.4.1-16.GA.jbcs.el7.src.rpm SHA-256: e49a60803c02fa0949dc96477d17c76255702c1b1f8911365dff8efd4c327227
jbcs-httpd24-mod_security-2.9.1-18.GA.jbcs.el7.src.rpm SHA-256: 428f0f6efa02c20abcfd7e7ec61d3a42026eb42e9cc27edeb269dca43297159f
jbcs-httpd24-nghttp2-1.12.0-9.jbcs.el7.src.rpm SHA-256: 5ce27d53d883ba0c42f3a44c7d35143ca42b0c8d3489b8bbd5f20bb3ed57aa92
jbcs-httpd24-openssl-1.0.2h-12.jbcs.el7.src.rpm SHA-256: 93d5537d1a2c2f657522dd50fab0ac10ec2ae652b3768124cc78f94006e65d85
x86_64
jbcs-httpd24-httpd-2.4.23-102.jbcs.el7.x86_64.rpm SHA-256: ceaa964fb4d28ff7339c7981a1a975069e36d96c13bc56bdf957e592e630d116
jbcs-httpd24-httpd-debuginfo-2.4.23-102.jbcs.el7.x86_64.rpm SHA-256: 189cc3d460a82f585bfa95ffdc64e1c41cb060d6e4d37522c78f37a849d3009b
jbcs-httpd24-httpd-devel-2.4.23-102.jbcs.el7.x86_64.rpm SHA-256: 5bec7fef46ede061ad70fd793614f5e7dfb3236ff8f2dc0f54f54c3e56835a98
jbcs-httpd24-httpd-manual-2.4.23-102.jbcs.el7.noarch.rpm SHA-256: e20adb59b90a4087917fc73c54c3f50609fe5b1c8e513d192b318ff8d4438f23
jbcs-httpd24-httpd-selinux-2.4.23-102.jbcs.el7.x86_64.rpm SHA-256: bf01fdf1ecbb7d53fb1ee34f6d978588b6126c65378692294857a88ca2a2977b
jbcs-httpd24-httpd-src-zip-2.4.23-102.jbcs.el7.x86_64.rpm SHA-256: 39887db985ec36317cb6f9e0d99ca75f616b44ffc11c1f108457dde4c278da31
jbcs-httpd24-httpd-tools-2.4.23-102.jbcs.el7.x86_64.rpm SHA-256: 1be86e2f8377e7c39bb92b6f509f323c10731e17ed9fdf22c414f6a14dea7aaa
jbcs-httpd24-httpd-zip-2.4.23-102.jbcs.el7.x86_64.rpm SHA-256: c57f33752e59afb5bb17501c03a6423e0b72b20d207a0643ed2db897fe21780b
jbcs-httpd24-mod_auth_kerb-5.4-35.jbcs.el7.x86_64.rpm SHA-256: 73063077b8e4403c06227b1d02b8c5e50e6c940b3b67362230df8aaaf66a6b3b
jbcs-httpd24-mod_auth_kerb-debuginfo-5.4-35.jbcs.el7.x86_64.rpm SHA-256: e312945dac0ad3d3870600b448c8ad2e3534c6cda2c4f9b30c306937f9eff3d9
jbcs-httpd24-mod_bmx-0.9.6-14.GA.jbcs.el7.x86_64.rpm SHA-256: 9150f13eb5a0e235eb5df4f2d3ca24602b88fbb6dc4e11008b2b2a5a4e5155d4
jbcs-httpd24-mod_bmx-debuginfo-0.9.6-14.GA.jbcs.el7.x86_64.rpm SHA-256: 73ae0168e8ac34b1e5b89149faf121e70ad9ae0f6eb1b37764e1be76087a2d20
jbcs-httpd24-mod_bmx-src-zip-0.9.6-14.GA.jbcs.el7.x86_64.rpm SHA-256: 3dd9f7cfb181dc3f8a6d370285dcbc9c97999bf887b17781dee8f5d55c09b456
jbcs-httpd24-mod_cluster-native-1.3.5-13.Final_redhat_1.jbcs.el7.x86_64.rpm SHA-256: 7137b56f82bd9b28fb671f36568b5eb47b05a337d3b03ec7fb6494a2958762d7
jbcs-httpd24-mod_cluster-native-debuginfo-1.3.5-13.Final_redhat_1.jbcs.el7.x86_64.rpm SHA-256: 2bc4e1031ee84bc4b666f6280c4ee05f10a864556f21bebaa0909a93f3b274f1
jbcs-httpd24-mod_jk-ap24-1.2.41-14.redhat_1.jbcs.el7.x86_64.rpm SHA-256: 97da93033e98f5b4c8a7ad449a7d026a86d46331f42803bf14e9b51b4ff34f8d
jbcs-httpd24-mod_jk-debuginfo-1.2.41-14.redhat_1.jbcs.el7.x86_64.rpm SHA-256: ace0a9c3fcfd4b66814a69c387a160c07a8a6f1b6a418b6713f39eb22e22d966
jbcs-httpd24-mod_jk-manual-1.2.41-14.redhat_1.jbcs.el7.x86_64.rpm SHA-256: 7b34af40add6c22fc7c09ddb6d4a20839e6e9d8ffa1ea1285a33bbded9be7b18
jbcs-httpd24-mod_ldap-2.4.23-102.jbcs.el7.x86_64.rpm SHA-256: 56514c4b44b0a20e8eff1fbe7eeffd8e9cc975ffe3e643016cfc4ebecf7e6498
jbcs-httpd24-mod_proxy_html-2.4.23-102.jbcs.el7.x86_64.rpm SHA-256: af6c1e3ed77696388e647ade8ef8508f7488ec64bce2dd021048f2e0b534ed85
jbcs-httpd24-mod_rt-2.4.1-16.GA.jbcs.el7.x86_64.rpm SHA-256: 18ab16d08964cb7bf2b5c4f63e9ec75abb3fced14da3e2f502b9be666aafa257
jbcs-httpd24-mod_rt-debuginfo-2.4.1-16.GA.jbcs.el7.x86_64.rpm SHA-256: b6ad99f3d5e2bdeadd3584fbedbcde7b6d164c8852f56f553a785615a3ef5656
jbcs-httpd24-mod_rt-src-zip-2.4.1-16.GA.jbcs.el7.x86_64.rpm SHA-256: d7f7ee7fd225b1a0c2e29b58938d3702c6c2a390c44c5c99e6c3a81f0d451e5a
jbcs-httpd24-mod_security-2.9.1-18.GA.jbcs.el7.x86_64.rpm SHA-256: b43f7c47420e5f1e4715f19664ef8724b722c18987838af69b1a788666e23afc
jbcs-httpd24-mod_security-debuginfo-2.9.1-18.GA.jbcs.el7.x86_64.rpm SHA-256: 6162c4068ded7b3ab14aee9698ccbe833428dcb930dd38d3428c9fce5e0a2fac
jbcs-httpd24-mod_security-src-zip-2.9.1-18.GA.jbcs.el7.x86_64.rpm SHA-256: a05d4534503de645f31d56742d6bc8970e8945d9ed911b3a8eb4ced2b2886d7f
jbcs-httpd24-mod_session-2.4.23-102.jbcs.el7.x86_64.rpm SHA-256: 74b7b8b0fd9e14ea8364292248a55d4eed3b39f6d6bccccb708128bcf2d0b7f3
jbcs-httpd24-mod_ssl-2.4.23-102.jbcs.el7.x86_64.rpm SHA-256: 0c8af7774b2bb58a78ed410310af1c323e900917cd426df13d3992ebab6d6c05
jbcs-httpd24-nghttp2-1.12.0-9.jbcs.el7.x86_64.rpm SHA-256: 3deb3b2e386f4442eb23b0e96780a4944211fb3990b52cde1d1f471ed5ea4302
jbcs-httpd24-nghttp2-debuginfo-1.12.0-9.jbcs.el7.x86_64.rpm SHA-256: 0a2f4b6c56e4dcfcffbe42ca825328e66f307bfdc58f2d791b086a59cfb5df04
jbcs-httpd24-openssl-1.0.2h-12.jbcs.el7.x86_64.rpm SHA-256: 4bffaf8ed17b9f9d7efa036af51714ca24ba2f15e5096a9e4ec957dc5dfd38a0
jbcs-httpd24-openssl-debuginfo-1.0.2h-12.jbcs.el7.x86_64.rpm SHA-256: eba3eaaa876eedf08e7243438a1d32ea8554b90ab3c0a260bbe2c118a3306416
jbcs-httpd24-openssl-devel-1.0.2h-12.jbcs.el7.x86_64.rpm SHA-256: b70b577ec8a938983a4297411ead2ec94cb227d3f4d837c6d7eeba39bef1f5b9
jbcs-httpd24-openssl-libs-1.0.2h-12.jbcs.el7.x86_64.rpm SHA-256: 4948bfbd1357549c00569e4a52e20986becfc2710c957e18ee1b609da45cff99
jbcs-httpd24-openssl-perl-1.0.2h-12.jbcs.el7.x86_64.rpm SHA-256: ba7eb9fff74ed424a2fe67c5b0591c66b7e4da6fa6af8c40ed1dabb255b9ef46
jbcs-httpd24-openssl-static-1.0.2h-12.jbcs.el7.x86_64.rpm SHA-256: 4dae548afd05d08f08503c71d915ebe4a78be0243a45c89777b66e9a8174ff7c
ppc64
jbcs-httpd24-httpd-2.4.23-102.jbcs.el7.ppc64.rpm SHA-256: 60784f4a7c65756cbef9ffd007c08fbeb64a1f69a4c2ef82f21420048c38b78b
jbcs-httpd24-httpd-debuginfo-2.4.23-102.jbcs.el7.ppc64.rpm SHA-256: d8adb2ff4ca10064cbb06774d3a34f46c32b4749e2cdcefab22c0e5a46f8f292
jbcs-httpd24-httpd-devel-2.4.23-102.jbcs.el7.ppc64.rpm SHA-256: e8ed1a7bc83a3c429a316392714bc443302be9ed8a09a0675bb0b05c37ae57cc
jbcs-httpd24-httpd-manual-2.4.23-102.jbcs.el7.noarch.rpm SHA-256: e20adb59b90a4087917fc73c54c3f50609fe5b1c8e513d192b318ff8d4438f23
jbcs-httpd24-httpd-selinux-2.4.23-102.jbcs.el7.ppc64.rpm SHA-256: 790c2e5f5deaa4047d15ca2a91a33f2f69ca7234b8fd9752ca279db92a42fdb6
jbcs-httpd24-httpd-src-zip-2.4.23-102.jbcs.el7.ppc64.rpm SHA-256: 723b752a6aead4b384404b6eacffd9ecd6bd5cf6a79a8a611af0d5bfa2841c00
jbcs-httpd24-httpd-tools-2.4.23-102.jbcs.el7.ppc64.rpm SHA-256: d7cb340c2ab6dc01328165161313ebaa149a26a72e8c6a78d23a40801efe26c3
jbcs-httpd24-httpd-zip-2.4.23-102.jbcs.el7.ppc64.rpm SHA-256: 9e59c7a4785f45d1dca3afe24cc7cb0e13da6ad9fe562fdc2714624b161ec8eb
jbcs-httpd24-mod_auth_kerb-5.4-35.jbcs.el7.ppc64.rpm SHA-256: c8402a539e80307e1b4519e088d2e3d7d69bdbc5df4d8d0133e6eabe2224d572
jbcs-httpd24-mod_auth_kerb-debuginfo-5.4-35.jbcs.el7.ppc64.rpm SHA-256: 16e00c4fa19c7e547c56c90148631eff5a99ac045ce95f3029dec0fa67223ae3
jbcs-httpd24-mod_bmx-0.9.6-14.GA.jbcs.el7.ppc64.rpm SHA-256: 6b22629e7dd7df0320096a51929362a1ae58e8a893a140b2d54c25698fc713fc
jbcs-httpd24-mod_bmx-debuginfo-0.9.6-14.GA.jbcs.el7.ppc64.rpm SHA-256: 334556d0f945ae2a15efd0e9c7f80fda97f1be18a53a66358fad2c7c489bb5df
jbcs-httpd24-mod_bmx-src-zip-0.9.6-14.GA.jbcs.el7.ppc64.rpm SHA-256: 4dcb0b11e1dd52ee66a9ffea7218c993cac8bc05ab1879fc5765956e547da741
jbcs-httpd24-mod_cluster-native-1.3.5-13.Final_redhat_1.jbcs.el7.ppc64.rpm SHA-256: 456ec8d9e230cea9db085e08383880a9cfb9b5388cb4654f42e739b13a43d273
jbcs-httpd24-mod_cluster-native-debuginfo-1.3.5-13.Final_redhat_1.jbcs.el7.ppc64.rpm SHA-256: 0f4fd0d74883e68a8d770c5151b968bf80055e053f567160cdd1e9d03d3320fe
jbcs-httpd24-mod_jk-ap24-1.2.41-14.redhat_1.jbcs.el7.ppc64.rpm SHA-256: 3bb8fd405d2a3b58a52ed9def097cdf77e09a4df10aefd09796d354a0b141d72
jbcs-httpd24-mod_jk-debuginfo-1.2.41-14.redhat_1.jbcs.el7.ppc64.rpm SHA-256: 9a9f15b1d367ecd38448f99f7b0aa2dd38f9659a5b2ef11de359324af1a89c8a
jbcs-httpd24-mod_jk-manual-1.2.41-14.redhat_1.jbcs.el7.ppc64.rpm SHA-256: caedb0636751d0db573b56271f610b9387bd32c5890e274e17e8c0af7eb3c021
jbcs-httpd24-mod_ldap-2.4.23-102.jbcs.el7.ppc64.rpm SHA-256: 10b4952321e29c55aa99163d0abd1be8dc8368030be35515ce4421a7ce9d1119
jbcs-httpd24-mod_proxy_html-2.4.23-102.jbcs.el7.ppc64.rpm SHA-256: c64cee39a3dc88f7e5984752fbb28bd37a4559c0fe2af0bddc8dd92449c3f04d
jbcs-httpd24-mod_rt-2.4.1-16.GA.jbcs.el7.ppc64.rpm SHA-256: 4556eff1bc0701cddf3213aefdf8d13ade3891dcff395e1eda6763c80c3df55b
jbcs-httpd24-mod_rt-debuginfo-2.4.1-16.GA.jbcs.el7.ppc64.rpm SHA-256: cddf9afbc893bdf7547e528fead464e6265326e28d12b2b5c0ccd009da240eaa
jbcs-httpd24-mod_rt-src-zip-2.4.1-16.GA.jbcs.el7.ppc64.rpm SHA-256: 5d82d58393c09e4181401c6e2df1191e6a55523c1a7177e515309416371213e0
jbcs-httpd24-mod_security-2.9.1-18.GA.jbcs.el7.ppc64.rpm SHA-256: 0787c787d7bf01f16791d11212e9270c391f4f16d2f30688df8a230f23a836b0
jbcs-httpd24-mod_security-debuginfo-2.9.1-18.GA.jbcs.el7.ppc64.rpm SHA-256: e82f0f68d9937c7e989e9018c0740c72f4407647c27fb188c1aedfc78ab99ad4
jbcs-httpd24-mod_security-src-zip-2.9.1-18.GA.jbcs.el7.ppc64.rpm SHA-256: 83c86db8cf524077bb26ca306ae6e30fb897d75f724275596a1d6e8b7edcfead
jbcs-httpd24-mod_session-2.4.23-102.jbcs.el7.ppc64.rpm SHA-256: d5e72d9ea0e57d18a026ce062ba5b703d3f3210e3282c67c7f42e72d516d2bfc
jbcs-httpd24-mod_ssl-2.4.23-102.jbcs.el7.ppc64.rpm SHA-256: 90c3700f9432f55a9a6797ac4983173c3c3e0d05355527fde1a37bb734ffdd93
jbcs-httpd24-nghttp2-1.12.0-9.jbcs.el7.ppc64.rpm SHA-256: 3abc699ead4871bfe192034cc462f29d5fdf061b5ed686eb49c7bf75af1ea936
jbcs-httpd24-nghttp2-debuginfo-1.12.0-9.jbcs.el7.ppc64.rpm SHA-256: 4d1cde75f69d48392a35e3b5b0f3e36a76f250fb03ed7d4561168d5967751424
jbcs-httpd24-openssl-1.0.2h-12.jbcs.el7.ppc64.rpm SHA-256: 7e889087ff024e517902690136746751117c5291b95fa1cc31a549ca0f2d5019
jbcs-httpd24-openssl-debuginfo-1.0.2h-12.jbcs.el7.ppc64.rpm SHA-256: e65d622e767e08312eb367d99273194c9b3dcd0ceeb2e839a10e36d7ff4f0c55
jbcs-httpd24-openssl-devel-1.0.2h-12.jbcs.el7.ppc64.rpm SHA-256: df95fb2c7d50fce494f8248c404b724750797fd1c18a47d5a0b26064798cbe6f
jbcs-httpd24-openssl-libs-1.0.2h-12.jbcs.el7.ppc64.rpm SHA-256: c51c2d88994596808c12406dddd29f46befcbf9d8f23e135896b3e1e6c901818
jbcs-httpd24-openssl-perl-1.0.2h-12.jbcs.el7.ppc64.rpm SHA-256: dfde182e33c4105de3d8aa68fc013ff6e5004d614e92c5440b47779bd1a82d6f
jbcs-httpd24-openssl-static-1.0.2h-12.jbcs.el7.ppc64.rpm SHA-256: 8f302415acef4b4979cbf9274b363d335a6b519e5e6dfe4268c4ad7e41d893e5

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2022 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter