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

undici vulnerable to cross-origin cache poisoning via missing origin isolation in interceptors

undici · undici

7.4HighCVSS 3.1
Recommended action
Within 7 days

High technical severity; 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 archivenode-undiciUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 8 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-85152 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityundici: undici: Authentication bypass via cross-origin cache poisoning due to missing origin isolation
107 known affected

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

  • exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence
  • openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines
  • openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines
  • amq-broker-maven-repository.zip as a component of Red Hat AMQ Broker 7
  • automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2
  • rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop
  • rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub
  • rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend as a component of Red Hat Developer Hub
  • rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki as a component of Red Hat Developer Hub
  • rhdh/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator as a component of Red Hat Developer Hub
  • rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub
  • nodejs as a component of Red Hat Enterprise Linux 10
Summary
A flaw was found in undici. When the cache or deduplicate interceptor is directly composed onto a Client or Pool, the destination origin is omitted from cache and request-deduplication keys. This allows a remote attacker to perform cross-origin cache poisoning, leading to information disclosure and potentially a full authentication bypass. An attacker could exploit this by having a trusted origin accept a malicious token, without contacting the legitimate trusted origin.
Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://images.redhat.com/
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-71474

No EUVD known-exploited evidence

undici 8.10.0 omits the destination origin from the cache and request-deduplication keys when the cache or deduplicate interceptor is composed directly onto a Client or Pool. Because the internal cache key falls back to an empty origin string, a cacheable or in-flight response from one upstream origin is returned for a request to a different, trusted origin whenever the method, path, and relevant headers match, which permits cross-origin information disclosure and persistent cache poisoning. The reporter demonstrated a full authentication bypass in which a JWT signed with an attacker-controlled key was accepted as belonging to a trusted issuer, and the trusted origin was never contacted. This is a regression introduced in 8.10.0 and affects undici versions from 8.10.0 up to 8.10.2. Applications using an Agent, which carries the origin in its dispatch options, are not affected. Users should upgrade to undici 8.10.2.

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
7.4 · CVSS 3.1
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

undici 8.10.0 omits the destination origin from the cache and request-deduplication keys when the cache or deduplicate interceptor is composed directly onto a Client or Pool. Because the internal cache key falls back to an empty origin string, a cacheable or in-flight response from one upstream origin is returned for a request to a different, trusted origin whenever the method, path, and relevant headers match, which permits cross-origin information disclosure and persistent cache poisoning. The reporter demonstrated a full authentication bypass in which a JWT signed with an attacker-controlled key was accepted as belonging to a trusted issuer, and the trusted origin was never contacted. This is a regression introduced in 8.10.0 and affects undici versions from 8.10.0 up to 8.10.2. Applications using an Agent, which carries the origin in its dispatch options, are not affected. Users should upgrade to undici 8.10.2.

What

undici 8.10.0 omits the destination origin from the cache and request-deduplication keys when the cache or deduplicate interceptor is composed directly onto a Client or Pool. Because the internal cache key falls back to an empty origin string, a cacheable or in-flight response from one upstream origin is returned for a request to a different, trusted origin whenever the method, path, and relevant headers match, which permits cross-origin information disclosure and persistent cache poisoning. The reporter demonstrated a full authentication bypass in which a JWT signed with an attacker-controlled key was accepted as belonging to a trusted issuer, and the trusted origin was never contacted. This is a regression introduced in 8.10.0 and affects undici versions from 8.10.0 up to 8.10.2. Applications using an Agent, which carries the origin in its dispatch options, are not affected. Users should upgrade to undici 8.10.2.

Why

The product does not properly verify that the source of data or communication is valid.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may bypass an access boundary or take over an account.

What

undici 8.10.0 omits the destination origin from the cache and request-deduplication keys when the cache or deduplicate interceptor is composed directly onto a Client or Pool. Because the internal cache key falls back to an empty origin string, a cacheable or in-flight response from one upstream origin is returned for a request to a different, trusted origin whenever the method, path, and relevant headers match, which permits cross-origin information disclosure and persistent cache poisoning. The reporter demonstrated a full authentication bypass in which a JWT signed with an attacker-controlled key was accepted as belonging to a trusted issuer, and the trusted origin was never contacted. This is a regression introduced in 8.10.0 and affects undici versions from 8.10.0 up to 8.10.2. Applications using an Agent, which carries the origin in its dispatch options, are not affected. Users should upgrade to undici 8.10.2.

