GO-2021-0085

See a problem?
Source
https://pkg.go.dev/vuln/GO-2021-0085
Import Source
https://vuln.go.dev/ID/GO-2021-0085.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2021-0085
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-09-11T06:13:41.627574Z
Summary
Authorization bypass in github.com/opencontainers/runc
Details

AppArmor restrictions may be bypassed due to improper validation of mount targets, allowing a malicious image to mount volumes over e.g. /proc.

References
Credits
    • Leopold Schabel

Affected packages

Go / github.com/opencontainers/runc

Package

Name
github.com/opencontainers/runc
View open source insights on deps.dev
Purl
pkg:golang/github.com/opencontainers/runc

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.0.0-rc8.0.20190930145003-cad42f6e0932

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/opencontainers/runc/libcontainer/apparmor",
            "symbols": [
                "ApplyProfile"
            ]
        },
        {
            "path": "github.com/opencontainers/runc/libcontainer/utils",
            "symbols": [
                "CloseExecFrom"
            ]
        }
    ]
}

Go / github.com/opencontainers/selinux

Package

Name
github.com/opencontainers/selinux
View open source insights on deps.dev
Purl
pkg:golang/github.com/opencontainers/selinux

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.1-0.20190929122143-5215b1806f52

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/opencontainers/selinux/go-selinux",
            "symbols": [
                "readCon",
                "writeCon"
            ]
        }
    ]
}