CWE-248
Overview
- CWE ID
- 248
- CWE Name
- Uncaught Exception
- CWE Abstraction
- Base
- CWE structure
- Simple
- CWE Status
- Draft
Description
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.