Why

The product does not properly verify that the source of data or communication is valid.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may bypass an access boundary or take over an account.

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.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
a network path → Origin Validation Error → bypass an access boundary or take over an account
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
High: exploitation depends on specific conditions
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-346

CWE-346: Origin Validation Error. The product does not properly verify that the source of data or communication is valid.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

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

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACHighAttack complexity: Successful exploitation depends on specific conditions outside the attacker's direct control.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CHighConfidentiality impact: A successful attack can cause a major loss.IHighIntegrity impact: A successful attack can cause a major loss.ANoneAvailability impact: No direct loss is represented by this metric.
Post-exploitation / living off the land
Stolen credentials, tokens and legitimate administration functions may provide continued access without deploying a large custom toolset.
NetworkUnauthenticatedCWE-346
A

Official authority intelligence

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

ENISA EUVD · EUVD-2026-71474Official EUVD mapping

undici 8.10.0 omits the destination origin from the cache and request-deduplication keys when the cache or deduplicate interceptor is composed directly onto a Client or Pool. Because the internal cache key falls back to an empty origin string, a cacheable or in-flight response from one upstream origin is returned for a request to a different, trusted origin whenever the method, path, and relevant headers match, which permits cross-origin information disclosure and persistent cache poisoning. The reporter demonstrated a full authentication bypass in which a JWT signed with an attacker-controlled key was accepted as belonging to a trusted issuer, and the trusted origin was never contacted. This is a regression introduced in 8.10.0 and affects undici versions from 8.10.0 up to 8.10.2. Applications using an Agent, which carries the origin in its dispatch options, are not affected. Users should upgrade to undici 8.10.2.

