vendor:
WordPress
by:
Thomas Mackenzie
4,3
CVSS
MEDIUM
Failure to Restrict URL Access
285
CWE
Product Name: WordPress
Affected Version From: 2.9
Affected Version To: 2.9
Patch Exists: Yes
Related CWE: N/A
CPE: 2.9
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2010
WordPress >= 2.9 Failure to Restrict URL Access
WordPress implemented a new feature in version 2.9 that allowed users to retrieve posts that they may have deleted by accident. This new feature was labeled 'trash'. Any posts that are placed within the trash are only viewable by authenticated privileged users. However, when WordPress implemented the new feature they failed to change the permissions granted when the post is in the trash, meaning that an authenticated user can view the post regardless of their privilege level.
Mitigation:
Ensure that access control checks are performed before a request to a sensitive function is granted, which ensures that the user is authorized to access that function.