Security and Bug Fix Release for v4.9
This is a security and bug fix release for version v4.9.
If you are not yet running v4.9.0, please [follow the release notes for v4.9.0] and upgrade to v4.9.0 first. (It is not necessary to upgrade to v4.9.1 or v4.9.2, you can go straight from v4.9.0 -> v4.9.3.)
Quick Upgrade Instructions
This security and bug fix only has code changes and so the upgrade process is simple - in your IXP Manager installation directory (referred to as ${IXPROOT} in the usual upgrade instructions just run the following:
git fetch --all
git checkout v4.9.3
Security Fixes
Fix an inventive XSS vulnerability with data retrieved via RIPE REST for AS objects. We have also added sanitisation to other services we pull data from. Thanks to Cynthia Revström for reporting this.
## Bug Fixes