BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2026
CVE-2026-10050High confidence

Digest authentication lossy encoding

Eclipse Foundation · Eclipse Jetty - EE8

8.7HighCVSS 4.0
Recommended action
Within 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

1 package state
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · standard archivejetty9Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 10 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

1 current
CVE-2026-10050 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityjetty-security: Eclipse Jetty: Authentication bypass via Digest authentication encoding collision
15 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • jenkins.src as a component of OpenShift Developer Tools and Services
  • ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services
  • ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services
  • jetty-security as a component of Red Hat build of Apache Camel - HawtIO 4
  • jetty-security as a component of Red Hat build of Apache Camel for Spring Boot 4
  • jetty-security as a component of Red Hat build of Debezium 3
  • jmc as a component of Red Hat Enterprise Linux 9
  • jmc.src as a component of Red Hat Enterprise Linux 9
  • rhoai/odh-th06-cpu-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI)
  • rhoai/odh-th06-cuda130-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI)
  • puppetserver.src (satellite:el8) as a component of Red Hat Satellite 6
  • puppetserver (satellite:el8) as a component of Red Hat Satellite 6
Summary
A flaw was found in Eclipse Jetty, a widely used web server and servlet container. This vulnerability affects its HTTP Digest authentication mechanism, which is used to verify user identities. The issue arises because Jetty's hash computation for passwords does not correctly handle certain characters, leading to a weakness in how passwords are processed. A remote attacker could exploit this by crafting a specific password that generates the same internal hash as a legitimate user's password, thereby bypassing authentication and gaining unauthorized access to the victim's account.
Remediation
Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings. The References section of this erratum contains a download link (you must log in to download the update).
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2026-52656

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains characters that cannot be represented in ISO-8859-1, they are silently replaced by `?`. This happens with passwords that contain Chinese, Cyrillic or Greek characters, for example: `αβ123` converts to `??123`. An attacker can send a request with a digest `Authorization` header crafted with a password made of only `?` characters; the server would match any password of the same length that contains non-ISO-8859-1 characters. Recent HTTP Digest [RFC-7616](https://datatracker.ietf.org/doc/html/rfc7616) supports a `charset` parameters that defaults to UTF-8 that allows for correct encoding/decoding of passwords.

What

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains characters that cannot be represented in ISO-8859-1, they are silently replaced by `?`. This happens with passwords that contain Chinese, Cyrillic or Greek characters, for example: `αβ123` converts to `??123`. An attacker can send a request with a digest `Authorization` header crafted with a password made of only `?` characters; the server would match any password of the same length that contains non-ISO-8859-1 characters. Recent HTTP Digest [RFC-7616](https://datatracker.ietf.org/doc/html/rfc7616) supports a `charset` parameters that defaults to UTF-8 that allows for correct encoding/decoding of passwords.

Why

The product does not properly handle when an input uses an alternate encoding that is valid for the control sphere to which the input is being sent.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains characters that cannot be represented in ISO-8859-1, they are silently replaced by `?`. This happens with passwords that contain Chinese, Cyrillic or Greek characters, for example: `αβ123` converts to `??123`. An attacker can send a request with a digest `Authorization` header crafted with a password made of only `?` characters; the server would match any password of the same length that contains non-ISO-8859-1 characters. Recent HTTP Digest [RFC-7616](https://datatracker.ietf.org/doc/html/rfc7616) supports a `charset` parameters that defaults to UTF-8 that allows for correct encoding/decoding of passwords.

Why

The product does not properly handle when an input uses an alternate encoding that is valid for the control sphere to which the input is being sent.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
Reference recorded

A structured CVE source labels at least one public reference as exploit material. BlackTree has not independently validated that it is safe, reliable or weaponised.

Likely attack path
a network path → Improper Handling of Alternate Encoding → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Not a CVSS 4.0 base metric
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-173

CWE-173: Improper Handling of Alternate Encoding. The product does not properly handle when an input uses an alternate encoding that is valid for the control sphere to which the input is being sent.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Common Vulnerability Scoring System 4.0: the compact vector below is decoded into plain language.

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.ATNoneAttack requirements: No additional deployment or execution condition is required.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.VCHighVulnerable-system confidentiality: A successful attack can cause a major loss.VINoneVulnerable-system integrity: No direct loss is represented by this metric.VANoneVulnerable-system availability: No direct loss is represented by this metric.SCNoneSubsequent-system confidentiality: No direct loss is represented by this metric.SINoneSubsequent-system integrity: No direct loss is represented by this metric.SANoneSubsequent-system availability: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-173Public exploit reference
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

BSI · German · WID-SEC-W-2026-2923Atlassian Produkte (Bamboo, Bitbucket, Confluence, Crucible, Fisheye, und Jira): Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Atlassian Bamboo, Atlassian Bitbucket, Atlassian Confluence, Atlassian Crucible, Atlassian Fisheye und Atlassian Jira ausnutzen, um beliebigen Programmcode auszuführen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, um Dateien zu manipulieren, um einen Cross-Site Scripting Angriff durchzuführen, um einen SQL-Injection Angriff durchzuführen, und um Sicherheitsvorkehrungen zu umgehen.

Official advisory
BSI · German · WID-SEC-W-2026-2867RealObjects PDFreactor: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff

Ein Angreifer kann mehrere Schwachstellen in RealObjects PDFreactor ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.

Official advisory
BSI · German · WID-SEC-W-2026-2314Eclipse Jetty: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Eclipse Jetty ausnutzen, um einen Denial of Service Angriff durchzuführen, Sicherheitsmaßnahmen zu umgehen und vertrauliche Informationen offenzulegen.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-1094Multiples vulnérabilités dans les produits IBM

Record?id=CVE-2025-5889 Référence CVE CVE-2025-6170 https://www.cve.org/CVERecord?id=CVE-2025-6170 Référence CVE CVE-2025-62718 https://www.cve.org/CVERecord?id=CVE-2025-62718 Référence CVE CVE-2025-64718 https://www.cve.org/CVERecord?id=CVE-2025-64718 Référence CVE CVE-2025-66168 https://www.cve.org/CVERecord?id=CVE-2025-66168 Référence CVE CVE-2025-69873 https://www.cve.org/CVERecord?id=CVE-2025-69873 Référence CVE CVE-2025-71066 https://www.cve.org/CVERecord?id=CVE-2025-71066 Référence CVE CVE-2025-71089 https://www.cve.org/CVERecord?id=CVE-2025-71089 Référence CVE CVE-2026-0540 https://www.cve.org/CVERecord?id=CVE-2026-0540 Référence CVE CVE-2026-10050 https://www.cve.org/CVERecord?id=CVE-2026-10050 Référence CVE CVE-2026-10051 https://www.cve.org/CVERecord?id=CVE-2026-10051 Référence CVE CVE-2026-10535 https://www.cve.org/CVERecord?id=CVE-2026-10535 Référence CVE CVE-2026-10842 https://www.cve.org/CVERecord?id=CVE-2026-10842 Référence CVE CVE-2026-10846 https://www.cve.org/CVERecord?id=CVE-2026-10846 Référence CVE CVE-2026-10879 https://www.cve.org/CVERecord?id=CVE-2026-10879 Référence CVE CVE-2026-11525 https://www.cve.org/CVERecord?id=CVE-2026-11525 Référence CVE CVE-2026-11541 https://www.cve.org/CVERecord?id=CVE-2026-11541 Référence CVE CVE-2026-11806 https://www.cve.org/CVERecord?id=

Official advisory
NCSC-NL · Dutch · NCSC-2026-0325Kwetsbaarheden verholpen in Atlassian producten

Eclipse Jetty's DigestAuthentication improperly uses ISO-8859-1 encoding for password hashing, causing non-Latin-1 characters to be replaced with '?', enabling attackers to bypass authentication via hash collisions and impersonation.

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
jenkins.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; jetty-security as a component of Red Hat build of Apache Camel - HawtIO 4; jetty-security as a component of Red Hat build of Apache Camel for Spring Boot 4; jetty-security as a component of Red Hat build of Debezium 3; jmc as a component of Red Hat Enterprise Linux 9; jmc.src as a component of Red Hat Enterprise Linux 9; rhoai/odh-th06-cpu-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); puppetserver.src (satellite:el8) as a component of Red Hat Satellite 6; puppetserver (satellite:el8) as a component of Red Hat Satellite 6; jetty-security as a component of Red Hat Single Sign-On 7; jetty-security as a component of streams for Apache Kafka 2; jetty-security as a component of streams for Apache Kafka 3
Fixed
Red Hat AMQ Broker 7.13.6; Red Hat AMQ Broker 7.14.1; registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30
Action
Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings. The References section of this erratum contains a download link (you must log in to download the update).
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 4 Aug 2026 · Last source change 4 Aug 2026, 12:46 UTC · CWE-173 · Improper Handling of Alternate Encoding

CVE recordCVE.org · 5.2
CVSS sourceCNA
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2026-52656
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enriched

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates →
  1. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    jenkins.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; jetty-security as a component of Red Hat AMQ Broker 7; jetty-security as a component of Red Hat build of Apache Camel - HawtIO 4; jetty-security as a component of Red Hat build of Apache Camel for Spring Boot 4; jetty-security as a component of Red Hat build of Debezium 3; jmc as a component of Red Hat Enterprise Linux 9; jmc.src as a component of Red Hat Enterprise Linux 9; rhoai/odh-th06-cpu-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); puppetserver.src (satellite:el8) as a component of Red Hat Satellite 6; puppetserver (satellite:el8) as a component of Red Hat Satellite 6; jetty-security as a component of Red Hat Single Sign-On 7; jetty-security as a component of streams for Apache Kafka 2; jetty-security as a component of streams for Apache Kafka 3 · Fixed: registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30
    After
    jenkins.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; jetty-security as a component of Red Hat build of Apache Camel - HawtIO 4; jetty-security as a component of Red Hat build of Apache Camel for Spring Boot 4; jetty-security as a component of Red Hat build of Debezium 3; jmc as a component of Red Hat Enterprise Linux 9; jmc.src as a component of Red Hat Enterprise Linux 9; rhoai/odh-th06-cpu-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); puppetserver.src (satellite:el8) as a component of Red Hat Satellite 6; puppetserver (satellite:el8) as a component of Red Hat Satellite 6; jetty-security as a component of Red Hat Single Sign-On 7; jetty-security as a component of streams for Apache Kafka 2; jetty-security as a component of streams for Apache Kafka 3 · Fixed: Red Hat AMQ Broker 7.13.6; Red Hat AMQ Broker 7.14.1; registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30
    Red Hat Product Security
  3. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  4. Remediation statusRemediation status changed from Mitigation available to Patch available.
    Before
    Mitigation available
    After
    Patch available
    Red Hat Product Security
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    jenkins.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; jetty-security as a component of Red Hat AMQ Broker 7; jetty-security as a component of Red Hat build of Apache Camel - HawtIO 4; jetty-security as a component of Red Hat build of Apache Camel for Spring Boot 4; jetty-security as a component of Red Hat build of Debezium 3; jmc as a component of Red Hat Enterprise Linux 9; jmc.src as a component of Red Hat Enterprise Linux 9; rhoai/odh-th06-cpu-torch210-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cpu-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch210-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-rocm64-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/openvsx-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/pluginregistry-rhel9 as a component of Red Hat OpenShift Dev Spaces; puppetserver.src (satellite:el8) as a component of Red Hat Satellite 6; puppetserver (satellite:el8) as a component of Red Hat Satellite 6; jetty-security as a component of Red Hat Single Sign-On 7; jetty-security as a component of streams for Apache Kafka 2; jetty-security as a component of streams for Apache Kafka 3
    After
    jenkins.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; jetty-security as a component of Red Hat AMQ Broker 7; jetty-security as a component of Red Hat build of Apache Camel - HawtIO 4; jetty-security as a component of Red Hat build of Apache Camel for Spring Boot 4; jetty-security as a component of Red Hat build of Debezium 3; jmc as a component of Red Hat Enterprise Linux 9; jmc.src as a component of Red Hat Enterprise Linux 9; rhoai/odh-th06-cpu-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); puppetserver.src (satellite:el8) as a component of Red Hat Satellite 6; puppetserver (satellite:el8) as a component of Red Hat Satellite 6; jetty-security as a component of Red Hat Single Sign-On 7; jetty-security as a component of streams for Apache Kafka 2; jetty-security as a component of streams for Apache Kafka 3 · Fixed: registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30
    Red Hat Product Security
  6. Affected versionsThe structured affected or fixed version information changed.
    Before
    jenkins.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; jetty-security as a component of Red Hat AMQ Broker 7; jetty-security as a component of Red Hat build of Apache Camel - HawtIO 4; jetty-security as a component of Red Hat build of Apache Camel for Spring Boot 4; jetty-security as a component of Red Hat build of Debezium 3; jmc as a component of Red Hat Enterprise Linux 9; jmc.src as a component of Red Hat Enterprise Linux 9; rhoai/odh-spark-operator-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cpu-torch210-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cpu-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch210-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-rocm64-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/openvsx-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/pluginregistry-rhel9 as a component of Red Hat OpenShift Dev Spaces; puppetserver.src (satellite:el8) as a component of Red Hat Satellite 6; puppetserver (satellite:el8) as a component of Red Hat Satellite 6; jetty-security as a component of Red Hat Single Sign-On 7; jetty-security as a component of streams for Apache Kafka 2; jetty-security as a component of streams for Apache Kafka 3
    After
    jenkins.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; jetty-security as a component of Red Hat AMQ Broker 7; jetty-security as a component of Red Hat build of Apache Camel - HawtIO 4; jetty-security as a component of Red Hat build of Apache Camel for Spring Boot 4; jetty-security as a component of Red Hat build of Debezium 3; jmc as a component of Red Hat Enterprise Linux 9; jmc.src as a component of Red Hat Enterprise Linux 9; rhoai/odh-th06-cpu-torch210-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cpu-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch210-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-rocm64-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/openvsx-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/pluginregistry-rhel9 as a component of Red Hat OpenShift Dev Spaces; puppetserver.src (satellite:el8) as a component of Red Hat Satellite 6; puppetserver (satellite:el8) as a component of Red Hat Satellite 6; jetty-security as a component of Red Hat Single Sign-On 7; jetty-security as a component of streams for Apache Kafka 2; jetty-security as a component of streams for Apache Kafka 3
    Red Hat Product Security
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    jenkins.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; jetty-security as a component of Red Hat AMQ Broker 7; jetty-security as a component of Red Hat build of Apache Camel - HawtIO 4; jetty-security as a component of Red Hat build of Apache Camel for Spring Boot 4; jetty-security as a component of Red Hat build of Debezium 3; jetty-security as a component of Red Hat Data Grid 8; jmc as a component of Red Hat Enterprise Linux 9; jmc.src as a component of Red Hat Enterprise Linux 9; rhoai/odh-spark-operator-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cpu-torch210-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cpu-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch210-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-rocm64-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/openvsx-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/pluginregistry-rhel9 as a component of Red Hat OpenShift Dev Spaces; puppetserver.src (satellite:el8) as a component of Red Hat Satellite 6; puppetserver (satellite:el8) as a component of Red Hat Satellite 6; jetty-security as a component of Red Hat Single Sign-On 7; jetty-security as a component of streams for Apache Kafka 2; jetty-security as a component of streams for Apache Kafka 3
    After
    jenkins.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; jetty-security as a component of Red Hat AMQ Broker 7; jetty-security as a component of Red Hat build of Apache Camel - HawtIO 4; jetty-security as a component of Red Hat build of Apache Camel for Spring Boot 4; jetty-security as a component of Red Hat build of Debezium 3; jmc as a component of Red Hat Enterprise Linux 9; jmc.src as a component of Red Hat Enterprise Linux 9; rhoai/odh-spark-operator-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cpu-torch210-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cpu-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch210-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-cuda130-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-th06-rocm64-torch291-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/openvsx-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/pluginregistry-rhel9 as a component of Red Hat OpenShift Dev Spaces; puppetserver.src (satellite:el8) as a component of Red Hat Satellite 6; puppetserver (satellite:el8) as a component of Red Hat Satellite 6; jetty-security as a component of Red Hat Single Sign-On 7; jetty-security as a component of streams for Apache Kafka 2; jetty-security as a component of streams for Apache Kafka 3
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-10050 · cve.blacktree.nl