GO-2021-0084

Source
https://pkg.go.dev/vuln/GO-2021-0084
Import Source
https://vuln.go.dev/ID/GO-2021-0084.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2021-0084
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-05-20T16:03:47Z
Summary
Incorrect permissions for critical resource in github.com/astaxie/beego
Details

Session data is stored using permissive permissions, allowing local users with filesystem access to read arbitrary data.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2021-0084"
}
References
Credits
    • @nicowaisman

Affected packages

Go / github.com/astaxie/beego

Package

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

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.12.2

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/astaxie/beego/session",
            "symbols": [
                "FileProvider.SessionRead",
                "FileProvider.SessionRegenerate",
                "Manager.GetSessionStore",
                "Manager.SessionRegenerateID",
                "Manager.SessionStart"
            ]
        }
    ]
}