Insecure Inherited Permissions in neoan3-apps/template
High severity
GitHub Reviewed
Published
Nov 6, 2021
in
sroehrl/neoan3-template
•
Updated Feb 1, 2023
Description
Published by the National Vulnerability Database
Nov 8, 2021
Reviewed
Nov 8, 2021
Published to the GitHub Advisory Database
Nov 10, 2021
Last updated
Feb 1, 2023
Impact
Versions prior 1.1.1 have allowed for passing in closures directly into the template engine. As a result values that are callable are executed by the template engine. The issue arises if a value has the same name as a method or function in scope and can therefore be executed either by mistake or maliciously.
In theory all users of the package are affected as long as they either deal with direct user input or database values. A multi-step attack on is therefore plausible.
Patches
Version 1.1.1 has addressed this vulnerability.
Workarounds
Unfortunately only working with hardcoded values is safe in prior versions. As this likely defeats the purpose of a template engine, please upgrade.
References
As a possible exploit is relatively easy to achieve, I will not share steps to reproduce the issue for now.
For more information
If you have any questions or comments about this advisory:
References