Zurück zur Liste

Sveltejs devalue's `devalue.parse` and `devalue.unflatten` emit objects with `__proto__` own properties — GHSA-MWV9-GP5H-FRR4

GHSA · GitHub · GHSA-MWV9-GP5H-FRR4

ID
GHSA-MWV9-GP5H-FRR4
Datum
Aktualisiert
Activity
Quelle
GHSA
Vendor
GitHub
Risiko
low
CVSS
2.7

Zusammenfassung

In some circumstances, `devalue.parse` and `devalue.unflatten` could emit objects with `__proto__` own properties. This in and of itself is not a security vulnerability (and is possible with, for example, `JSON.parse` as well), but it can result in prototype injection if _downstream_ code handles it incorrectly: ```ts const result = devalue.parse(/* input creating an object with a __proto__ property */); const…

Produkt

npm: devalue

Was tun?

Allgemeine, vorsichtige Schritte (bitte prüfe die offizielle Quelle für Details):

  • Prüfe Exponierung und plane Maßnahmen nach Risiko und Umfeld.
  • Identifiziere betroffene Produktversionen und prüfe, ob du betroffen bist.
  • Spiele Hersteller-Updates/Patches ein oder setze empfohlene Mitigations um.
  • Lies das offizielle Advisory für betroffene Versionen und konkrete Schritte.

Offizielles Advisory

Mehr dazu