Search
Weaknesses
| CWE | Weakness | Actions |
|---|---|---|
| CWE-489 |
Active Debug Code
The product is released with debugging code still enabled or active. |
|
| CWE-767 |
Access to Critical Private Variable via Public Method
The product defines a public method that reads or modifies a private variable. |
|
| CWE-824 |
Access of Uninitialized Pointer
The product accesses or uses a pointer that has not been initialized. |
|
| CWE-843 |
Access of Resource Using Incompatible Type ('Type Confusion')
The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type. |
|
| CWE-786 |
Access of Memory Location Before Start of Buffer
The product reads or writes to a buffer using an index or pointer that references a memory location prior to the beginning of the buffer. |
|
| CWE-788 |
Access of Memory Location After End of Buffer
The product reads or writes to a buffer using an index or pointer that references a memory location after the end of the buffer. |
|
| CWE-1280 |
Access Control Check Implemented After Asset is Accessed
A product's hardware-based access control check occurs after the asset has been accessed. |
|
| CWE-349 |
Acceptance of Extraneous Untrusted Data With Trusted Data
The product, when processing trusted data, accepts any untrusted data that is also included with the trusted data, treating the untrusted data as if it were trusted. |
|
| CWE-36 |
Absolute Path Traversal
The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as "/abs/path" that can resolve to a location that is outside of that directory. |
|
| CWE-1035 |
No name
No description available. |
|
| CWE-879 |
No name
No description available. |
|
| CWE-727 |
No name
No description available. |
|
| CWE-371 |
No name
No description available. |
|
| CWE-882 |
No name
No description available. |
|
| CWE-485 |
No name
No description available. |
|
| CWE-895 |
No name
No description available. |
|
| CWE-417 |
No name
No description available. |
|
| CWE-1 |
No name
No description available. |
|
| CWE-361 |
No name
No description available. |
|
| CWE-18 |
No name
No description available. |