Cyber Resilience

CVE-2020-28949

HighCISA KEVActive ExploitationEUVD ExploitedPublic PoC

Published: 19 November 2020

Published
19 November 2020
Modified
07 November 2025
KEV Added
25 August 2022
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.9336 99.8th percentile
Risk Priority 92 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2020-28949 is a high-severity an unspecified weakness vulnerability in Fedoraproject Fedora. Its CVSS base score is 7.8 (High).

Operationally, ranked in the top 0.2% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-3 (Access Enforcement).

Deeper analysis

Archive_Tar through version 1.4.10 contains a filename sanitization flaw that only blocks phar:// stream wrappers to prevent certain attacks. The component is the PEAR Archive_Tar library used for tar archive handling in PHP applications. As a result, other stream wrappers such as file:// remain usable and can lead to arbitrary file operations during archive extraction.

An attacker can supply a specially crafted tar archive that, when processed by a vulnerable application, leverages alternate stream wrappers to overwrite arbitrary files on the local system. The attack requires local access and user interaction to open the archive but needs no prior privileges, enabling high-impact outcomes including confidentiality, integrity, and availability compromise as reflected in its CVSS 7.8 rating.

Advisories from Debian LTS and Fedora recommend updating Archive_Tar to a patched release that fully addresses stream-wrapper handling. Corresponding package updates are referenced in the Fedora and Debian mailing list announcements, along with a public proof-of-concept on Packet Storm.

EU & UK References

Vulnerability details

Archive_Tar through 1.4.10 has :// filename sanitization only to address phar attacks, and thus any other stream-wrapper attack (such as file:// to overwrite files) can still succeed.

CWE(s)
KEV Date Added
25 August 2022

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

php
archive tar
≤ 1.4.12
debian
debian linux
10.0, 9.0
fedoraproject
fedora
32, 33, 34, 35
drupal
drupal
7.0 — 7.75 · 8.0.0 — 8.9.10 · 8.8.0 — 8.8.12

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of untrusted filename input in Archive_Tar to block stream-wrapper sequences such as file://.

prevent

Enforces access-control decisions on file writes so that even a successful stream-wrapper attack cannot overwrite arbitrary system files without proper authorization.

detect

Requires integrity verification of files and extracted content, enabling detection of unauthorized overwrites performed via the Archive_Tar flaw.

References