CWEBaseDraft20 recent CVEs

CWE-248Uncaught Exception

Description

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.

Common consequences

Related CWEs

Recent CVEs classified under this CWE