← Vulnerability feed

Vulnerability record · CVE-2013-1814 · published 14 March 2013

CVE-2013-1814: Apache Rave User RPC API information disclosure via offset parameter

Apache · Rave

The users/get program in Apache Rave's User RPC API fails to restrict the offset parameter, letting any authenticated user enumerate all user accounts. Responses expose sensitive fields including password hashes, so a low-privileged account can harvest credentials for the whole instance.

4.0 CVSS 2.0 Medium EPSS 74% · top 0.5% CWE-200 · Information exposure
4.0CVSS 2.0 base score
74%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
4References, 2 tagged exploit
16 Jun 2026Last modified by NVD

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.

AV:N/AC:L/Au:S/C:P/I:N/A:N

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

high priorityPassword hash disclosure to any authenticated user with public exploit code and very high EPSS probability makes this a serious credential-compromise risk despite the medium CVSS score.

What it is

The users/get program in Apache Rave's User RPC API fails to restrict the offset parameter, letting any authenticated user enumerate all user accounts. Responses expose sensitive fields including password hashes, so a low-privileged account can harvest credentials for the whole instance.

Impact

An attacker with a valid account gains read access to every user record and their password hashes, enabling offline cracking and follow-on account takeover. No write or denial-of-service capability is described.

Attack surface

Reachable over the network through the User RPC API endpoint; the CVSS vector AV:N/AC:L/Au:S indicates authentication is required but no user interaction. Any authenticated user, regardless of role, can issue the request.

Exploitation

Public exploit code exists (Exploit-DB 24744 and a Bugtraq post tagged Exploit), and EPSS is 0.738 with a 99.45 percentile, though the CVE is not in CISA KEV. No ransomware usage is documented.

What to do

  • Upgrade Apache Rave past the affected 0.11 through 0.20 range to a fixed release.
  • If upgrade is not possible, restrict or disable the users/get RPC method and block the offset parameter.
  • Enforce least privilege on RPC API access and audit which accounts can call user-listing methods.
  • Rotate and re-hash stored credentials if exposure is suspected, since password hashes may have been retrieved.

Detection

  • Monitor RPC API requests to users/get for unusual or iterated offset values from a single account.
  • Alert on any response payload containing password or hash fields from user-listing endpoints.
  • Baseline normal RPC call volume per account and flag bulk user enumeration patterns.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2013-1814 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

5.9CVE-2025-68686FortiOS symbolic link patch bypass exposes sensitive informationFortiOS contains an information exposure flaw (CWE-200) that lets a remote unauthenticated attacker bypass the patch for the symbolic link persistenc…KEVEPSS 30%analysed7.5CVE-2026-20133Cisco Catalyst SD-WAN Manager insufficient file system restrictions expose dataCisco Catalyst SD-WAN Software has insufficient file system restrictions that let an attacker read sensitive files on the underlying operating system…KEVEPSS 32%analysed7.5CVE-2025-31125Vite dev server improper access control exposes arbitrary filesVite's dev server fails to restrict file access when a request uses the ?inline&import or ?raw?import query patterns, allowing content of files that …KEVEPSS 65%analysed5.5CVE-2026-20805Windows Desktop Window Manager information disclosureDesktop Windows Manager (DWM) in Microsoft Windows exposes sensitive information to an unauthorized actor, allowing a local attacker with existing ac…KEVEPSS 7.2%analysed7.5CVE-2021-41277Metabase custom GeoJSON map feature allows local file inclusionMetabase does not validate URLs supplied through the custom GeoJSON map setting (admin->settings->maps->custom maps->add a map) before loading them. …KEVEPSS 97%analysed8.6CVE-2024-24919Check Point Security Gateway information disclosure via remote access VPNCheck Point Security Gateways with Remote Access VPN or Mobile Access Software Blades enabled expose information to an unauthenticated attacker reach…KEVEPSS 100%analysed5.5CVE-2023-21237Android notification UI flaw hides foreground service alertsIn applyRemoteView of NotificationContentInflater.java, Android 13 mishandles notification UI so a foreground service notification can be hidden. The…KEVEPSS 0.27%analysed7.5CVE-2020-3259Cisco ASA and FTD web services memory disclosure via crafted URLCisco ASA and FTD web services interfaces mishandle buffer tracking when parsing invalid URLs, allowing memory contents to be read. The flaw affects …KEVEPSS 72%analysed

Source: NIST National Vulnerability Database (record CVE-2013-1814), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.