CVE-2013-1814
LABApache Rave 0.11-0.20 - Authenticated Sensitive Information Exposure via User RPC API
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2013-1814.
PoCs published by Andreas Guth, dannyEndorTest, Andreas Guth, juan vazquez, including Metasploit module auxiliary/gather/apache_rave_creds.
AI-analyzed exploit summary This is a writeup describing an information leakage vulnerability in Apache Rave versions 0.11 to 0.20, where the User RPC API exposes sensitive user data, including hashed passwords, to authenticated users. The example demonstrates how a simple API request can retrieve this data.
Description
The users/get program in the User RPC API in Apache Rave 0.11 through 0.20 allows remote authenticated users to obtain sensitive information about all user accounts via the offset parameter, as demonstrated by discovering password hashes in the password field of a response.
Exploits (3)
This is a writeup describing an information leakage vulnerability in Apache Rave versions 0.11 to 0.20, where the User RPC API exposes sensitive user data, including hashed passwords, to authenticated users. The example demonstrates how a simple API request can retrieve this data.
This repository contains a minimal Java project with configuration files for Tomcat and Apache Rave, but no functional exploit code. It references CVE-2016-0714 and CVE-2013-1814 but does not include actual exploit logic.
This Metasploit module exploits an information disclosure vulnerability in Apache Rave 0.20 and prior by authenticating with default or provided credentials and then querying the RPC API to retrieve user information, including password hashes.