Funnelback patch 15.4.1.29
-
Released: 2018-11-05
-
Applies to: v15.4.1
-
Internal reference: FUN-12114, FUN-12116
Description
Fixes security issues where:
-
The default form-not-found template reflected the given form id without proper escaping.
-
The default configuration of URL previewing could be used to expose local log file content.
Please ensure any custom form-not-found.ftl templates in collections are updated to perform correct escaping if they were derived from the previously vulnerable form-not-found.default.ftl.
Please ensure that any customized value for the global default_url_renderer.permitted_url_pattern
setting in global.cfg prevents access to file:// URLs.
Deployment
-
If the installation has Facebook collections, the Version given to the DefaultFacebookClient should be changed to Version.Latest e.g. new DefaultFacebookClient(Version.LATEST).
-
(Windows only) Stop currently running crawls.
-
Stop the Jetty web server and the Funnelback daemon.
-
Deploy the provided files on top of an existing install, backing up all replaced files.
-
Start the Jetty web server and the Funnelback daemon.
-
(Windows only) start crawls as needed.
-
As patches are cumulative, apply deployment instructions from previous patches.