PatchSiren cyber security CVE debrief
CVE-2026-62315 frappe CVE debrief
CVE-2026-62315 is a high-severity vulnerability in Frappe, a full-stack web application framework. The vulnerability allows an authenticated caller to mass-assign protected fields through the client endpoint due to type confusion in the frappe.client.set_value function. This could lead to unauthorized data modification and potential privilege escalation. Defenders should assess exposure, especially in environments with multiple authenticated users, and prioritize remediation. The CVE record and NVD entry provide details, but no additional information on exploitation or impact is available.
- Vendor
- frappe
- Product
- Unknown
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-20
- Original CVE updated
- 2026-09-10
- Advisory published
- 2026-08-20
- Advisory updated
- 2026-09-10
Who should care
Defenders responsible for Frappe installations, especially in environments with multiple authenticated users, should assess exposure and prioritize remediation. This includes reviewing the current Frappe version, restricting access to the client endpoint, and monitoring for suspicious activity. Defenders should also verify and remediate this vulnerability to prevent potential unauthorized data modification and privilege escalation.
Why it matters
CVE-2026-62315 is a high-severity vulnerability in Frappe that allows authenticated users to mass-assign protected fields, potentially leading to unauthorized data modification and privilege escalation. Defenders should prioritize verifying and remediating this vulnerability in Frappe installations, especially in environments with multiple authenticated users.
- Potential for unauthorized data modification
- Risk of privilege escalation for authenticated users
- Need for verification of Frappe version and configuration
- Potential for data integrity issues if not properly mitigated
Technical summary
The frappe.client.set_value function in Frappe version 16.31.0 and earlier checks a dictionary supplied through the fieldname parameter against forbidden standard and child-table fields before parsing the dictionary into individual field names. This allows an authenticated caller to exploit the type confusion and mass-assign protected fields through the client endpoint. The vulnerability could lead to unauthorized data modification and potential privilege escalation. No released fixed version is available as of this review.
Defensive priority
Defenders should prioritize verifying and remediating this vulnerability in Frappe installations, especially in environments with multiple authenticated users.
Recommended defensive actions
- Verify Frappe installations for version 16.31.0 or earlier and assess exposure
- Restrict access to the client endpoint for authenticated users
- Monitor for suspicious activity related to the frappe.client.set_value function
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but no additional information on exploitation or impact is available. Defenders should verify Frappe installations for version 16.31.0 or earlier and assess exposure. The vulnerability allows an authenticated caller to mass-assign protected fields through the client endpoint due to type confusion in the frappe.client.set_value function. No released fixed version is available as of this review. Evidence is limited to CVE and NVD details.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-62315 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-62315
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-62315 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-62315
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/frappe/frappe/commit/2a04fae9353c02f0a9ce9f40f92c1eba6765c77b
-
Source reference
Unverified legacy reference
URL: https://github.com/frappe/frappe/pull/38951
-
Source reference
Unverified legacy reference
URL: https://github.com/frappe/frappe/security/advisories/GHSA-2c6h-wv85-fxvj
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.