...
| Wiki Markup |
|---|
\[[Drepper 06|AA. C References#Drepper 06]\] Section 2.2.1 "Identification When Opening" \[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] Section 7.19.3, "Files," and Section 7.19.4, "Operations on Files" \[[ISO/IEC PDTR 24772|AA. C References#ISO/IEC PDTR 24772]\] "EWR Path Traversal" \[[MITRE 07|AA. C References#MITRE 07]\] [CWE ID 37|http://cwe.mitre.org/data/definitions/37.html], "Path Issue - Slash Absolute Path"; [CWE ID 38|http://cwe.mitre.org/data/definitions/38.html], "Path Issue - Backslash Absolute Path"; [CWE ID 39|http://cwe.mitre.org/data/definitions/39.html], "Path Issue - Drive Letter or Windows Volume"; [CWE ID 62|http://cwe.mitre.org/data/definitions/62.html], "UNIX Hard Link"; [CWE ID 64|http://cwe.mitre.org/data/definitions/64.html], "Windows Shortcut Following (.LNK)"; [CWE ID 65|http://cwe.mitre.org/data/definitions/65.html], "Windows Hard Link" \[[Open Group 04|AA. C References#Open Group 04]\] "The open function," "The fstat function" \[[Seacord 05|AA. C References#Seacord 05]\] Chapter 7, "File I/O" |
...
FIO04-AC. Detect and handle input and output errors 09. Input Output (FIO) FIO06-A. Create files with appropriate access permissions