---
id: CVE-2026-62315
title: Frappe is a full-stack web application framework
summary: >-
  Frappe is a full-stack web application framework. In version 16.31.0 and
  earlier, frappe.client.set_value in frappe/client.py checks a dictionary
  supplied through the fieldname parameter against forbidden standard and
  child-table fields …
severity: none
cwe:
  - CWE-915
published: '2026-08-20'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T20:48:30.570'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-62315'
references:
  - url: >-
      https://github.com/frappe/frappe/commit/2a04fae9353c02f0a9ce9f40f92c1eba6765c77b
    label: security-advisories@github.com
  - url: 'https://github.com/frappe/frappe/pull/38951'
    label: security-advisories@github.com
  - url: 'https://github.com/frappe/frappe/security/advisories/GHSA-2c6h-wv85-fxvj'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00487
epssPercentile: 0.39339
ingestedAt: '2026-09-10T21:05:53.597Z'
---

## Overview

Frappe is a full-stack web application framework. In version 16.31.0 and earlier, frappe.client.set_value in frappe/client.py checks a dictionary supplied through the fieldname parameter against forbidden standard and child-table fields before parsing the dictionary into individual field names. An authenticated caller can exploit this type confusion to mass-assign protected fields through the client endpoint. No released fixed version is available as of this review.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
