Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
2DescriptionGitHub Advisory
ERPNext is a free and open source Enterprise Resource Planning tool. Prior to 15.101.1 and 16.10.0, an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability on an endpoint allows an authenticated adjacent attacker to read arbitrary files. This vulnerability is fixed in 15.101.1 and 16.10.0.
AnalysisAI
Path traversal in ERPNext exposes arbitrary server files to authenticated low-privileged users via a vulnerable endpoint that fails to restrict directory access. Affected versions are ERPNext prior to 15.101.1 and the 16.x beta line prior to 16.10.0, packaged under CPE cpe:2.3:a:frappe:erpnext. An attacker with a valid account can craft a request to read sensitive files outside the intended directory scope, resulting in full confidentiality compromise of the host filesystem. No public exploit identified at time of analysis, and CISA SSVC signals no active exploitation.
Technical ContextAI
ERPNext is an open-source ERP platform developed by Frappe (CPE: cpe:2.3:a:frappe:erpnext:*:*:*:*:*:*:*:*). The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as path traversal. A server-side endpoint fails to normalize or validate user-supplied path input before using it to access the filesystem, allowing sequences such as '../' to escape the intended restricted directory. Because the CVSS vector is AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N, the vulnerability is reachable over the network with no user interaction and with only low-level authenticated access - consistent with a standard logged-in ERPNext user account. The impact is limited to confidentiality (C:H); there is no write or execution primitive indicated.
RemediationAI
The primary fix is to upgrade ERPNext to version 15.101.1 (stable branch) or 16.10.0 (16.x branch), both confirmed as patching this vulnerability by the vendor advisory at https://github.com/frappe/erpnext/security/advisories/GHSA-6ffr-92hr-3394. If immediate upgrade is not possible, restrict access to the affected endpoint at the web server or reverse proxy layer (e.g., deny requests containing path traversal sequences such as '../' or URL-encoded equivalents '%2e%2e' via WAF or nginx rules) - note this may break legitimate functionality if the endpoint serves normal use cases, so test thoroughly before deploying. Additionally, minimize the number of user accounts holding ERPNext login access, particularly on internet-exposed instances, to reduce the authentication surface an attacker could leverage.
Stored cross-site scripting leading to code execution in Frappe Framework 15.89.0 (and the ERPNext application built on
An exploitable SQL injection vulnerability exists in the authenticated part of ERPNext v10.1.6. Rated high severity (CVS
An exploitable SQL injection vulnerability exists in the authenticated part of ERPNext v10.1.6. Rated high severity (CVS
An exploitable SQL injection vulnerability exists in the authenticated part of ERPNext v10.1.6. Rated high severity (CVS
An exploitable SQL injection vulnerability exists in the authenticated part of ERPNext v10.1.6. Rated high severity (CVS
An SQL injection vulnerability exists in the frappe.desk.reportview.get functionality of ERPNext 11.1.38. Rated high sev
In Frappe ERPNext 15.57.5, the function get_rfq_containing_supplier() at erpnext/buying/doctype/request_for_quotation/re
In Frappe ERPNext 15.57.5, the function get_stock_balance_for() at erpnext/stock/doctype/stock_reconciliation/stock_reco
In Frappe ERPNext 15.57.5, the function get_blanket_orders() at erpnext/controllers/queries.py is vulnerable to SQL Inje
In Frappe ERPNext 15.57.5, the function get_material_requests_based_on_supplier() at erpnext/stock/doctype/material_requ
A Cross-Site Request Forgery (CSRF) vulnerability was discovered in ERPNEXT 14.82.1 and 14.74.3. Rated high severity (CV
In Frappe ERPNext v15.57.5, the function get_stock_balance() at erpnext/stock/utils.py is vulnerable to SQL Injection, w
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30193