...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
|---|---|---|---|---|---|
POS01-C | medium | likely | high | P6 | L2 |
Automated Detection
Compass/ROSE could report possible violations of this rule by flagging calls to open() that do not have an O_NOFOLLOW flag, and that are not preceded with a call to lstat() and succeeded by a call to fstat.
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...