Created
May 10, 2019 05:43
-
-
Save zaghaghi/e8541046020f7eb61933edb95f6753d9 to your computer and use it in GitHub Desktop.
CWE List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
w.name | w.title | w.affected_resources | |
---|---|---|---|
CWE-119 | Improper Restriction of Operations within the Bounds of a Memory Buffer | ::Memory:: | |
CWE-134 | Use of Externally-Controlled Format String | ::Memory:: | |
CWE-415 | Double Free | ::Memory:: | |
CWE-416 | Use After Free | ::Memory:: | |
CWE-129 | Improper Validation of Array Index | ::Memory:: | |
CWE-14 | Compiler Removal of Code to Clear Buffers | ::Memory:: | |
CWE-120 | Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') | ::Memory:: | |
CWE-122 | Heap-based Buffer Overflow | ::Memory:: | |
CWE-226 | Sensitive Information Uncleared Before Release | ::Memory:: | |
CWE-244 | Improper Clearing of Heap Memory Before Release ('Heap Inspection') | ::Memory:: | |
CWE-316 | Cleartext Storage of Sensitive Information in Memory | ::Memory:: | |
CWE-401 | Improper Release of Memory Before Removing Last Reference | ::Memory:: | |
CWE-590 | Free of Memory not on the Heap | ::Memory:: | |
CWE-591 | Sensitive Data Storage in Improperly Locked Memory | ::Memory:: | |
CWE-761 | Free of Pointer not at Start of Buffer | ::Memory:: | |
CWE-762 | Mismatched Memory Management Routines | ::Memory:: | |
CWE-763 | Release of Invalid Pointer or Reference | ::Memory:: | |
CWE-805 | Buffer Access with Incorrect Length Value | ::Memory:: | |
CWE-806 | Buffer Access Using Size of Source Buffer | ::Memory:: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment