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
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • OpenShift Dev Spaces
  • 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 Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2023:3299 - Security Advisory
Issued:
2023-05-24
Updated:
2023-05-24

RHSA-2023:3299 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Important: jenkins and jenkins-2-plugins security update

Type/Severity

Security Advisory: Important

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An update for jenkins and jenkins-2-plugins is now available for OpenShift Developer Tools and Services for OCP 4.13.

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

Jenkins is a continuous integration server that monitors executions of repeated jobs, such as building a software project or jobs run by cron.

Security Fix(es):

  • apache-commons-text: variable interpolation RCE (CVE-2022-42889)
  • google-oauth-client: missing PKCE support in accordance with the RFC for OAuth 2.0 for Native Apps can lead to improper authorization (CVE-2020-7692)
  • jenkins-2-plugins/script-security: Sandbox bypass vulnerability in Script Security Plugin (CVE-2023-24422)
  • kubernetes-client: Insecure deserialization in unmarshalYaml method (CVE-2021-4178)
  • jackson-databind: Possible DoS if using JDK serialization to serialize JsonNode (CVE-2021-46877)
  • springframework: Authorization Bypass in RegexRequestMatcher (CVE-2022-22978)
  • xstream: Xstream to serialise XML data was vulnerable to Denial of Service attacks (CVE-2022-40151)
  • woodstox-core: woodstox to serialise XML data was vulnerable to Denial of Service attacks (CVE-2022-40152)
  • Apache Commons FileUpload: FileUpload DoS with excessive parts (CVE-2023-24998)
  • jenkins-2-plugins/JUnit: Stored XSS vulnerability in JUnit Plugin (CVE-2023-25761)
  • jenkins-2-plugins/pipeline-build-step: Stored XSS vulnerability in Pipeline: Build Step Plugin (CVE-2023-25762)
  • Jenkins: Denial of Service attack (CVE-2023-27900)
  • Jenkins: Denial of Service attack (CVE-2023-27901)
  • Jenkins: Workspace temporary directories accessible through directory browser (CVE-2023-27902)
  • Jenkins: Information disclosure through error stack traces related to agents (CVE-2023-27904)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

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

Affected Products

  • OpenShift Developer Tools and Services 4.13 x86_64
  • OpenShift Developer Tools and Services 4.13 s390x
  • OpenShift Developer Tools and Services 4.13 ppc64le
  • OpenShift Developer Tools and Services 4.13 aarch64

Fixes

  • BZ - 1856376 - CVE-2020-7692 google-oauth-client: missing PKCE support in accordance with the RFC for OAuth 2.0 for Native Apps can lead to improper authorization
  • BZ - 2034388 - CVE-2021-4178 kubernetes-client: Insecure deserialization in unmarshalYaml method
  • BZ - 2087606 - CVE-2022-22978 springframework: Authorization Bypass in RegexRequestMatcher
  • BZ - 2134291 - CVE-2022-40152 woodstox-core: woodstox to serialise XML data was vulnerable to Denial of Service attacks
  • BZ - 2134292 - CVE-2022-40151 xstream: Xstream to serialise XML data was vulnerable to Denial of Service attacks
  • BZ - 2135435 - CVE-2022-42889 apache-commons-text: variable interpolation RCE
  • BZ - 2164278 - CVE-2023-24422 jenkins-2-plugins/script-security: Sandbox bypass vulnerability in Script Security Plugin
  • BZ - 2170039 - CVE-2023-25761 jenkins-2-plugins/JUnit: Stored XSS vulnerability in JUnit Plugin
  • BZ - 2170041 - CVE-2023-25762 jenkins-2-plugins/pipeline-build-step: Stored XSS vulnerability in Pipeline: Build Step Plugin
  • BZ - 2172298 - CVE-2023-24998 Apache Commons FileUpload: FileUpload DoS with excessive parts
  • BZ - 2177630 - CVE-2023-27902 Jenkins: Workspace temporary directories accessible through directory browser
  • BZ - 2177634 - CVE-2023-27904 Jenkins: Information disclosure through error stack traces related to agents
  • BZ - 2177638 - CVE-2023-27900 Jenkins: Denial of Service attack
  • BZ - 2177646 - CVE-2023-27901 Jenkins: Denial of Service attack
  • BZ - 2185707 - CVE-2021-46877 jackson-databind: Possible DoS if using JDK serialization to serialize JsonNode
  • PITEAM-10 - Release 4.13 Jenkins agent image
  • PITEAM-9 - Release 4.13 Jenkins image

CVEs

  • CVE-2020-7692
  • CVE-2021-4178
  • CVE-2021-46877
  • CVE-2022-22978
  • CVE-2022-25647
  • CVE-2022-40151
  • CVE-2022-40152
  • CVE-2022-42889
  • CVE-2023-24422
  • CVE-2023-24998
  • CVE-2023-25761
  • CVE-2023-25762
  • CVE-2023-27900
  • CVE-2023-27901
  • CVE-2023-27902
  • CVE-2023-27904

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.

OpenShift Developer Tools and Services 4.13

SRPM
jenkins-2-plugins-4.13.1684911916-1.el8.src.rpm SHA-256: 8b78f1e0cc443705c0def991e4f0e23c250bb1184f3198c0266fa50312890fcd
jenkins-2.387.3.1684911776-3.el8.src.rpm SHA-256: 2f4158f978c8982fbd36c865f80a847bc0bf339c46bf48b91657316407a4fa0a
x86_64
jenkins-2-plugins-4.13.1684911916-1.el8.noarch.rpm SHA-256: a73c34df114198ce2b81d117653cefc094c188e148f1cc295aede8f604e5c39f
jenkins-2.387.3.1684911776-3.el8.noarch.rpm SHA-256: 27f26b7b0d116de88913498dd39f21f3c556387e8095b25ce678dac56e34ffc4
s390x
jenkins-2-plugins-4.13.1684911916-1.el8.noarch.rpm SHA-256: a73c34df114198ce2b81d117653cefc094c188e148f1cc295aede8f604e5c39f
jenkins-2.387.3.1684911776-3.el8.noarch.rpm SHA-256: 27f26b7b0d116de88913498dd39f21f3c556387e8095b25ce678dac56e34ffc4
ppc64le
jenkins-2-plugins-4.13.1684911916-1.el8.noarch.rpm SHA-256: a73c34df114198ce2b81d117653cefc094c188e148f1cc295aede8f604e5c39f
jenkins-2.387.3.1684911776-3.el8.noarch.rpm SHA-256: 27f26b7b0d116de88913498dd39f21f3c556387e8095b25ce678dac56e34ffc4
aarch64
jenkins-2-plugins-4.13.1684911916-1.el8.noarch.rpm SHA-256: a73c34df114198ce2b81d117653cefc094c188e148f1cc295aede8f604e5c39f
jenkins-2.387.3.1684911776-3.el8.noarch.rpm SHA-256: 27f26b7b0d116de88913498dd39f21f3c556387e8095b25ce678dac56e34ffc4

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
2023
  • Privacy Statement
  • Terms of Use
  • All Policies and Guidelines
We've updated our <a href='http://www.redhat.com/en/about/privacy-policy' class='privacy-policy'>Privacy Statement</a> effective September 15, 2023.
Red Hat Summit Red Hat Summit
Twitter