CVE-2025-61140
BaseFortify
Publication date: 2026-01-28
Last updated on: 2026-02-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dchester | jsonpath | 1.1.1 |
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?
The vulnerability is a Prototype Pollution issue in the value function of jsonpath version 1.1.1, specifically in the lib/index.js file. Prototype Pollution allows an attacker to manipulate the prototype of base objects, potentially leading to unexpected behavior or security issues in applications using this library.
How can this vulnerability impact me? :
This vulnerability can allow attackers to modify the prototype of JavaScript objects, which may lead to application crashes, data corruption, or execution of arbitrary code depending on how the affected library is used within an application.