LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10533: express-restify-mongoose is a module to easily create a flexible REST interface for mongoose models.

express-restify-mongoose is a module to easily create a flexible REST interface for mongoose models. express-restify-mongoose 2.4.2 and earlier and 3.0.X through 3.0.1 allows a malicious user to send a request for `GET /User?distinct=password` and get all the passwords for all the users in the database, despite the field being set to private. This can be used for other private data if the malicious user knew what was set as private for specific routes.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Older express-restify-mongoose versions could expose data that developers marked private. In the described case, a query option could return all stored password values. Risk is highest for internet-facing Node.js APIs using this module for user or sensitive models. The supplied sources do not show active exploitation, CVSS scoring, or a named fixed version.

Executive priority

Prioritize quickly for any public API handling users, credentials, tokens, or regulated data. Business urgency depends on whether affected routes are reachable and whether sensitive fields are present.

Technical view

CVE-2016-10533 is a CWE-200 information disclosure issue in express-restify-mongoose <=2.4.2 and 3.0.0 through 3.0.1. Private field filtering could be bypassed through the distinct query behavior, exposing private model fields when an attacker knows route and field names.

Likely exposure

Exposure is likely limited to Node.js applications using affected express-restify-mongoose versions and exposing generated REST routes for Mongoose models containing private fields.

Exploitation context

The source bundle describes a remotely triggerable data disclosure through crafted API requests. It does not cite KEV listing or any public evidence of active exploitation.

Researcher notes

Evidence is concise but specific: affected version ranges, vulnerable package, CWE-200, and private-field disclosure behavior are provided. The bundle lacks CVSS, patch notes, and exploitation telemetry, so remediation should be confirmed against vendor-maintained guidance.

Mitigation direction

  • Inventory applications using express-restify-mongoose.
  • Check whether versions match <=2.4.2 or 3.0.0 through 3.0.1.
  • Review vendor guidance for fixed versions or recommended workarounds.
  • Restrict public access to generated model routes where feasible.
  • Rotate exposed secrets or credentials if disclosure is suspected.

Validation and detection

  • Inspect dependency manifests and lockfiles for express-restify-mongoose versions.
  • Identify generated REST routes exposing sensitive Mongoose models.
  • Review model fields marked private and assess disclosure impact.
  • Check API logs for unusual distinct-field requests.
  • Confirm upgraded or mitigated services no longer expose private fields.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2016-10533 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOneexpress-restify-mongoose node module<= 2.4.2 || >= 3.0.0 <=3.0.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.