This page is experimental and may change significantly in future releases.
Exposure of File Descriptor to Unintended Control Sphere ('File Descriptor Leak')
Properties
id: d3f:CWE-403
- name
- Exposure of File Descriptor to Unintended Control Sphere ('File Descriptor Leak')
- definition
- A process does not close sensitive file descriptors before invoking a child process, which allows the child to perform unauthorized I/O operations using those descriptors.
- synonyms
- File descriptor leak
Neighbors
CWE-403 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-403 has no related weaknesses in this release.