This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Directory Restriction Error"
From OWASP
Weilin Zhong (talk | contribs) |
Weilin Zhong (talk | contribs) (→Related Countermeasures) |
||
Line 16: | Line 16: | ||
[[Input Validation]] | [[Input Validation]] | ||
+ | |||
[[Access Control]] | [[Access Control]] | ||
{{Template:Stub}} | {{Template:Stub}} |
Revision as of 15:41, 9 June 2006
This is a Vulnerability. To view all vulnerabilities, please see the Vulnerability Category page.
Description
Improper use of the chroot() system call may allow attackers to access files that are outside the new root directory therefore breaks the intended access control policy.
Related Threats
Attackers try to access unauthorized files, such as password files or configuration files.
Related Attacks
Related Countermeasures
This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.