|
|
|
|
|
by whizzter
429 days ago
|
|
There's a huge difference here, historically that was because many C codebases were vulnerable due to inherent C flaws and ssh daemons due to their age was C based. OpenBSD folks stances on coding and system design avoids pitfalls. This is an Erlang daemon, thus written in a managed language without buffer overflows,etc, but it seems like someone left a huge gaping logic hole to drive a bus through. SSH or not, this could've equally well been a logic hole in a base webserver,etc. I'd say this is more akin to the Log4j debacle, a perfectly safe language but bad design makes it vulnerable to something trivial. |
|