### [CVE-2016-10548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10548) ![](https://img.shields.io/static/v1?label=Product&message=reduce-css-calc%20node%20module&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Code%20Injection%20(CWE-94)&color=brighgreen) ### Description Arbitrary code execution is possible in reduce-css-calc node module <=1.2.4 through crafted css. This makes cross sites scripting (XSS) possible on the client and arbitrary code injection possible on the server and user input is passed to the `calc` function. ### POC #### Reference - https://gist.github.com/ChALkeR/415a41b561ebea9b341efbb40b802fc9 #### Github - https://github.com/ARPSyndicate/cvemon