Logitech Harmony Hub Multiple Vulnerabilities CVE-2018-15720, CVE-2018-15721, CVE-2018-15722, CVE-2018-15723

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### Synopsis Tenable found multiple vulnerabilities in Logitech's Harmony Hub. #### CVE-2018-15720: XMPP Default Accounts The XMPP server contains two undocumented default accounts. The accounts have the same privileges as any normal authenticated user. ``` File: luaworks/tasks/connectserver/core/xmppconnection.lua.out.lua Function: processAuthenticate = function(self, str) -- function num : 0_12 , upvalues : AUTH_GUEST, AUTH_YES, AUTH_NO if str == "AGd1ZXN0AGd1ZXN0" or str == "Z3Vlc3QAZ3Vlc3QA" then self.clientJid = "guest" self.authenticated = AUTH_GUEST ``` #### CVE-2018-15721: XMPP Authentication Bypass A crafted XMPP request can be used to bypass authentication. When an XMPP request doesn't contain an *oa* element to initialize the identity variable, it remains uninitialized. The authenticate function will return any username passed to it. ``` File: luaworks/tasks/connectserver/core/xmppconnection.lua.out.lua Function: processAuthenticate = function(self, str) ... if...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息