Description
An unauthenticated improper input validation vulnerability in the POST /fetch_cve_data endpoint in cve-search. A remote attacker can manipulate request parameters controlling the MongoDB collection, projected fields, and regular-expression filters to read arbitrary application MongoDB collections. This can expose administrative usernames and password hashes from the mgmt_users collection, enabling offline password cracking and potential administrative account compromise.
Published: 2026-07-05
Score: 9.2 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated flaw in the POST /fetch_cve_data endpoint allows an attacker to craft arbitrary MongoDB collection names, projection fields, and regular‑expression filters. Because input is not validated (CWE‑20), the attacker can read any document in the database, including the mgmt_users collection that stores administrative usernames and password hashes. This enables offline cracking of passwords and potential compromise of administrative accounts, representing a serious breach of confidentiality and integrity.

Affected Systems

Every instance of cve-search that exposes the /fetch_cve_data endpoint is vulnerable. The CNA does not specify a version range, so any running cve-search instance that has not applied the patch in pull request 1218 may be affected.

Risk and Exploitability

The CVSS score of 9.2 classifies this as a critical vulnerability. Exploitation requires only unauthenticated network access to the HTTP /fetch_cve_data endpoint, making it a remote attack. The EPSS score is less than 1 %, indicating that, so far, the likelihood of exploitation in the wild is low. The vulnerability is not listed in the CISA KEV catalogue, so no known active exploits exist at present.

Generated by OpenCVE AI on August 3, 2026 at 05:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch provided in pull request 1218 or upgrade to the latest cve-search release that fixes the /fetch_cve_data endpoint.
  • Restrict access to the /fetch_cve_data endpoint by firewall rules or network segmentation, ensuring only trusted internal networks can reach it.
  • Disable or remove read permissions for the mgmt_users collection in MongoDB and enforce least‑privilege access for database users.

Generated by OpenCVE AI on August 3, 2026 at 05:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 29 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Cve-search
Cve-search cve-search
Vendors & Products Cve-search
Cve-search cve-search

Mon, 06 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 05 Jul 2026 13:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-862

Sun, 05 Jul 2026 12:30:00 +0000

Type Values Removed Values Added
Description An unauthenticated improper input validation vulnerability in the POST /fetch_cve_data endpoint in cve-search. A remote attacker can manipulate request parameters controlling the MongoDB collection, projected fields, and regular-expression filters to read arbitrary application MongoDB collections. This can expose administrative usernames and password hashes from the mgmt_users collection, enabling offline password cracking and potential administrative account compromise.
Title Unauthenticated arbitrary MongoDB collection read in cve-search
Weaknesses CWE-20
CWE-862
References
Metrics cvssV4_0

{'score': 9.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

Cve-search Cve-search
cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-07-06T13:28:15.975Z

Reserved: 2026-07-05T12:01:53.145Z

Link: CVE-2026-59509

cve-icon Vulnrichment

Updated: 2026-07-06T13:28:12.958Z

cve-icon NVD

Status : Deferred

Published: 2026-07-05T13:16:56.127

Modified: 2026-07-06T19:36:05.123

Link: CVE-2026-59509

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T05:30:17Z

Weaknesses
  • CWE-20

    Improper Input Validation