LiveActive security incident?Get immediate response
CWE Reference

CWE for c - Page 7

Browse cwe for c with official CWE context and Glexia analysis.

Release 4.20listing

Search And Filters

Browse CWE records

Showing 50 of 857 CWE records · Page 7 of 18.

CWE-416WeaknessVariant

CWE-416: Use After Free

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.