node-tar Vulnerable to Arbitrary File Overwrite and Symlink Poisoning via Insufficient Path Sanitization
isaacs · node-tar
8.2HighCVSS 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 release
Source package
Vendor state
Fixed version
Evidence
Ubuntu 24.04 LTSnoble · standard archive
node-tar
Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.
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-23745 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitynode-tar: tar: node-tar: Arbitrary file overwrite and symlink poisoning via unsanitized linkpaths in archives
24 known affected
The vendor explicitly identifies these products as affected by this CVE.
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation
openshift-logging/kibana6-rhel8 as a component of Logging Subsystem for Red Hat OpenShift
openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9 as a component of OpenShift Lightspeed
openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines
openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless
3scale-amp2/system-rhel7 as a component of Red Hat 3scale API Management Platform 2
3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2
3scale-amp2/system-rhel9 as a component of Red Hat 3scale API Management Platform 2
3scale-amp20/system as a component of Red Hat 3scale API Management Platform 2
3scale-amp21/system as a component of Red Hat 3scale API Management Platform 2
3scale-amp22/system as a component of Red Hat 3scale API Management Platform 2
3scale-amp24/system as a component of Red Hat 3scale API Management Platform 2
Summary
A flaw was found in the node-tar library. This vulnerability allows an attacker to craft malicious archives that, when extracted, can bypass intended security restrictions. This leads to arbitrary file overwrite and symlink poisoning, potentially allowing unauthorized modification of files on the system.
Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
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-2909
No EUVD known-exploited evidence
node-tar is a Tar for Node.js. The node-tar library (<= 7.5.2) fails to sanitize the linkpath of Link (hardlink) and SymbolicLink entries when preservePaths is false (the default secure behavior). This allows malicious archives to bypass the extraction root restriction, leading to Arbitrary File Overwrite via hardlinks and Symlink Poisoning via absolute symlink targets. This vulnerability is fixed in 7.5.3.
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
8.2 · CVSS 4.0
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
node-tar is a Tar for Node.js. The node-tar library (<= 7.5.2) fails to sanitize the linkpath of Link (hardlink) and SymbolicLink entries when preservePaths is false (the default secure behavior). This allows malicious archives to bypass the extraction root restriction, leading to Arbitrary File Overwrite via hardlinks and Symlink Poisoning via absolute symlink targets. This vulnerability is fixed in 7.5.3.
What
node-tar is a Tar for Node.js. The node-tar library (<= 7.5.2) fails to sanitize the linkpath of Link (hardlink) and SymbolicLink entries when preservePaths is false (the default secure behavior). This allows malicious archives to bypass the extraction root restriction, leading to Arbitrary File Overwrite via hardlinks and Symlink Poisoning via absolute symlink targets. This vulnerability is fixed in 7.5.3.
Why
Attacker-controlled path data is not constrained to the intended directory before the application accesses a file.
How
An attacker operating through local access may attempt exploitation when the stated preconditions are met. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
What
node-tar is a Tar for Node.js. The node-tar library (<= 7.5.2) fails to sanitize the linkpath of Link (hardlink) and SymbolicLink entries when preservePaths is false (the default secure behavior). This allows malicious archives to bypass the extraction root restriction, leading to Arbitrary File Overwrite via hardlinks and Symlink Poisoning via absolute symlink targets. This vulnerability is fixed in 7.5.3.
Why
Attacker-controlled path data is not constrained to the intended directory before the application accesses a file.
How
An attacker operating through local access may attempt exploitation when the stated preconditions are met. 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
local access → Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Local
Privileges required
None: unauthenticated exploitation is possible
User interaction
Active interaction required
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-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal'). The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
CVSS vector ?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
Common Vulnerability Scoring System 4.0: the compact vector below is decoded into plain language.
AVLocalAttack vector: The attacker needs local access to the vulnerable system.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.UIActiveUser interaction: A user must take a deliberate action for exploitation to succeed.VCHighVulnerable-system confidentiality: A successful attack can cause a major loss.VILowVulnerable-system integrity: A successful attack can cause a limited loss.VANoneVulnerable-system availability: No direct loss is represented by this metric.SCHighSubsequent-system confidentiality: A successful attack can cause a major loss.SILowSubsequent-system integrity: A successful attack can cause a limited loss.SANoneSubsequent-system availability: No direct loss is represented by this metric.
Post-exploitation / living off the land
The issue can support a local privilege or sandbox boundary transition; normal system utilities may then be available in the gained context.
UnauthenticatedCWE-22Public exploit reference
A
Official authority intelligence
Only matched European and national findings are included. Language selectors and unavailable sources are omitted.
ENISA EUVD · EUVD-2026-2909Official EUVD mapping
node-tar is a Tar for Node.js. The node-tar library (<= 7.5.2) fails to sanitize the linkpath of Link (hardlink) and SymbolicLink entries when preservePaths is false (the default secure behavior). This allows malicious archives to bypass the extraction root restriction, leading to Arbitrary File Overwrite via hardlinks and Symlink Poisoning via absolute symlink targets. This vulnerability is fixed in 7.5.3.
Official EUVD recordBSI · German · WID-SEC-W-2026-1229Atlassian Bamboo, Bitbucket, Confluence, Jira: Mehrere Schwachstellen
Ein Angreifer kann mehrere Schwachstellen in Atlassian Bamboo, Atlassian Bitbucket, Atlassian Confluence und Atlassian Jira ausnutzen, um beliebigen Programmcode auszuführen, Sicherheitsmaßnahmen zu umgehen, Daten zu manipulieren oder offenzulegen oder Cross-Site-Scripting-Angriffe durchzuführen.
Official advisoryBSI · German · WID-SEC-W-2026-0770Atlassian Jira: Mehrere Schwachstellen
Ein Angreifer kann mehrere Schwachstellen in Atlassian Jira ausnutzen, um beliebigen Programmcode auszuführen, Daten zu manipulieren und offenzulegen, Cross-Site-Scripting-Angriffe durchzuführen oder einen Denial-of-Service-Zustand herbeizuführen.
Official advisoryCERT-FR · French · CERTFR-2026-AVI-0958Multiples vulnérabilités dans les produits IBM
Official advisoryCERT-FR · French · CERTFR-2026-AVI-0314Multiples vulnérabilités dans les produits Atlassian
De multiples vulnérabilités ont été découvertes dans les produits Atlassian. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Official advisoryCERT-FR · French · CERTFR-2026-AVI-0316Multiples vulnérabilités dans les produits VMware
Official advisoryCERT-FR · French · CERTFR-2026-AVI-0281Multiples vulnérabilités dans les produits Splunk
d?id=CVE-2026-20165
Référence CVE CVE-2026-20166
https://www.cve.org/CVERecord?id=CVE-2026-20166
Référence CVE CVE-2026-21226
https://www.cve.org/CVERecord?id=CVE-2026-21226
Référence CVE CVE-2026-21925
https://www.cve.org/CVERecord?id=CVE-2026-21925
Référence CVE CVE-2026-21932
https://www.cve.org/CVERecord?id=CVE-2026-21932
Référence CVE CVE-2026-21933
https://www.cve.org/CVERecord?id=CVE-2026-21933
Référence CVE CVE-2026-21945
https://www.cve.org/CVERecord?id=CVE-2026-21945
Référence CVE CVE-2026-22795
https://www.cve.org/CVERecord?id=CVE-2026-22795
Référence CVE CVE-2026-22796
https://www.cve.org/CVERecord?id=CVE-2026-22796
Référence CVE CVE-2026-23745
https://www.cve.org/CVERecord?id=CVE-2026-23745
Référence CVE CVE-2026-2391
https://www.cve.org/CVERecord?id=CVE-2026-2391
Référence CVE CVE-2026-23950
https://www.cve.org/CVERecord?id=CVE-2026-23950
Référence CVE CVE-2026-24842
https://www.cve.org/CVERecord?id=CVE-2026-24842
Référence CVE CVE-2026-26981
https://www.cve.org/CVERecord?id=CVE-2026-26981
Gestion détaillée du document
le 12 mars 2026
Version initiale
Alertes
Avis
Bulletins d’actualités
Mentions légales
Conditions générales
À propos
Contact
cyber.gouv.fr
service-public.fr
legifrance.gouv.fr
info.gouv.fr
france.fr
info.gouv.fr/risques
Premier Ministre / Secrétariat Général de la D
Official advisoryCERT-FR · French · CERTFR-2026-AVI-0249Multiples vulnérabilités dans les produits IBM
VERecord?id=CVE-2025-7338
Référence CVE CVE-2025-7339
https://www.cve.org/CVERecord?id=CVE-2025-7339
Référence CVE CVE-2025-8916
https://www.cve.org/CVERecord?id=CVE-2025-8916
Référence CVE CVE-2026-1188
https://www.cve.org/CVERecord?id=CVE-2026-1188
Référence CVE CVE-2026-21441
https://www.cve.org/CVERecord?id=CVE-2026-21441
Référence CVE CVE-2026-21925
https://www.cve.org/CVERecord?id=CVE-2026-21925
Référence CVE CVE-2026-21932
https://www.cve.org/CVERecord?id=CVE-2026-21932
Référence CVE CVE-2026-21933
https://www.cve.org/CVERecord?id=CVE-2026-21933
Référence CVE CVE-2026-21945
https://www.cve.org/CVERecord?id=CVE-2026-21945
Référence CVE CVE-2026-23745
https://www.cve.org/CVERecord?id=CVE-2026-23745
Référence CVE CVE-2026-23950
https://www.cve.org/CVERecord?id=CVE-2026-23950
Référence CVE CVE-2026-24842
https://www.cve.org/CVERecord?id=CVE-2026-24842
Référence CVE CVE-2026-25639
https://www.cve.org/CVERecord?id=CVE-2026-25639
Référence CVE CVE-2026-25765
https://www.cve.org/CVERecord?id=CVE-2026-25765
Gestion détaillée du document
le 06 mars 2026
Version initiale
Alertes
Avis
Bulletins d’actualités
Mentions légales
Conditions générales
À propos
Contact
cyber.gouv.fr
service-public.fr
legifrance.gouv.fr
info.gouv.fr
france.fr
info.gouv.fr/risques
Premier Ministre / Secrétariat Général de la
Official advisoryCERT-FR · French · CERTFR-2026-AVI-0224Multiples vulnérabilités dans les produits IBM
d?id=CVE-2026-21860
Référence CVE CVE-2026-21925
https://www.cve.org/CVERecord?id=CVE-2026-21925
Référence CVE CVE-2026-21932
https://www.cve.org/CVERecord?id=CVE-2026-21932
Référence CVE CVE-2026-21933
https://www.cve.org/CVERecord?id=CVE-2026-21933
Référence CVE CVE-2026-21945
https://www.cve.org/CVERecord?id=CVE-2026-21945
Référence CVE CVE-2026-22610
https://www.cve.org/CVERecord?id=CVE-2026-22610
Référence CVE CVE-2026-22690
https://www.cve.org/CVERecord?id=CVE-2026-22690
Référence CVE CVE-2026-22691
https://www.cve.org/CVERecord?id=CVE-2026-22691
Référence CVE CVE-2026-22701
https://www.cve.org/CVERecord?id=CVE-2026-22701
Référence CVE CVE-2026-23745
https://www.cve.org/CVERecord?id=CVE-2026-23745
Gestion détaillée du document
le 27 février 2026
Version initiale
Alertes
Avis
Bulletins d’actualités
Mentions légales
Conditions générales
À propos
Contact
cyber.gouv.fr
service-public.fr
legifrance.gouv.fr
info.gouv.fr
france.fr
info.gouv.fr/risques
Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la
sécurité des systèmes d'information
Official advisoryNBSZ-NKI · Hungarian · cve-2026-23745CVE-2026-23745
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
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; openshift-logging/kibana6-rhel8 as a component of Logging Subsystem for Red Hat OpenShift; openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; 3scale-amp2/system-rhel7 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel9 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp20/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp21/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp22/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp24/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp25/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/system as a component of Red Hat 3scale API Management Platform 2; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; tar.src as a component of Red Hat Enterprise Linux 6; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; io.hawt-project as a component of Red Hat Fuse 7; rhoai/odh-dashboard-rhel8 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; odf4/mcg-core-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6
Fixed
linux-sgx-0:2.26-7.el10.src as a component of Red Hat Enterprise Linux AppStream (v. 10); linux-sgx-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); linux-sgx-debugsource-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-common-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-enclave-devel-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-libs-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-libs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-mpa-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-mpa-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pccs-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pccs-admin-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pccs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pckid-tool-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pckid-tool-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); tdx-attest-libs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); tdx-qgs-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); tdx-qgs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); linux-sgx-0:2.26-7.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9); linux-sgx-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); linux-sgx-debugsource-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-common-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-enclave-devel-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-libs-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-libs-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-mpa-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-mpa-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pccs-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pccs-admin-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pccs-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pckid-tool-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); and 23 more
Action
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Workaround
No verified workaround is recorded. Limit untrusted access and use least privilege until authoritative guidance is available.
04
Evidence and provenance
Published 16 Jan 2026 · Last source change 7 Sept 2026, 12:04 UTC · CWE-22 · Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
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-2909
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment
Core structured fields are present and their contributing authorities are shown above.
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; openshift-logging/kibana6-rhel8 as a component of Logging Subsystem for Red Hat OpenShift; openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; 3scale-amp2/system-rhel7 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel9 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp20/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp21/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp22/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp24/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp25/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/system as a component of Red Hat 3scale API Management Platform 2; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; tar.src as a component of Red Hat Enterprise Linux 6; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; io.hawt-project as a component of Red Hat Fuse 7; rhoai/odh-dashboard-rhel8 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4; odf4/mcg-core-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6 · Fixed: linux-sgx-0:2.26-7.el10.src as a component of Red Hat Enterprise Linux AppStream (v. 10); linux-sgx-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); linux-sgx-debugsource-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-common-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-enclave-devel-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-libs-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-libs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-mpa-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-mpa-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pccs-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pccs-admin-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pccs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pckid-tool-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pckid-tool-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); tdx-attest-libs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); tdx-qgs-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); tdx-qgs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); linux-sgx-0:2.26-7.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9); linux-sgx-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); linux-sgx-debugsource-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-common-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-enclave-devel-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-libs-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-libs-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-mpa-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-mpa-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pccs-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pccs-admin-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pccs-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pckid-tool-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); and 23 more
After
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; openshift-logging/kibana6-rhel8 as a component of Logging Subsystem for Red Hat OpenShift; openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; 3scale-amp2/system-rhel7 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/system-rhel9 as a component of Red Hat 3scale API Management Platform 2; 3scale-amp20/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp21/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp22/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp24/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp25/system as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/system as a component of Red Hat 3scale API Management Platform 2; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; tar.src as a component of Red Hat Enterprise Linux 6; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; io.hawt-project as a component of Red Hat Fuse 7; rhoai/odh-dashboard-rhel8 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; odf4/mcg-core-rhel9 as a component of Red Hat Openshift Data Foundation 4; odf4/odf-console-rhel9 as a component of Red Hat Openshift Data Foundation 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6 · Fixed: linux-sgx-0:2.26-7.el10.src as a component of Red Hat Enterprise Linux AppStream (v. 10); linux-sgx-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); linux-sgx-debugsource-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-common-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-enclave-devel-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-libs-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-libs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-mpa-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-mpa-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pccs-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pccs-admin-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pccs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pckid-tool-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); sgx-pckid-tool-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); tdx-attest-libs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); tdx-qgs-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); tdx-qgs-debuginfo-0:2.26-7.el10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); linux-sgx-0:2.26-7.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9); linux-sgx-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); linux-sgx-debugsource-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-common-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-enclave-devel-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-libs-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-libs-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-mpa-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-mpa-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pccs-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pccs-admin-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pccs-debuginfo-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); sgx-pckid-tool-0:2.26-7.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9); and 23 more
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.
CVE-2026-23745: node-tar Vulnerable to Arbitrary File Overwrite and Symlink Poisoning via Insufficient Path Sanitization | BlackTree