Uncaught Exception
CWE-248 · Base · Draft
An exception is thrown from a function, but it is not caught.
Extended description
When an exception is not caught, it may cause the program to crash or expose sensitive information.
An exception is thrown from a function, but it is not caught.
When an exception is not caught, it may cause the program to crash or expose sensitive information.