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.
Related CWEs
CWE ID View ID Nature Ordinal
705 1000 ChildOf Primary
703 1000 ChildOf
703 1305 ChildOf Primary
703 1340 ChildOf Primary