Bug 2431072
| Summary: | CVE-2025-64118 nodejs20: node-tar: Information disclosure via reading a truncated tar file [fedora-42] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sandipan Roy <saroy> |
| Component: | nodejs20 | Assignee: | Jan Staněk <jstanek> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 42 | CC: | aradchen, jstanek, sgallagh, tjuhasz |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | {"flaws": ["e4df2ece-447d-4345-abf8-7232602d913f"]} | ||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-02-24 19:10:23 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2407440 | ||
|
Description
Sandipan Roy
2026-01-20 04:24:03 UTC
FEDORA-2026-fb4878551d (nodejs20-20.20.0-2.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2026-fb4878551d FEDORA-2026-fb4878551d has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-fb4878551d` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-fb4878551d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. We determined that this vulnerability can not be exploited in our products, as npm have additional protection against all links while using node-tar. Here is upstream npm bugs that are both closed with same explanation(not affected): https://github.com/npm/cli/issues/8922 https://github.com/npm/cli/issues/8917 Additionally here is part of npm source code that does said protection: https://github.com/npm/cli/blob/f8d25cd00132c8c7798a3f982a8da38ceed81e6b/node_modules/pacote/lib/fetcher.js#L421 |