Vulnerabilities (CVE)

Filtered by vendor Hapijs Subscribe
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2017-16025 1 Hapijs 1 Nes 2019-10-09 4.3 MEDIUM 5.9 MEDIUM
Nes is a websocket extension library for hapi. Hapi is a webserver framework. Versions below and including 6.4.0 have a denial of service vulnerability via an invalid Cookie header. This is only present when websocket authentication is set to `cookie`. Submitting an invalid cookie on the websocket upgrade request will cause the node process to error out.
CVE-2015-9236 1 Hapijs 1 Hapi 2019-10-09 5.0 MEDIUM 5.3 MEDIUM
Hapi versions less than 11.0.0 implement CORS incorrectly and allowed for configurations that at best returned inconsistent headers and at worst allowed cross-origin activities that were expected to be forbidden. If the connection has CORS enabled but one route has it off, and the route is not GET, the OPTIONS prefetch request will return the default CORS headers and then the actual request will go through and return no CORS headers. This defeats the purpose of turning CORS on the route.
CVE-2015-9243 1 Hapijs 1 Hapi 2019-10-09 4.3 MEDIUM 5.9 MEDIUM
When server level, connection level or route level CORS configurations in hapi node module before 11.1.4 are combined and when a higher level config included security restrictions (like origin), a higher level config that included security restrictions (like origin) would have those restrictions overridden by less restrictive defaults (e.g. origin defaults to all origins `*`).