CVE-2025-57347
BaseFortify
Publication date: 2025-09-24
Last updated on: 2025-10-17
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| tbo47 | dagre-d3-es | 7.0.9 |
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 exists in the 'dagre-d3-es' Node.js package version 7.0.9, specifically in the 'bk' module's addConflict function. It fails to properly sanitize user input during property assignment, allowing attackers to perform prototype pollution by injecting malicious values like '__proto__'. This means attackers can modify the JavaScript Object prototype chain in unauthorized ways.
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to denial of service conditions, cause unexpected application behavior, or potentially allow execution of arbitrary code if the polluted properties are accessed or executed later in the application.