CVE-2019-1353
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 · uneditedAn issue was found in Git before v2.24.1, v2.23.1, v2.22.2, v2.21.1, v2.20.2, v2.19.3, v2.18.2, v2.17.3, v2.16.6, v2.15.4, and v2.14.6. When running Git in the Windows Subsystem for Linux (also known as "WSL") while accessing a working directory on a regular Windows drive, none of the NTFS protections were active.
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 confidenceWhen Git runs in Windows Subsystem for Linux (WSL) and accesses a working directory on a regular Windows drive (e.g., /mnt/c/), the NTFS filesystem protections are bypassed. These protections normally guard against NTFS alternate data streams (ADS) abuse, case-insensitive filename collisions, and other Windows-specific attack vectors involving maliciously crafted filenames.
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>= 2.14.0, < 2.14.6>= 2.15.0, < 2.15.4>= 2.16.0, < 2.16.6>= 2.17.0, < 2.17.3>= 2.18.0, < 2.18.2>= 2.19.0, < 2.19.3>= 2.20.0, < 2.20.2>= 2.21.0, < 2.21.1>= 2.22.0, < 2.22.2>= 2.23.0, < 2.23.1>= 2.24.0, < 2.24.1= 15.1CVSS 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
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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.
-
Confirm WSL environmentCheck /proc/version or run 'uname -a' and look for 'Microsoft' or 'WSL' in the outputAffected if The environment is running inside Windows Subsystem for Linux
-
Check installed Git versionRun 'git --version' and compare the output to the affected ranges: 2.14.0 to 2.14.5, 2.15.0 to 2.15.3, 2.16.0 to 2.16.5, 2.17.0 to 2.17.2, 2.18.0 to 2.18.1, 2.19.0 to 2.19.2, 2.20.0 to 2.20.1, 2.21.0, 2.22.0 to 2.22.1, 2.23.0, 2.24.0Affected if The installed Git version falls within any of the listed vulnerable ranges
-
Identify WSL drive mountsList contents of /mnt/ directory or run 'mount | grep /mnt' to see if Windows drives are mountedAffected if Windows drives (such as /mnt/c/) are mounted and accessible from WSL
-
Check for Git repositories on Windows drivesRun 'git rev-parse --show-toplevel' inside any repository located under /mnt/ or similar Windows mount pointsAffected if A Git repository is located on a Windows drive accessed through WSL mount points
A user is affected if they are running a vulnerable Git version inside WSL and working with repositories stored on Windows drives mounted under /mnt/.
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 · scoped2.14.62.15.42.16.6
Upgrade Git to v2.24.1, v2.23.1, v2.22.2, v2.21.1, v2.20.2, v2.19.3, v2.18.2, v2.17.3, v2.16.6, v2.15.4, or v2.14.6 or later on WSL environments that access Windows drives.
Upgrade to Git v2.24.1 or later (or at minimum: v2.14.6, v2.15.4, v2.16.6, or v2.17.3 depending on your release line)
- Check current Git version by running: git --version
- For Debian/Ubuntu-based systems: sudo apt-get update && sudo apt-get install git
- For RHEL/CentOS/Fedora: sudo yum update git or sudo dnf update git
- For SUSE-based systems (including Leap): sudo zypper update git
- For Windows WSL: Upgrade through your distribution's package manager as above, or download from https://git-scm.com/
- Verify the upgrade was successful by running: git --version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing2.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 $1,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2019-1353 — 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-2019-1353 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