Please update "ejs": Security vulnerability, template injection.
See original GitHub issueAfter running the npm audit, the report shows 2 high-security vulnerabilities for version 3.1.6 of ejs that gluegun depends on. It requires version ^3.1.7
npm audit report
ejs ❤️.1.7
Severity: high
Template injection in ejs -https://github.com/advisories/GHSA-phwq-j96m-2c2q
fix available via npm audit fix --force
Will install gluegun@0.0.1, which is a breaking change
node_modules/ejs
gluegun >=0.3.0
Depends on vulnerable versions of ejs
node_modules/gluegun
2 high severity vulnerabilities
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Security vulnerability Template injection in ejs #7161 - GitHub
Version 5.0.1 Environment info System: OS: Windows 10 10.0.19042 CPU: (16) x64 AMD Ryzen 7 4800H with Radeon Graphics Binaries: Node: ...
Read more >ejs template injection vulnerability
The ejs (aka Embedded JavaScript templates) package 3.1.6 for Node.js allows server-side template injection in settings[view ...
Read more >CVE-2022-29078 ejs: server-side template injection in ...
A Command injection attack was found in ejs (Embedded JavaScript templates) for Node.js, which allows an attacker to execute server-side ...
Read more >resolution - Running 'npm update ejs --depth 2', to fix security ...
It tells me # Run npm update ejs --depth 2 to resolve 1 vulnerability . This is the description tabel: High │ Template...
Read more >Attack: Node.JS EJS Module RCE CVE-2022-29078
This signature detects attempts to exploit vulnerability in Node.js ejs module. ... server-side template injection which leads to remote code execution ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Not sure why the original was closed but I’ve opened #764 to bump ejs to 3.1.8.
I second that. Please update gluegun’s ejs dependency version to 3.1.7.
Added a pull request for that: https://github.com/infinitered/gluegun/pull/759