GO-2021-0085

Source
https://pkg.go.dev/vuln/GO-2021-0085
Import Source
https://vuln.go.dev/ID/GO-2021-0085.json
Aliases
Published
2021-04-14T20:04:52Z
Modified
2023-11-08T04:01:22.263630Z
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

Affected packages

Go / github.com/opencontainers/runc

Affected ranges

Type
SEMVER
Events
Introduced
0The exact introduced commit is unknown
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

Affected ranges

Type
SEMVER
Events
Introduced
0The exact introduced commit is unknown
Fixed
1.3.1-0.20190929122143-5215b1806f52

Ecosystem specific

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