Skip to content

Chore(deps): [security] bump ansible-core from 2.17.3 to 2.17.6

HIFIS Bot requested to merge dependabot-pip-ansible-core-2.17.6 into main

Bumps ansible-core from 2.17.3 to 2.17.6. This update includes security fixes.

Vulnerabilities fixed

Ansible vulnerable to Insertion of Sensitive Information into Log File
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.

Patched versions: none
Affected versions: <= 2.17.4

ansible-core Incorrect Authorization vulnerability
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.

Patched versions: 2.18.0rc2; 2.17.6rc1; 2.16.13rc1; 2.15.13rc1; 2.14.18rc1
Affected versions: >= 2.18.0b1, = 2.15.0b1, < 2.15.13rc1; < 2.14.18rc1

Release notes

Sourced from ansible-core's releases.

v2.17.6

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.17.6rc1

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.17.5

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.17.5rc1

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.17.4

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

... (truncated)

Commits
  • 05e01ef New release v2.17.6 (#84250)
  • f9929de Update Ansible release version to v2.17.6rc1.post0. (#84199)
  • f35d268 New release v2.17.6rc1 (#84194)
  • d6b5fb6 Fix error message given by ansible.module_utils.facts.timeout.timeout (#83945...
  • 9adf0c9 ansible-galaxy - fix ignoring certs when installing from git repos (#83332) (...
  • 4fbcdfd [stable-2.17] Update unique filter docs (#84083)
  • 4a65443 [stable-2.17] Preserve _ansible_no_log from action result; fix `include_var...
  • d449c7b Reduce number of implicit meta tasks (#84007) (#84045)
  • 91ca09b [stable-2.17] facts: Skip path if the distribution path is directory (#84037)
  • 92ee1fa [stable-2.17] debconf: set empty password value (#84034)
  • Additional commits viewable in compare view

Merge request reports

Loading