Skip to content

Commit 6e2e149

Browse files
authored
[MEDIUM] Upgrade ansible to 2.14.18 to fix CVE-2024-8775 & CVE-2024-9902 (#13687)
1 parent b2e318b commit 6e2e149

File tree

4 files changed

+13
-81
lines changed

4 files changed

+13
-81
lines changed

SPECS/ansible/CVE-2024-0690.patch

Lines changed: 0 additions & 71 deletions
This file was deleted.

SPECS/ansible/ansible.signatures.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Signatures": {
3-
"ansible-2.14.12.tar.gz": "8c89902f0a0fe5fe5fc5931f310c792ff8e070f86deb8ce09026f98f093d18d4"
4-
}
5-
}
2+
"Signatures": {
3+
"ansible-2.14.18.tar.gz": "ccf76255580419f2d9a5bf48c1ad3f03d9af97ef76660415f74498448b320ef7"
4+
}
5+
}

SPECS/ansible/ansible.spec

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
Summary: Configuration-management, application deployment, cloud provisioning system
22
Name: ansible
3-
Version: 2.14.12
4-
Release: 2%{?dist}
3+
Version: 2.14.18
4+
Release: 1%{?dist}
55
License: GPLv3+
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
88
Group: Development/Libraries
99
URL: https://www.ansible.com
1010
Source0: https://github.com/ansible/ansible/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
11-
Patch0: CVE-2024-0690.patch
1211
BuildRequires: python3
1312
BuildRequires: python3-libs
1413
BuildRequires: python3-setuptools
15-
%if %{with_check}
14+
%if 0%{?with_check}
1615
BuildRequires: python3-devel
1716
BuildRequires: python3-pip
1817
%endif
@@ -48,6 +47,10 @@ python3 setup.py test
4847
%{python3_sitelib}/*
4948

5049
%changelog
50+
* Fri May 09 2025 Archana Shettigar <[email protected]> - 2.14.18-1
51+
- Upgrade to v2.14.18 to fix CVE-2024-8775 & CVE-2024-9902
52+
- Removed CVE-2024-0690 since its fixed in 2.14.14
53+
5154
* Mon May 06 2024 Henry Li <[email protected]> - 2.14.12-2
5255
- Revert version from 2.14.4 to 2.14.12
5356
- Add patch for CVE-2024-0690

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@
205205
"type": "other",
206206
"other": {
207207
"name": "ansible",
208-
"version": "2.14.12",
209-
"downloadUrl": "https://github.com/ansible/ansible/archive/refs/tags/v2.14.12.tar.gz"
208+
"version": "2.14.18",
209+
"downloadUrl": "https://github.com/ansible/ansible/archive/refs/tags/v2.14.18.tar.gz"
210210
}
211211
}
212212
},

0 commit comments

Comments
 (0)