This page is experimental and may change significantly in future releases.
Direct Use of Unsafe JNI
Properties
id: d3f:CWE-111
- name
- Direct Use of Unsafe JNI
- definition
- When a Java application uses the Java Native Interface (JNI) to call code written in another programming language, it can expose the application to weaknesses in that code, even if those weaknesses cannot occur in Java.
Neighbors
CWE-111 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-111 has no related weaknesses in this release.