...
Automated Detection
Compass/ROSE could can detect violations of this rule by finding a signal handler (eg that is used as an argument to signal()
, and that itself invokes signal()
re-asserting itself as a signal handler. However, false positives may occur on systems with persistent handlers.
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...