CVE-2020-14365
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 · uneditedA flaw was found in the Ansible Engine, in ansible-engine 2.8.x before 2.8.15 and ansible-engine 2.9.x before 2.9.13, when installing packages using the dnf module. GPG signatures are ignored during installation even when disable_gpg_check is set to False, which is the default behavior. This flaw leads to malicious packages being installed on the system and arbitrary code executed via package installation scripts. The highest threat from this vulnerability is to integrity and system availability.
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 Ansible Engine's dnf module ignores GPG signature verification during package installation even when disable_gpg_check is set to False (the default). This allows unsigned or maliciously signed packages to be installed, enabling arbitrary code execution through package installation scripts and compromising system integrity.
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.8.0, <= 2.8.15>= 2.9.0, <= 2.9.13>= 3.6.0, <= 3.6.5>= 3.7.0, <= 3.7.2= 3.0= 2.0= 3.0= 10.0= 13.0= 10.0CVSS 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
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/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.
-
Check Ansible Engine versionRun 'ansible --version' to see the installed Ansible Engine version. For Ansible Tower, check the Tower UI under 'Settings > About' or run 'awx-manage --version'.Affected if The installed version is 2.8.0 through 2.8.15, or 2.9.0 through 2.9.13.
-
Check Ansible Tower versionFor Ansible Tower, check the version in the web UI under 'Settings > About' or use the API endpoint /api/v2/pings/.Affected if The Tower version is 3.6.0 through 3.6.5, 3.7.0 through 3.7.2, or 3.0.
-
Identify dnf module usage in playbooksSearch your playbook repository or audit /etc/ansible/ and /home/*/.ansible/ directories for files containing 'dnf:' or 'package:' with 'yum: no' to identify playbooks using the dnf module.Affected if Any playbooks use the dnf module to install packages.
-
Inspect disable_gpg_check settingReview the identified dnf module playbooks and look for the 'disable_gpg_check' parameter. Check whether it is explicitly set to True or False, or if it is omitted (default is False).Affected if The disable_gpg_check parameter is set to False or omitted (default), meaning GPG verification is expected but is not actually enforced due to the bug.
-
Audit recent package installationsReview Ansible execution logs, job history in Tower, or system package manager history (dnf history) for packages installed via Ansible dnf module since the affected version was deployed.Affected if Any packages were installed using the dnf module in Ansible while running an affected version.
A user is affected if they run Ansible Engine 2.8.x (up to 2.8.15) or 2.9.x (up to 2.9.13), or Ansible Tower 3.6.x/3.7.x/3.0, and have used the dnf module to install packages with disable_gpg_check not explicitly set to True.
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.
From vendor dataUpdate Ansible Engine to version 2.8.15 or later (2.8.x) or 2.9.13 or later (2.9.x). Prior to updating, audit dnf module playbooks for any recently installed packages and monitor for suspicious activity.
- Consultation3.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,072.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2020-14365 — 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-14365 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