Skip to content

Commit

Permalink
perf(exp abuse-unpriv-userns): link to CVE-2022-0492
Browse files Browse the repository at this point in the history
  • Loading branch information
neargle committed Mar 16, 2023
1 parent d9ab557 commit 3ff931f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exploit/abuse_unpriv_userns.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func UnprivUserNS(cmd string) error {
type ExploitUnprivUserNS struct{}

func (exp ExploitUnprivUserNS) Desc() string {
return "abuse mount-cgroup co-operating with unprivileged user namespace creation. usage: ./cdk run abuse-unpriv-userns \"shell-cmd-payloads\""
return "abuse mount-cgroup co-operating with unprivileged user namespace creation (CVE-2022-0492). usage: ./cdk run abuse-unpriv-userns \"shell-cmd-payloads\""
}

func (exp ExploitUnprivUserNS) Run() bool {
Expand Down

0 comments on commit 3ff931f

Please sign in to comment.