All the vulnerabilities related to the version 19.0.3 of the package
Denial of Service in @hapi/hapi
Versions of @hapi/hapi
prior to 18.4.1 or 19.1.1 are vulnerable to Denial of Service. The CORS request handler has a vulnerability which will cause the function to throw a system error if the header contains some invalid values. If no unhandled exception handler is available, the application will exist, allowing an attacker to shut down services.
Upgrade to versions 18.4.1, 19.1.1 or later.
Denial of Service in @hapi/ammo
Versions of @hapi/ammo
prior to 3.1.2 or 5.0.1 are vulnerable to Denial of Service. The Range HTTP header parser has a vulnerability which will cause the function to throw a system error if the header is set to an invalid value. Because hapi is not expecting the function to ever throw, the error is thrown all the way up the stack. If no unhandled exception handler is available, the application will exist, allowing an attacker to shut down services.
Upgrade to version 3.1.2 or 5.0.1.
Denial of Service in @hapi/accept
Versions of @hapi/accept
prior to 3.2.4 or 5.0.1 are vulnerable to Denial of Service. The Accept-Encoding HTTP header parser has a vulnerability which will cause the function to throw a system error if the header contains some invalid values. Because hapi rethrows system errors (as opposed to catching expected application errors), the error is thrown all the way up the stack. If no unhandled exception handler is available, the application will exist, allowing an attacker to shut down services.
Upgrade to version 3.2.4 or 5.0.1.