CVE-2020-36193
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedTar.php in Archive_Tar through 1.4.11 allows write operations with Directory Traversal due to inadequate checking of symbolic links, a related issue to CVE-2020-28948.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Archive_Tar PHP library (Tar.php) through version 1.4.11 contains a directory traversal vulnerability during file extraction. The library inadequately validates symbolic links, allowing attackers to write files outside the intended extraction directory via specially crafted tar archives containing symlinks that point to arbitrary locations.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 1.4.11= 32= 33= 34= 35= 9.0= 10.0>= 7.0, < 7.78>= 8.9.0, < 8.9.13>= 9.0.0, < 9.0.11>= 9.1.0, < 9.1.3CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate the Archive_Tar library in your environmentSearch for Tar.php in your codebase or vendor directories. Common paths include vendor/pear/archive_tar/Tar.php, or within Drupal's vendor/ directory. Run: find . -name 'Tar.php' -path '*archive_tar*' 2>/dev/nullAffected if The file exists and its version is 1.4.11 or earlier based on the version string inside the file
-
Check the Archive_Tar version numberOpen the Tar.php file and search for a version definition (commonly 'VERSION' or '@version' comment). Compare the found version against the affected range: <= 1.4.11 is vulnerableAffected if The version string shows 1.4.11 or any version lower than 1.4.12
-
Identify if Drupal is in use and its versionCheck for the presence of Drupal by looking for index.php or core/includes/bootstrap.inc. Determine the Drupal version by inspecting core/lib/Drupal.php or CHANGELOG.txt for version numbersAffected if Drupal versions are 7.0-7.77, 8.9.0-8.9.12, 9.0.0-9.0.10, or 9.1.0-9.1.2 (all vulnerable to this CVE through Archive_Tar inclusion)
-
Determine if Fedora or Debian systems are in useCheck the operating system by running: cat /etc/os-release (Fedora: VERSION_ID 32-35; Debian: VERSION_ID 9 or 10)Affected if The system runs Fedora 32, 33, 34, or 35, or Debian 9.0 or 10.0, which ship the vulnerable Archive_Tar package
Your environment is affected if Archive_Tar version is 1.4.11 or lower, or if you run vulnerable Drupal/Fedora/Debian versions that bundle this library, and you perform extraction operations using the library.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped7.788.9.139.0.11
Update Archive_Tar to version 1.4.12 or later to obtain the patched version. Verify all extraction operations occur within intended directories and consider implementing additional path validation checks in code that uses this library.
Archive_Tar 1.4.12 or later / Drupal 7.78+ / Drupal 8.9.13+ / Drupal 9.0.11+ / Drupal 9.1.3+
- Identify the Archive_Tar package in your project (usually via composer or PEAR)
- Run `pear upgrade Archive_Tar` to upgrade to the latest version, or if using Composer run `composer update pear/archive_tar`
- Verify the upgrade was successful by checking the version: `pear list Archive_Tar` or checking the installed version in your vendor directory
- If using Drupal, apply the appropriate Drupal security update: 7.78, 8.9.13, 9.0.11, or 9.1.3 depending on your version branch
- After upgrading, test that tar extraction functionality still works correctly in your application
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing4.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2020-36193 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2020-36193 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data