MEDIUM 6.5 npm

fast-xml-parser vulnerable to Prototype Pollution through tag or attribute name

GHSA-x3cc-x39p-42qx · CVE-2021-26920 · CVE-2023-26920 · GHSA-793h-6f7r-6qvm

Published · Modified

Description

Impact

As a part of this vulnerability, user was able to se code using __proto__ as a tag or attribute name.

const { XMLParser, XMLBuilder, XMLValidator} = require("fast-xml-parser");

let XMLdata = "<__proto__><polluted>hacked</polluted></__proto__>"

const parser = new XMLParser();
let jObj = parser.parse(XMLdata);

console.log(jObj.polluted) // should return hacked

Patches

The problem has been patched in v4.1.2

Workarounds

User can check for "proto" in the XML string before parsing it to the parser.

References

https://gist.github.com/Sudistark/a5a45bd0804d522a1392cb5023aa7ef7

Ready to move

Start Securing

Free, no credit card | First findings in minutes