-
- Downloads
src: hooks: remove urlhook feature
This feature is mostly a relicate from SFLPhone and introduced a remote attack vector abusing the system() function weaknesses. Provided that "sipEnabled" parameter is on in the remote target's configuration, a malicious peer calling that remote target could send SIP messages with a crafted "X-ring-url" string in order to execute arbitrary shell commands on the target. Header entry "X-ring-url" content is actually consumed by UrlHook as arguments for the "x-www-browser" command executed using system(). By adding a shell escape sequence to circumvent existing arguments sanitizing attempts, the malicious peer could execute any shell command under remote peer user's identity and access sensitive information available using its privileges. Remove that feature altogether and enforce users that are relying on that feature to migrate to Jami "plugins", which are more suitable for introducing custom Jami behaviors. Change-Id: I1d6d07771e2b5a7c7f2cb8fc838821106c0a6708
Showing
- bin/dbus/cx.ring.Ring.ConfigurationManager.xml 0 additions, 13 deletionsbin/dbus/cx.ring.Ring.ConfigurationManager.xml
- bin/dbus/dbusconfigurationmanager.cpp 0 additions, 12 deletionsbin/dbus/dbusconfigurationmanager.cpp
- bin/dbus/dbusconfigurationmanager.h 0 additions, 2 deletionsbin/dbus/dbusconfigurationmanager.h
- bin/jni/configurationmanager.i 0 additions, 3 deletionsbin/jni/configurationmanager.i
- bin/nodejs/configurationmanager.i 0 additions, 3 deletionsbin/nodejs/configurationmanager.i
- configure.ac 0 additions, 1 deletionconfigure.ac
- src/CMakeLists.txt 0 additions, 1 deletionsrc/CMakeLists.txt
- src/Makefile.am 1 addition, 2 deletionssrc/Makefile.am
- src/client/configurationmanager.cpp 0 additions, 13 deletionssrc/client/configurationmanager.cpp
- src/dring/configurationmanager_interface.h 0 additions, 3 deletionssrc/dring/configurationmanager_interface.h
- src/hooks/CMakeLists.txt 0 additions, 9 deletionssrc/hooks/CMakeLists.txt
- src/hooks/Makefile.am 0 additions, 4 deletionssrc/hooks/Makefile.am
- src/hooks/urlhook.cpp 0 additions, 44 deletionssrc/hooks/urlhook.cpp
- src/hooks/urlhook.h 0 additions, 34 deletionssrc/hooks/urlhook.h
- src/manager.cpp 1 addition, 5 deletionssrc/manager.cpp
- src/manager.h 0 additions, 5 deletionssrc/manager.h
- src/meson.build 0 additions, 1 deletionsrc/meson.build
- src/preferences.cpp 0 additions, 69 deletionssrc/preferences.cpp
- src/preferences.h 0 additions, 31 deletionssrc/preferences.h
- src/sip/sipvoiplink.cpp 0 additions, 2 deletionssrc/sip/sipvoiplink.cpp
Loading
Please register or sign in to comment