Description
Frappe is a full-stack web application framework. Prior to versions 15.107.2 and 16.17.4, DB Schema Enumeration is possible through exploiting an endpoint. This issue has been patched in versions 15.107.2 and 16.17.4.
Published: 2026-06-12
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an attacker to enumerate database schema details through a specific HTTP endpoint, exposing internal structure such as table and column names. This information disclosure falls under CWE‑200 and could aid a malicious actor in mapping the database layout for subsequent attacks, potentially compromising confidentiality of data and facilitating further exploits. The vulnerability is a medium‑severity issue, as reflected by its CVSS score of 6.9, and it can be used to gain insight into the application’s data model. No privilege escalation is provided directly, but the disclosed schema information could be leveraged by an attacker to craft more precise attacks against other parts of the system.

Affected Systems

Affected products include the Frappe web application framework across all versions prior to 15.107.2 and 16.17.4, as indicated by the vendor’s advisory. The specific version requirements for the fix are 15.107.2 or later for version 15.x releases, and 16.17.4 or later for the 16.x branch. Any deployment of the earlier releases is susceptible to this enumeration flaw.

Risk and Exploitability

The overall risk is moderate, with a CVSS score of 6.9 indicating non‑critical but noteworthy severity. The EPSS score of less than 1 % suggests that exploitation probability has historically been low, and the CVE is not listed in the CISA KEV catalog. Based on the description, the exploit requires access to the exposed endpoint, likely via unauthenticated or low‑privilege HTTP requests. Consequently, the attack vector is considered local or network‑based, but contingent on the endpoint not being properly restricted by authentication or network controls.

Generated by OpenCVE AI on June 12, 2026 at 16:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Frappe framework to version 15.107.2 or newer, or 16.17.4 or newer, as supplied by the vendor to remove the enumeration flaw.
  • Configure network or application firewalls to block unauthenticated or unauthorized access to the vulnerable endpoint, ensuring only privileged users can query database metadata.
  • Enforce strict access control and least privilege principles within the application, such that database schema information is not exposed via public interfaces; validate that authorization headers are verified before responding to schema‑listing requests.

Generated by OpenCVE AI on June 12, 2026 at 16:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 12 Jun 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Frappe
Frappe frappe
Vendors & Products Frappe
Frappe frappe

Fri, 12 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 12 Jun 2026 15:45:00 +0000

Type Values Removed Values Added
Description Frappe is a full-stack web application framework. Prior to versions 15.107.2 and 16.17.4, DB Schema Enumeration is possible through exploiting an endpoint. This issue has been patched in versions 15.107.2 and 16.17.4.
Title Frappe: DB Schema Enumeration via Frappe-Authorization-Source
Weaknesses CWE-200
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-12T15:58:30.973Z

Reserved: 2026-05-05T15:13:47.571Z

Link: CVE-2026-44206

cve-icon Vulnrichment

Updated: 2026-06-12T15:58:27.173Z

cve-icon NVD

Status : Deferred

Published: 2026-06-12T16:16:27.583

Modified: 2026-06-12T16:17:58.070

Link: CVE-2026-44206

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-12T16:30:14Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor