Red Hat Security Advisory: Red Hat Hardened Images RPMs Security Update
This update includes the following RPMs: dotnet8.0: * aspnetcore-runtime-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * aspnetcore-runtime-dbg-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * aspnetcore-targeting-pack-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-apphost-pack-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-hostfxr-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-runtime-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-runtime-dbg-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-sdk-8.0-8.0.128-1.2.hum1 (aarch64, x86_64) * dotnet-sdk-8.0-source-built-artifacts-8.0.128-1.2.hum1 (aarch64, x86_64) * dotnet-sdk-dbg-8.0-8.0.128-1.2.hum1 (aarch64, x86_64) * dotnet-targeting-pack-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-templates-8.0-8.0.128-1.2.hum1 (aarch64, x86_64) * dotnet8.0-8.0.128-1.2.hum1.src (src) Security Fix(es): dotnet8.0: * CVE-2026-53486
AI Analysis
Technical Summary
The vulnerability in @xhmikosr/decompress and its unmaintained upstream decompress package allows crafted archives to escape the target extraction directory via improper path containment checks and unchecked link targets (hardlinks and symlinks). The flawed string prefix comparison for path containment can be bypassed to write files outside the intended directory. Hardlinks can expose arbitrary readable files inside the output directory, and symlinks can redirect writes outside the directory. File mode bits are applied without removing setuid, setgid, or sticky bits, enabling creation of privileged files when run as root. The flaw affects all archive formats supported by decompress. The issue is fixed in @xhmikosr/decompress 10.2.1 and 11.1.3 by using path.relative for containment checks, resolving link targets before validation, and clearing unsafe mode bits. The upstream decompress package remains unpatched and unmaintained, so migration to the fixed fork is required.
Potential Impact
An attacker who can supply a crafted archive can cause files or links to be created outside the intended extraction directory, potentially exposing sensitive files or overwriting arbitrary files. The ability to create setuid or setgid files when extraction runs as root increases the risk of privilege escalation. This vulnerability affects any system extracting untrusted archives using affected versions of decompress or @xhmikosr/decompress, which is common in CI pipelines, container environments, and install scripts. The vulnerability has a critical severity rating due to the potential for arbitrary file exposure and privilege escalation.
Mitigation Recommendations
A fix is available in @xhmikosr/decompress versions 10.2.1 and 11.1.3. Users should upgrade to version 11.1.3 or later. The upstream decompress package is unmaintained and contains the vulnerability in all versions through 4.2.1; migration to the maintained fork is necessary. As a workaround, only extract archives from trusted sources and run extraction processes as non-root users to prevent creation of privileged files. After extraction, verify that no symlinks or hardlinks point outside the target directory and that no files have unexpected mode bits such as setuid or setgid.
Red Hat Security Advisory: Red Hat Hardened Images RPMs Security Update
Description
This update includes the following RPMs: dotnet8.0: * aspnetcore-runtime-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * aspnetcore-runtime-dbg-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * aspnetcore-targeting-pack-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-apphost-pack-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-hostfxr-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-runtime-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-runtime-dbg-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-sdk-8.0-8.0.128-1.2.hum1 (aarch64, x86_64) * dotnet-sdk-8.0-source-built-artifacts-8.0.128-1.2.hum1 (aarch64, x86_64) * dotnet-sdk-dbg-8.0-8.0.128-1.2.hum1 (aarch64, x86_64) * dotnet-targeting-pack-8.0-8.0.28-1.2.hum1 (aarch64, x86_64) * dotnet-templates-8.0-8.0.128-1.2.hum1 (aarch64, x86_64) * dotnet8.0-8.0.128-1.2.hum1.src (src) Security Fix(es): dotnet8.0: * CVE-2026-53486
CVSS v3.1
Affected software
Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability in @xhmikosr/decompress and its unmaintained upstream decompress package allows crafted archives to escape the target extraction directory via improper path containment checks and unchecked link targets (hardlinks and symlinks). The flawed string prefix comparison for path containment can be bypassed to write files outside the intended directory. Hardlinks can expose arbitrary readable files inside the output directory, and symlinks can redirect writes outside the directory. File mode bits are applied without removing setuid, setgid, or sticky bits, enabling creation of privileged files when run as root. The flaw affects all archive formats supported by decompress. The issue is fixed in @xhmikosr/decompress 10.2.1 and 11.1.3 by using path.relative for containment checks, resolving link targets before validation, and clearing unsafe mode bits. The upstream decompress package remains unpatched and unmaintained, so migration to the fixed fork is required.
Potential Impact
An attacker who can supply a crafted archive can cause files or links to be created outside the intended extraction directory, potentially exposing sensitive files or overwriting arbitrary files. The ability to create setuid or setgid files when extraction runs as root increases the risk of privilege escalation. This vulnerability affects any system extracting untrusted archives using affected versions of decompress or @xhmikosr/decompress, which is common in CI pipelines, container environments, and install scripts. The vulnerability has a critical severity rating due to the potential for arbitrary file exposure and privilege escalation.
Mitigation Recommendations
A fix is available in @xhmikosr/decompress versions 10.2.1 and 11.1.3. Users should upgrade to version 11.1.3 or later. The upstream decompress package is unmaintained and contains the vulnerability in all versions through 4.2.1; migration to the maintained fork is necessary. As a workaround, only extract archives from trusted sources and run extraction processes as non-root users to prevent creation of privileged files. After extraction, verify that no symlinks or hardlinks point outside the target directory and that no files have unexpected mode bits such as setuid or setgid.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-mp2f-45pm-3cg9
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-53486"]
- Ecosystems
- ["npm"]
- Database Specific Severity
- CRITICAL
- Cvss Version
- 3.1
Threat ID: 6a4c340627e9c797195f6754
Added to database: 07/06/2026, 23:02:30 UTC
Last enriched: 07/15/2026, 07:56:49 UTC
Last updated: 07/26/2026, 04:13:13 UTC
Views: 129
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.