CWE-666

Overview
  • CWE ID
  • 666
  • CWE Name
  • Operation on Resource in Wrong Phase of Lifetime
  • CWE Abstraction
  • Class
  • CWE structure
  • Simple
  • CWE Status
  • Draft
Description
The software performs an operation on a resource at the wrong phase of the resource's lifecycle, which can lead to unexpected behaviors.
Extended Description
When a developer wants to initialize, use or release a resource, it is important to follow the specifications outlined for how to operate on that resource and to ensure that the resource is in the expected state. In this case, the software wants to perfor
Related CWEs
CWE ID View ID Nature Ordinal
664 1000 ChildOf Primary