Node.Security

Security Audit of React-demos

ISGroup SRL performed an automated Code Review (not a real Static Analysis, more a grep-on-steroid) of this NodeJS project in order to identify potential security vulnerabilities. We do not guarantee that all the findings are valid, and for sure there are plenty of false-positives and false-negatives (undetected issues) but it's free and your project could benefit from this security analisys. The following data is also available in JSON format!

Possible Security Issues
Issue Description Line File
Key Hardcoded A hardcoded key in plain text was identified. 3707 build/react-0.14.0.js
Key Hardcoded A hardcoded key in plain text was identified. 3878 build/react-0.14.0.js
Key Hardcoded A hardcoded key in plain text was identified. 7731 build/react-0.14.0.js
Key Hardcoded A hardcoded key in plain text was identified. 9206 build/react-0.14.0.js
Key Hardcoded A hardcoded key in plain text was identified. 10633 build/react-0.14.0.js
Key Hardcoded A hardcoded key in plain text was identified. 16486 build/react-0.14.0.js
Key Hardcoded A hardcoded key in plain text was identified. 17501 build/react-0.14.0.js
Key Hardcoded A hardcoded key in plain text was identified. 4677 build/react-with-addons.js
Server Side Injection(SSI) - setTimeout() User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 5054 build/react-with-addons.js
Server Side Injection(SSI) - setTimeout() User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 5062 build/react-with-addons.js
Key Hardcoded A hardcoded key in plain text was identified. 10500 build/react-with-addons.js
Key Hardcoded A hardcoded key in plain text was identified. 11403 build/react-with-addons.js
Key Hardcoded A hardcoded key in plain text was identified. 11404 build/react-with-addons.js
Key Hardcoded A hardcoded key in plain text was identified. 11460 build/react-with-addons.js
Server Side Injection(SSI) - setTimeout() User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 15916 build/react-with-addons.js
Key Hardcoded A hardcoded key in plain text was identified. 19937 build/react-with-addons.js
Server Side Injection(SSI) - setTimeout() User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 13 build/react-with-addons.min.js
Server Side Injection(SSI) - setTimeout() User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 14 build/react-with-addons.min.js
Key Hardcoded A hardcoded key in plain text was identified. 4472 build/react-0.13.4.js
Key Hardcoded A hardcoded key in plain text was identified. 10030 build/react-0.13.4.js
Key Hardcoded A hardcoded key in plain text was identified. 10933 build/react-0.13.4.js
Key Hardcoded A hardcoded key in plain text was identified. 10934 build/react-0.13.4.js
Key Hardcoded A hardcoded key in plain text was identified. 10990 build/react-0.13.4.js
Key Hardcoded A hardcoded key in plain text was identified. 18111 build/react-0.13.4.js
Server Side Injection(SSI) - setTimeout() User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 2 build/browser.min.js
Server Side Injection(SSI) - new Function() User controlled data in 'new Function()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 3 build/browser.min.js
Key Hardcoded A hardcoded key in plain text was identified. 14 build/browser.min.js
Key Hardcoded A hardcoded key in plain text was identified. 16 build/browser.min.js
Server Side Injection(SSI) - setTimeout() User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 19 build/browser.min.js
Key Hardcoded A hardcoded key in plain text was identified. 19 build/browser.min.js
Server Side Injection(SSI) - setTimeout() User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 20 build/browser.min.js
Server Side Injection(SSI) - eval() User controlled data in eval() can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 35 build/browser.min.js
Server Side Injection(SSI) - setTimeout() User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 2 build/jquery.min.js
Server Side Injection(SSI) - setTimeout() User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 4 build/jquery.min.js
Server Side Injection(SSI) - setInterval() User controlled data in 'setInterval()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 4 build/jquery.min.js
Key Hardcoded A hardcoded key in plain text was identified. 3946 build/react.js
Key Hardcoded A hardcoded key in plain text was identified. 7281 build/react.js
Key Hardcoded A hardcoded key in plain text was identified. 10132 build/react.js
Key Hardcoded A hardcoded key in plain text was identified. 16955 build/react.js
Server Side Injection(SSI) - eval() User controlled data in eval() can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 62 build/JSXTransformer.js
Server Side Injection(SSI) - setTimeout() User controlled data in 'setTimeout()' can result in Server Side Injection (SSI) or Remote Code Execution (RCE). 2279 build/JSXTransformer.js
Key Hardcoded A hardcoded key in plain text was identified. 2634 build/JSXTransformer.js
Key Hardcoded A hardcoded key in plain text was identified. 2639 build/JSXTransformer.js
Key Hardcoded A hardcoded key in plain text was identified. 2645 build/JSXTransformer.js
Key Hardcoded A hardcoded key in plain text was identified. 2650 build/JSXTransformer.js
Missing Security Features
Issue Description
Missing Security Header - X-Frame-Options (XFO) X-Frame-Options (XFO) header provides protection against Clickjacking attacks.
Missing Security Header - Content-Security-Policy (CSP) Content Security Policy (CSP), a mechanism web applications can use to mitigate a broad class of content injection vulnerabilities, such as cross-site scripting (XSS). CSP Header was not found.
Missing Security Header - Strict-Transport-Security (HSTS) Strict-Transport-Security (HSTS) header enforces secure (HTTP over SSL/TLS) connections to the server.
Missing 'httpOnly' in Cookie JavaScript can access Cookies if they are not marked httpOnly.
Infromation Disclosure - X-Powered-By Remove the X-Powered-By header to prevent information gathering.
Missing Security Header - X-Content-Type-Options X-Content-Type-Options header prevents Internet Explorer and Google Chrome from MIME-sniffing a response away from the declared content-type.
Missing Security Header - X-Download-Options: noopen X-Download-Options header set to noopen prevents IE users from directly opening and executing downloads in your site's context.
Missing Security Header - X-XSS-Protection:1 X-XSS-Protection header set to 1 enables the Cross-site scripting (XSS) filter built into most recent web browsers.
Missing Security Header - Public-Key-Pins (HPKP) Public-Key-Pins (HPKP) ensures that certificate is Pinned.
Outdated Libraries
File Library Reference