In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Authentication Bypass vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/oragono/oragono/irc
to version 2.6.1 or higher.
github.com/oragono/oragono/irc is a modern, experimental IRC server written in Go.
Affected versions of this package are vulnerable to Authentication Bypass via the REGISTER
command. The REGISTER
command was allowed before connection registration, allowing unauthenticated users to REGISTER
and then take advantage of skip-server-password
.
The main vulnerability here is for configurations that enable server.password
(not a default) and leave accounts.registration.allow-before-connect
enabled (a default). The issue appears to have originated in v.2.4.0-rc1.