Official EUVD record
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
exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; amq-broker-maven-repository.zip as a component of Red Hat AMQ Broker 7; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; nodejs as a component of Red Hat Enterprise Linux 10; nodejs-devel as a component of Red Hat Enterprise Linux 10; nodejs-docs as a component of Red Hat Enterprise Linux 10; nodejs-full-i18n as a component of Red Hat Enterprise Linux 10; nodejs-libs as a component of Red Hat Enterprise Linux 10; nodejs-npm as a component of Red Hat Enterprise Linux 10; nodejs22.src as a component of Red Hat Enterprise Linux 10; nodejs24 as a component of Red Hat Enterprise Linux 10; nodejs24-devel as a component of Red Hat Enterprise Linux 10; nodejs24-docs as a component of Red Hat Enterprise Linux 10; nodejs24-full-i18n as a component of Red Hat Enterprise Linux 10; nodejs24-libs as a component of Red Hat Enterprise Linux 10; nodejs24-npm as a component of Red Hat Enterprise Linux 10; nodejs24.src as a component of Red Hat Enterprise Linux 10; nodejs26.src as a component of Red Hat Enterprise Linux 10; ubi10/nodejs-24 as a component of Red Hat Enterprise Linux 10; ubi10/nodejs-24-minimal as a component of Red Hat Enterprise Linux 10; nodejs-devel (nodejs:22) as a component of Red Hat Enterprise Linux 8; nodejs-devel (nodejs:24) as a component of Red Hat Enterprise Linux 8; and 77 more
Fixed
grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; nodejs24-main@aarch64 as a component of Red Hat Hardened Images; nodejs24-main@noarch as a component of Red Hat Hardened Images; nodejs24-main@src as a component of Red Hat Hardened Images; nodejs24-main@x86_64 as a component of Red Hat Hardened Images; nodejs26-main@aarch64 as a component of Red Hat Hardened Images; nodejs26-main@noarch as a component of Red Hat Hardened Images; nodejs26-main@src as a component of Red Hat Hardened Images; nodejs26-main@x86_64 as a component of Red Hat Hardened Images
Action
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://images.redhat.com/
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 Sept 2026 · Last source change 4 Sept 2026, 19:29 UTC · CWE-346 · Origin Validation Error

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-09-05
European sourceENISA EUVD · EUVD-2026-71474
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enrichment underway

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

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; amq-broker-maven-repository.zip as a component of Red Hat AMQ Broker 7; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; grafana as a component of Red Hat Enterprise Linux 10; grafana-selinux as a component of Red Hat Enterprise Linux 10; grafana.src as a component of Red Hat Enterprise Linux 10; nodejs as a component of Red Hat Enterprise Linux 10; nodejs-devel as a component of Red Hat Enterprise Linux 10; nodejs-docs as a component of Red Hat Enterprise Linux 10; nodejs-full-i18n as a component of Red Hat Enterprise Linux 10; nodejs-libs as a component of Red Hat Enterprise Linux 10; nodejs-npm as a component of Red Hat Enterprise Linux 10; nodejs22.src as a component of Red Hat Enterprise Linux 10; nodejs24 as a component of Red Hat Enterprise Linux 10; nodejs24-devel as a component of Red Hat Enterprise Linux 10; nodejs24-docs as a component of Red Hat Enterprise Linux 10; nodejs24-full-i18n as a component of Red Hat Enterprise Linux 10; nodejs24-libs as a component of Red Hat Enterprise Linux 10; nodejs24-npm as a component of Red Hat Enterprise Linux 10; nodejs24.src as a component of Red Hat Enterprise Linux 10; nodejs26.src as a component of Red Hat Enterprise Linux 10; ubi10/nodejs-24 as a component of Red Hat Enterprise Linux 10; and 80 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; nodejs24-main@aarch64 as a component of Red Hat Hardened Images; nodejs24-main@noarch as a component of Red Hat Hardened Images; nodejs24-main@src as a component of Red Hat Hardened Images; nodejs24-main@x86_64 as a component of Red Hat Hardened Images; nodejs26-main@aarch64 as a component of Red Hat Hardened Images; nodejs26-main@noarch as a component of Red Hat Hardened Images; nodejs26-main@src as a component of Red Hat Hardened Images; nodejs26-main@x86_64 as a component of Red Hat Hardened Images
    After
    exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; amq-broker-maven-repository.zip as a component of Red Hat AMQ Broker 7; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; nodejs as a component of Red Hat Enterprise Linux 10; nodejs-devel as a component of Red Hat Enterprise Linux 10; nodejs-docs as a component of Red Hat Enterprise Linux 10; nodejs-full-i18n as a component of Red Hat Enterprise Linux 10; nodejs-libs as a component of Red Hat Enterprise Linux 10; nodejs-npm as a component of Red Hat Enterprise Linux 10; nodejs22.src as a component of Red Hat Enterprise Linux 10; nodejs24 as a component of Red Hat Enterprise Linux 10; nodejs24-devel as a component of Red Hat Enterprise Linux 10; nodejs24-docs as a component of Red Hat Enterprise Linux 10; nodejs24-full-i18n as a component of Red Hat Enterprise Linux 10; nodejs24-libs as a component of Red Hat Enterprise Linux 10; nodejs24-npm as a component of Red Hat Enterprise Linux 10; nodejs24.src as a component of Red Hat Enterprise Linux 10; nodejs26.src as a component of Red Hat Enterprise Linux 10; ubi10/nodejs-24 as a component of Red Hat Enterprise Linux 10; ubi10/nodejs-24-minimal as a component of Red Hat Enterprise Linux 10; nodejs-devel (nodejs:22) as a component of Red Hat Enterprise Linux 8; nodejs-devel (nodejs:24) as a component of Red Hat Enterprise Linux 8; and 77 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; nodejs24-main@aarch64 as a component of Red Hat Hardened Images; nodejs24-main@noarch as a component of Red Hat Hardened Images; nodejs24-main@src as a component of Red Hat Hardened Images; nodejs24-main@x86_64 as a component of Red Hat Hardened Images; nodejs26-main@aarch64 as a component of Red Hat Hardened Images; nodejs26-main@noarch as a component of Red Hat Hardened Images; nodejs26-main@src as a component of Red Hat Hardened Images; nodejs26-main@x86_64 as a component of Red Hat Hardened Images
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; amq-broker-maven-repository.zip as a component of Red Hat AMQ Broker 7; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; grafana as a component of Red Hat Enterprise Linux 10; grafana-selinux as a component of Red Hat Enterprise Linux 10; grafana.src as a component of Red Hat Enterprise Linux 10; nodejs as a component of Red Hat Enterprise Linux 10; nodejs-devel as a component of Red Hat Enterprise Linux 10; nodejs-docs as a component of Red Hat Enterprise Linux 10; nodejs-full-i18n as a component of Red Hat Enterprise Linux 10; nodejs-libs as a component of Red Hat Enterprise Linux 10; nodejs-npm as a component of Red Hat Enterprise Linux 10; nodejs22.src as a component of Red Hat Enterprise Linux 10; nodejs24 as a component of Red Hat Enterprise Linux 10; nodejs24-devel as a component of Red Hat Enterprise Linux 10; nodejs24-docs as a component of Red Hat Enterprise Linux 10; nodejs24-full-i18n as a component of Red Hat Enterprise Linux 10; nodejs24-libs as a component of Red Hat Enterprise Linux 10; nodejs24-npm as a component of Red Hat Enterprise Linux 10; nodejs24.src as a component of Red Hat Enterprise Linux 10; nodejs26.src as a component of Red Hat Enterprise Linux 10; ubi10/nodejs-24 as a component of Red Hat Enterprise Linux 10; and 83 more · Fixed: nodejs24-main@aarch64 as a component of Red Hat Hardened Images; nodejs24-main@noarch as a component of Red Hat Hardened Images; nodejs24-main@src as a component of Red Hat Hardened Images; nodejs24-main@x86_64 as a component of Red Hat Hardened Images; nodejs26-main@aarch64 as a component of Red Hat Hardened Images; nodejs26-main@noarch as a component of Red Hat Hardened Images; nodejs26-main@src as a component of Red Hat Hardened Images; nodejs26-main@x86_64 as a component of Red Hat Hardened Images
    After
    exploit-intelligence/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; amq-broker-maven-repository.zip as a component of Red Hat AMQ Broker 7; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; grafana as a component of Red Hat Enterprise Linux 10; grafana-selinux as a component of Red Hat Enterprise Linux 10; grafana.src as a component of Red Hat Enterprise Linux 10; nodejs as a component of Red Hat Enterprise Linux 10; nodejs-devel as a component of Red Hat Enterprise Linux 10; nodejs-docs as a component of Red Hat Enterprise Linux 10; nodejs-full-i18n as a component of Red Hat Enterprise Linux 10; nodejs-libs as a component of Red Hat Enterprise Linux 10; nodejs-npm as a component of Red Hat Enterprise Linux 10; nodejs22.src as a component of Red Hat Enterprise Linux 10; nodejs24 as a component of Red Hat Enterprise Linux 10; nodejs24-devel as a component of Red Hat Enterprise Linux 10; nodejs24-docs as a component of Red Hat Enterprise Linux 10; nodejs24-full-i18n as a component of Red Hat Enterprise Linux 10; nodejs24-libs as a component of Red Hat Enterprise Linux 10; nodejs24-npm as a component of Red Hat Enterprise Linux 10; nodejs24.src as a component of Red Hat Enterprise Linux 10; nodejs26.src as a component of Red Hat Enterprise Linux 10; ubi10/nodejs-24 as a component of Red Hat Enterprise Linux 10; and 80 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; nodejs24-main@aarch64 as a component of Red Hat Hardened Images; nodejs24-main@noarch as a component of Red Hat Hardened Images; nodejs24-main@src as a component of Red Hat Hardened Images; nodejs24-main@x86_64 as a component of Red Hat Hardened Images; nodejs26-main@aarch64 as a component of Red Hat Hardened Images; nodejs26-main@noarch as a component of Red Hat Hardened Images; nodejs26-main@src as a component of Red Hat Hardened Images; nodejs26-main@x86_64 as a component of Red Hat Hardened Images
    Red Hat Product Security
  3. ENISA EUVD mappingEUVD-2026-71474 was added to the official ENISA EUVD mapping for this CVE.
    Before
    not recorded
    After
    {"euvdId":"EUVD-2026-71474"}
    ENISA EUVD
  4. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    CNA
  5. Catalogue recordCVE added to the BlackTree catalogue.
    CNA
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-85152 · cve.blacktree.nl