vendor:
Rave
by:
Andreas Guth
N/A
CVSS
N/A
API Exposure
200
CWE
Product Name: Rave
Affected Version From: Rave 0.11
Affected Version To: Rave 0.20
Patch Exists: YES
Related CWE: CVE-2013-1814
CPE: a:apache:rave
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2013
CVE-2013-1814: Apache Rave exposes User over API
Rave returns the full user object, including the salted and hashed password, via the User RPC API. This endpoint is only available to authenticated users, but will return all User objects in the database given the correct query.
Mitigation:
All users who rely on Rave's user management capabilities should upgrade to 0.20.1 or later. If an upgrade is infeasible, restrict access to the /app/api/user URL paths via Spring Security configuration or other means.