CVE-2025-57320
BaseFortify
Publication date: 2025-09-24
Last updated on: 2025-10-16
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| open-federation | json-schema-editor-visual | to 1.1.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-1321 | The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Prototype Pollution issue in the json-schema-editor-visual package (up to version 1.1.1). It occurs in the setData and deleteData functions, where an attacker can supply a crafted payload to inject or delete properties on Object.prototype. This manipulation can lead to unexpected behavior in the application.
How can this vulnerability impact me? :
The primary impact of this vulnerability is a denial of service (DoS), which means the application using the json-schema-editor-visual package could crash or become unresponsive due to the prototype pollution.