← Back

Dottie Project

dottie_project

2 CVEs • 1 product

Products (1)

Click to collapse
Toggle
Dottie
dottie

CVEs (2)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Dottie Project
1Dottie
Jun 17, 2026
Feb 26, 2026
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Dottie provides nested object access and manipulation in JavaScript. Versions 2.0.4 through 2.0.6 contain an incomplete fix for CVE-2023-26132. The prototype pollution guard introduced in commit `7d3aee1` only validates...Show more
Dottie provides nested object access and manipulation in JavaScript. Versions 2.0.4 through 2.0.6 contain an incomplete fix for CVE-2023-26132. The prototype pollution guard introduced in commit `7d3aee1` only validates the first segment of a dot-separated path, allowing an attacker to bypass the protection by placing `__proto__` at any position other than the first. Both `dottie.set()` and `dottie.transform()` are affected. Version 2.0.7 contains an updated fix to address the residual vulnerability.Show less
1Dottie Project
1Dottie
Jun 17, 2026
Jun 10, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
Versions of the package dottie before 2.0.4 are vulnerable to Prototype Pollution due to insufficient checks, via the set() function and the current variable in the /dottie.js file.