Описание
@blakeembrey/template vulnerable to code injection when attacker controls template input
Impact
It is possible to inject and run code within the template if the attacker has access to write the template name.
Patches
Upgrade to 1.2.0.
Workarounds
Don't pass untrusted input as the template display name, or don't use the display name feature.
References
Fixed by removing in https://github.com/blakeembrey/js-template/commit/b8d9aa999e464816c6cfb14acd1ad0f5d1e335aa.
Пакеты
@blakeembrey/template
< 1.2.0
1.2.0
Связанные уязвимости
@blakeembrey/template is a string template library. Prior to version 1.2.0, it is possible to inject and run code within the template if the attacker has access to write the template name. Version 1.2.0 contains a patch. As a workaround, don't pass untrusted input as the template display name, or don't use the display name feature.