Looking for the vulnerability index of Invicti's legacy products?
Node.js Web Application does not handle uncaughtException - Vulnerability Database

Node.js Web Application does not handle uncaughtException

Description

The uncaughtException event is emitted when an uncaught JavaScript exception bubbles all the way back to the event loop. By default, Node.js handles such exceptions by printing the stack trace to stderr and exiting with code 1. It's recommended to implement a handler function for this unhandled event.

Remediation

Your web application should implement a handler function for the <strong>uncaughtException</strong> event.

Related Vulnerabilities