Share
## https://sploitus.com/exploit?id=C17C528A-63B7-5E36-B516-5CC640124126
# PoC: GHSA-37qj-frw5-hhjh โ€” fast-xml-parser RangeError DoS

## Reproduction

```bash
cd v5.0.8 && npm install --silent && node poc.js
cd ../v5.0.9 && npm install --silent && node poc.js
```