Main Content
CWE Rule 67
Description
Rule Description
The product constructs pathnames from user input, but it does not handle or incorrectly handles a pathname containing a Windows device name such as AUX or CON. This typically leads to denial of service or an information exposure when the application attempts to process the pathname as a regular file.
Polyspace Implementation
The rule checker checks for Inappropriate I/O operation on device files.
Examples
Check Information
Category: Others |
Version History
Introduced in R2024a