GO-2023-1549

Source
https://pkg.go.dev/vuln/GO-2023-1549
Import Source
https://vuln.go.dev/ID/GO-2023-1549.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2023-1549
Aliases
Published
2023-02-16T21:56:10Z
Modified
2024-05-20T16:03:47Z
Summary
Improper input validation in github.com/openshift/apiserver-library-go
Details

Low-privileged users can set the seccomp profile for pods they control to "unconfined."

By default, the seccomp profile used in the restricted-v2 Security Context Constraint (SCC) is "runtime/default," allowing users to disable seccomp for pods they can create and modify.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2023-1549"
}
References

Affected packages

Go / github.com/openshift/apiserver-library-go

Package

Name
github.com/openshift/apiserver-library-go
View open source insights on deps.dev
Purl
pkg:golang/github.com/openshift/apiserver-library-go

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.0.0-20230119093715-30f75d79e424

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/openshift/apiserver-library-go/pkg/securitycontextconstraints/seccomp",
            "symbols": [
                "strategy.ValidateContainer",
                "strategy.ValidatePod",
                "strategy.validateProfile"
            ]
        }
    ]
}