cve/2024/CVE-2024-28085.md
2024-06-22 09:37:59 +00:00

1.1 KiB

CVE-2024-28085

Description

wall in util-linux through 2.40, often installed with setgid tty permissions, allows escape sequences to be sent to other users' terminals through argv. (Specifically, escape sequences received from stdin are blocked, but escape sequences received from argv are not blocked.) There may be plausible scenarios where this leads to account takeover.

POC

Reference

Github