Lucene search

K
osvGoogleOSV:GHSA-G49Q-JW42-6X85
HistoryMay 09, 2024 - 9:31 p.m.

thelounge may publicly disclose of all usernames/idents via port 113

2024-05-0921:31:35
Google
osv.dev
5
thelounge
username disclosure
port 113
rfc 1413
identd
vulnerability
software upgrade

AI Score

6.8

Confidence

Low

Per RFC 1413, The unique identifying tuple includes not only the ports, but also the both addresses. Without the addresses, the information becomes both non-unique and public:

  • If multiple connections happen to use the same local port number (which is possible if the addresses differ), the username of the first is returned for all, resulting in the wrong ident for all but the first.
  • By not checking the connection address, the information becomes public. Because there is only a relatively small number of local ports, and the remote ports are likely to be either 6667 or 6697, it becomes trivial to scan the entire range to get a list of idents.

To prevent this from happening, disable identd or upgrade to a non vulnerable version.

AI Score

6.8

Confidence

Low