CVE-2019-10910: Check service IDs are valid. From that advisory:
> Service IDs derived from unfiltered user input could result in the execution of any arbitrary code, resulting in possible remote code execution.
CVE-2019-10911: Add a separator in the remember me cookie hash. From that advisory:
> This fixes situations where part of an expiry time in a cookie could be considered part of the username, or part of the username could be considered part of the expiry time. An attacker could modify the remember me cookie and authenticate as a different user. This attack is only possible if remember me functionality is enabled and the two users share a password hash or the password hashes (e.g. UserInterface::getPassword()) are null for all users (which is valid if passwords are checked by an external system, e.g. an SSO).