Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Dec 3, 2024
1 parent 6138cf8 commit e86b75e
Showing 1 changed file with 66 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,62 @@
{
"schema_version": "1.4.0",
"id": "GHSA-99w6-3xph-cx78",
"modified": "2024-11-12T21:35:38Z",
"modified": "2024-12-03T22:02:07Z",
"published": "2024-11-12T00:30:36Z",
"aliases": [
"CVE-2024-11079"
],
"summary": "Ansible-Core vulnerable to content protections bypass",
"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.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:L"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L"
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L/E:P"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "ansible-core"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.18.0b1"
},
{
"fixed": "2.18.1rc1"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "ansible-core"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.17.0b1"
},
{
"fixed": "2.17.7rc1"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
Expand All @@ -28,14 +70,11 @@
"introduced": "0"
},
{
"fixed": "2.18.1"
"fixed": "2.16.14rc1"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 2.18.0"
}
]
}
],
"references": [
Expand All @@ -47,6 +86,22 @@
"type": "WEB",
"url": "https://github.com/ansible/ansible/pull/84299"
},
{
"type": "WEB",
"url": "https://github.com/ansible/ansible/pull/84339"
},
{
"type": "WEB",
"url": "https://github.com/ansible/ansible/commit/2936b80dbbc7efb889934aeec80f6142c10266ce"
},
{
"type": "WEB",
"url": "https://github.com/ansible/ansible/commit/70e83e72b43e05e57eb42a6d52d01a4d9768f510"
},
{
"type": "WEB",
"url": "https://github.com/ansible/ansible/commit/98774d15d7748ebaaaf2e83942cc7e8d39f7280e"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2024-11079"
Expand All @@ -58,6 +113,10 @@
{
"type": "PACKAGE",
"url": "https://github.com/ansible/ansible"
},
{
"type": "WEB",
"url": "https://github.com/ansible/ansible/blob/v2.18.1/changelogs/CHANGELOG-v2.18.rst#security-fixes"
}
],
"database_specific": {
Expand Down

0 comments on commit e86b75e

Please sign in to comment.