- Description
- Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Argo CD has a Web-based terminal that allows users to get a shell inside a running pod, just as they would with kubectl exec. Starting in version 2.6.0, when the administrator enables this function and grants permission to the user `p, role:myrole, exec, create, */*, allow`, even if the user revokes this permission, the user can still perform operations in the container, as long as the user keeps the terminal view open for a long time. Although the token expiration and revocation of the user are fixed, however, the fix does not address the situation of revocation of only user `p, role:myrole, exec, create, */*, allow` permissions, which may still lead to the leakage of sensitive information. A patch for this vulnerability has been released in Argo CD versions 2.11.7, 2.10.16, and 2.9.21.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
[
{
"nodes": [
{
"negate": false,
"cpeMatch": [
{
"criteria": "cpe:2.3:a:argoproj:argo_cd:*:*:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "16C03FB1-4E29-4BB9-8157-4FDA0A57DADC",
"versionEndExcluding": "2.9.21",
"versionStartIncluding": "2.6.0"
},
{
"criteria": "cpe:2.3:a:argoproj:argo_cd:*:*:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "EFCD9B49-F26A-4AA7-A311-1D29DA39CDA1",
"versionEndExcluding": "2.10.16",
"versionStartIncluding": "2.10.0"
},
{
"criteria": "cpe:2.3:a:argoproj:argo_cd:*:*:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "D218BAA2-2CE3-48E4-B633-840741F21363",
"versionEndExcluding": "2.11.7",
"versionStartIncluding": "2.11.0"
}
],
"operator": "OR"
}
]
}
]