CVE-2021-41170

Source
https://nvd.nist.gov/vuln/detail/CVE-2021-41170
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-41170.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2021-41170
Aliases
Published
2021-11-08T19:15:07Z
Modified
2024-05-14T10:45:41.150062Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

neoan3-apps/template is a neoan3 minimal template engine. Versions prior to 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. Version 1.1.1 has addressed this vulnerability. Unfortunately only working with hardcoded values is safe in prior versions. As this likely defeats the purpose of a template engine, please upgrade.

References

Affected packages

Git / github.com/sroehrl/neoan3-template

Affected ranges

Type
GIT
Repo
https://github.com/sroehrl/neoan3-template
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

v1.*

v1.0.0
v1.0.1
v1.0.2
v1.0.3
v1.0.4
v1.0.5
v1.1.0