You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
A template injection flaw was found in Ansible where a user's controller internal templating operations may remove the unsafe designation from template data. This issue could allow an attacker to use a specially crafted file to introduce templating injection when supplying templating data.
A flaw was found in Ansible. The ansible-core "user" module can allow an unprivileged user to silently create or replace the contents of any file on any system path and take ownership of it when a privileged user executes the "user" module against the unprivileged user's home directory. If the unprivileged user has traversal permissions on the directory containing the exploited target file, they retain full control over the contents of the file as its owner.
An absolute path traversal attack exists in the Ansible automation platform. This flaw allows an attacker to craft a malicious Ansible role and make the victim execute the role. A symlink can be used to overwrite a file outside of the extraction path.
A flaw was found in Ansible, where sensitive information stored in Ansible Vault files can be exposed in plaintext during the execution of a playbook. This occurs when using tasks such as include_vars to load vaulted variables without setting the no_log: true parameter, resulting in sensitive data being printed in the playbook output or logs. This can lead to the unintentional disclosure of secrets like passwords or API keys, compromising security and potentially allowing unauthorized access or actions.
A flaw was found in Ansible-Core. This vulnerability allows attackers to bypass unsafe content protections using the hostvars object to reference and execute templated content. This issue can lead to arbitrary code execution if remote data or module outputs are improperly templated within playbooks.
mend-bolt-for-githubbot
changed the title
ansible-4.10.0.tar.gz: 2 vulnerabilities (highest severity is: 6.6)
ansible-4.10.0.tar.gz: 2 vulnerabilities (highest severity is: 7.8)
Mar 13, 2024
mend-bolt-for-githubbot
changed the title
ansible-4.10.0.tar.gz: 2 vulnerabilities (highest severity is: 7.8)
ansible-4.10.0.tar.gz: 2 vulnerabilities (highest severity is: 7.1)
Sep 8, 2024
mend-bolt-for-githubbot
changed the title
ansible-4.10.0.tar.gz: 2 vulnerabilities (highest severity is: 7.1)
ansible-4.10.0.tar.gz: 3 vulnerabilities (highest severity is: 7.1)
Nov 6, 2024
mend-bolt-for-githubbot
changed the title
ansible-4.10.0.tar.gz: 3 vulnerabilities (highest severity is: 7.1)
ansible-4.10.0.tar.gz: 5 vulnerabilities (highest severity is: 7.1)
Nov 13, 2024
Vulnerable Library - ansible-4.10.0.tar.gz
Path to dependency file: /requirements.txt
Path to vulnerable library: /requirements.txt
Vulnerabilities
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2023-5764
Vulnerable Library - ansible-core-2.11.12.tar.gz
Radically simple IT automation
Library home page: https://files.pythonhosted.org/packages/98/ea/2935bf0864196cd2c9d14548e399a110f48b3540664ddc462b39ff0b822d/ansible-core-2.11.12.tar.gz
Path to dependency file: /requirements.txt
Path to vulnerable library: /requirements.txt
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
A template injection flaw was found in Ansible where a user's controller internal templating operations may remove the unsafe designation from template data. This issue could allow an attacker to use a specially crafted file to introduce templating injection when supplying templating data.
Publish Date: 2023-12-12
URL: CVE-2023-5764
CVSS 3 Score Details (7.1)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://security-tracker.debian.org/tracker/CVE-2023-5764
Release Date: 2023-12-12
Fix Resolution: ansible-core - 2.14.12,2.15.7,2.16.1
Step up your Open Source Security Game with Mend here
CVE-2024-9902
Vulnerable Library - ansible-core-2.11.12.tar.gz
Radically simple IT automation
Library home page: https://files.pythonhosted.org/packages/98/ea/2935bf0864196cd2c9d14548e399a110f48b3540664ddc462b39ff0b822d/ansible-core-2.11.12.tar.gz
Path to dependency file: /requirements.txt
Path to vulnerable library: /requirements.txt
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
A flaw was found in Ansible. The ansible-core "user" module can allow an unprivileged user to silently create or replace the contents of any file on any system path and take ownership of it when a privileged user executes the "user" module against the unprivileged user's home directory. If the unprivileged user has traversal permissions on the directory containing the exploited target file, they retain full control over the contents of the file as its owner.
Publish Date: 2024-11-06
URL: CVE-2024-9902
CVSS 3 Score Details (6.3)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Release Date: 2024-11-06
Fix Resolution: ansible-core - 2.14.18,2.15.13,2.16.13,2.17.6
Step up your Open Source Security Game with Mend here
CVE-2023-5115
Vulnerable Library - ansible-core-2.11.12.tar.gz
Radically simple IT automation
Library home page: https://files.pythonhosted.org/packages/98/ea/2935bf0864196cd2c9d14548e399a110f48b3540664ddc462b39ff0b822d/ansible-core-2.11.12.tar.gz
Path to dependency file: /requirements.txt
Path to vulnerable library: /requirements.txt
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
An absolute path traversal attack exists in the Ansible automation platform. This flaw allows an attacker to craft a malicious Ansible role and make the victim execute the role. A symlink can be used to overwrite a file outside of the extraction path.
Publish Date: 2023-12-18
URL: CVE-2023-5115
CVSS 3 Score Details (6.3)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Release Date: 2023-12-18
Fix Resolution: ansible-core - 2.16.0
Step up your Open Source Security Game with Mend here
CVE-2024-8775
Vulnerable Library - ansible-core-2.11.12.tar.gz
Radically simple IT automation
Library home page: https://files.pythonhosted.org/packages/98/ea/2935bf0864196cd2c9d14548e399a110f48b3540664ddc462b39ff0b822d/ansible-core-2.11.12.tar.gz
Path to dependency file: /requirements.txt
Path to vulnerable library: /requirements.txt
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
A flaw was found in Ansible, where sensitive information stored in Ansible Vault files can be exposed in plaintext during the execution of a playbook. This occurs when using tasks such as include_vars to load vaulted variables without setting the no_log: true parameter, resulting in sensitive data being printed in the playbook output or logs. This can lead to the unintentional disclosure of secrets like passwords or API keys, compromising security and potentially allowing unauthorized access or actions.
Publish Date: 2024-09-14
URL: CVE-2024-8775
CVSS 3 Score Details (5.5)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: GHSA-jpxc-vmjf-9fcj
Release Date: 2024-09-14
Fix Resolution: ansible-core - 2.17.6
Step up your Open Source Security Game with Mend here
CVE-2024-11079
Vulnerable Library - ansible-core-2.11.12.tar.gz
Radically simple IT automation
Library home page: https://files.pythonhosted.org/packages/98/ea/2935bf0864196cd2c9d14548e399a110f48b3540664ddc462b39ff0b822d/ansible-core-2.11.12.tar.gz
Path to dependency file: /requirements.txt
Path to vulnerable library: /requirements.txt
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
A flaw was found in Ansible-Core. This vulnerability allows attackers to bypass unsafe content protections using the hostvars object to reference and execute templated content. This issue can lead to arbitrary code execution if remote data or module outputs are improperly templated within playbooks.
Publish Date: 2024-11-11
URL: CVE-2024-11079
CVSS 3 Score Details (5.5)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://nvd.nist.gov/vuln/detail/CVE-2024-11079
Release Date: 2024-11-11
Fix Resolution: ansible-core - 2.18.1
Step up your Open Source Security Game with Mend here
The text was updated successfully, but these errors were encountered: