GO-2024-2643

Source
https://pkg.go.dev/vuln/GO-2024-2643
Import Source
https://vuln.go.dev/ID/GO-2024-2643.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2024-2643
Aliases
Published
2024-03-22T18:12:03Z
Modified
2024-05-20T16:03:47Z
Summary
Bypass manifest during application creation in github.com/argoproj/argo-cd/v2
Details

An improper validation bug allows users who have create privileges to sync a local manifest during application creation. This allows for bypassing the restriction that the manifests come from some approved git/Helm/OCI source.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2024-2643"
}
References
Credits
    • @crenshaw-dev

Affected packages

Go / github.com/argoproj/argo-cd

Package

Name
github.com/argoproj/argo-cd
View open source insights on deps.dev
Purl
pkg:golang/github.com/argoproj/argo-cd

Affected ranges

Type
SEMVER
Events
Introduced
1.2.0-rc1

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/argoproj/argo-cd/server/application",
            "symbols": [
                "Server.Create"
            ]
        }
    ]
}

Go / github.com/argoproj/argo-cd/v2

Package

Name
github.com/argoproj/argo-cd/v2
View open source insights on deps.dev
Purl
pkg:golang/github.com/argoproj/argo-cd/v2

Affected ranges

Type
SEMVER
Events
Introduced
2.0.0
Fixed
2.8.12
Introduced
2.9.0
Fixed
2.9.8
Introduced
2.10.0
Fixed
2.10.3

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/argoproj/argo-cd/v2/server/application",
            "symbols": [
                "Server.Create"
            ]
        }
    ]
}