Lucene search
+L

14189 matches found

Snyk
Snyk
added 2026/03/31 11:02 p.m.12 views

Arbitrary Code Injection

Overview org.webjars.npm:lodash is a modern JavaScript utility library delivering modularity, performance, & extras. Affected versions of this package are vulnerable to Arbitrary Code Injection due the improper validation of options.imports key names in .template. An attacker can execute arbitrar...

9.8CVSS7.1AI score0.21333EPSS
SaveExploits3References2
Snyk
Snyk
added 2026/03/31 11:02 p.m.25 views

Arbitrary Code Injection

Overview lodash-rails is a lodash for the Rails asset pipeline. Affected versions of this package are vulnerable to Arbitrary Code Injection due the improper validation of options.imports key names in .template. An attacker can execute arbitrary code at template compilation time by injecting...

9.8CVSS6.2AI score0.21333EPSS
SaveExploits3References2
Snyk
Snyk
added 2026/03/31 11:02 p.m.12 views

Arbitrary Code Injection

Overview lodash is a modern JavaScript utility library delivering modularity, performance, & extras. Affected versions of this package are vulnerable to Arbitrary Code Injection due the improper validation of options.imports key names in .template. An attacker can execute arbitrary code at templa...

9.8CVSS7.5AI score0.21333EPSS
SaveExploits3References2
Snyk
Snyk
added 2026/03/31 11:02 p.m.13 views

Arbitrary Code Injection

Overview lodash.template is a The Lodash method .template exported as a Node.js module. Affected versions of this package are vulnerable to Arbitrary Code Injection due the improper validation of options.imports key names in .template. An attacker can execute arbitrary code at template compilatio...

9.8CVSS7.5AI score0.21333EPSS
SaveExploits3References2
Snyk
Snyk
added 2026/03/31 11:02 p.m.6 views

Arbitrary Code Injection

Overview Affected versions of this package are vulnerable to Arbitrary Code Injection due the improper validation of options.imports key names in .template. An attacker can execute arbitrary code at template compilation time by injecting malicious expressions. If Object.prototype has been pollute...

9.8CVSS7.1AI score0.21333EPSS
SaveExploits3References2
RedhatCVE
RedhatCVE
added 2026/03/31 10:58 p.m.9 views

CVE-2026-28505

Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Prior to version 2.17.0, the streval function in notificationhandler.py implements a sandboxed eval for notification text templates. The sandbox attempts to restrict callable names by inspecting code.conames of the...

7.5CVSS5.8AI score0.00476EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/03/31 10:58 p.m.11 views

CVE-2026-4257

The Contact Form by Supsystic plugin for WordPress is vulnerable to Server-Side Template Injection SSTI leading to Remote Code Execution RCE in all versions up to, and including, 1.7.36. This is due to the plugin using the Twig TwigLoaderString template engine without sandboxing, combined with th...

9.8CVSS6.2AI score0.41475EPSS
SaveExploits9References1
NVD
NVD
added 2026/03/31 9:16 p.m.10 views

CVE-2026-34732

WWBN AVideo is an open source video platform. In versions 26.0 and prior, the AVideo CreatePlugin template for list.json.php does not include any authentication or authorization check. While the companion templates add.json.php and delete.json.php both require admin privileges, the list.json.php...

7.5CVSS0.00376EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/03/31 8:51 p.m.4 views

CVE-2026-34732 AVideo: Missing Authentication in CreatePlugin list.json.php Template Affects 21 Endpoints

WWBN AVideo is an open source video platform. In versions 26.0 and prior, the AVideo CreatePlugin template for list.json.php does not include any authentication or authorization check. While the companion templates add.json.php and delete.json.php both require admin privileges, the list.json.php...

5.3CVSS5.9AI score0.00376EPSS
SaveExploits1References1
NVD
NVD
added 2026/03/31 8:16 p.m.24 views

CVE-2026-4800

Impact: The fix for CVE-2021-23337 https://github.com/advisories/GHSA-35jh-r3h4-6jhm added validation for the variable option in .template but did not apply the same validation to options.imports key names. Both paths flow into the same Function constructor sink. When an application passes...

9.8CVSS0.02566EPSS
SaveExploits0References76
OSV
OSV
added 2026/03/31 8:16 p.m.14 views

DEBIAN-CVE-2026-4800

Impact: The fix for CVE-2021-23337 https://github.com/advisories/GHSA-35jh-r3h4-6jhm added validation for the variable option in .template but did not apply the same validation to options.imports key names. Both paths flow into the same Function constructor sink. When an application passes...

9.8CVSS5.9AI score0.02566EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/03/31 8:16 p.m.7 views

CVE-2026-4800

Impact: The fix for CVE-2021-23337 https://github.com/advisories/GHSA-35jh-r3h4-6jhm added validation for the variable option in .template but did not apply the same validation to options.imports key names. Both paths flow into the same Function constructor sink. When an application passes...

9.8CVSS7.2AI score0.02566EPSS
SaveExploits0References5
OSV
OSV
added 2026/03/31 8:16 p.m.11 views

UBUNTU-CVE-2026-4800

Impact: The fix for CVE-2021-23337 https://github.com/advisories/GHSA-35jh-r3h4-6jhm added validation for the variable option in .template but did not apply the same validation to options.imports key names. Both paths flow into the same Function constructor sink. When an application passes...

9.8CVSS6.1AI score0.02566EPSS
SaveExploits0References6
CVE
CVE
added 2026/03/31 7:34 p.m.24 views

CVE-2026-34206

Captcha Protect is a Traefik middleware that applies an anti-bot challenge per-subnet. Before v1.12.2, there is a reflected XSS in the challenge page where a client-supplied destination value is rendered with Go text/template (which lacks contextual HTML escaping). An attacker could craft a desti...

6.1CVSS5.8AI score0.00187EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/31 7:34 p.m.3 views

CVE-2026-34206 Captcha Protect: Reflected XSS in challenge page via unsanitized destination rendered with text/template

Captcha Protect is a Traefik middleware to add an anti-bot challenge to individual IPs in a subnet when traffic spikes are detected from that subnet. Prior to version 1.12.2, a reflected cross-site scripting XSS vulnerability exists in github.com/libops/captcha-protect. The challenge page accepte...

6.1CVSS5.8AI score0.00187EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/03/31 7:34 p.m.31 views

CVE-2026-34206 Captcha Protect: Reflected XSS in challenge page via unsanitized destination rendered with text/template

Captcha Protect is a Traefik middleware to add an anti-bot challenge to individual IPs in a subnet when traffic spikes are detected from that subnet. Prior to version 1.12.2, a reflected cross-site scripting XSS vulnerability exists in github.com/libops/captcha-protect. The challenge page accepte...

6.1CVSS0.00187EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/03/31 7:25 p.m.5 views

CVE-2026-4800 lodash vulnerable to Code Injection via `_.template` imports key names

Impact: The fix for CVE-2021-23337 https://github.com/advisories/GHSA-35jh-r3h4-6jhm added validation for the variable option in .template but did not apply the same validation to options.imports key names. Both paths flow into the same Function constructor sink. When an application passes...

8.1CVSS7.1AI score0.02566EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/03/31 7:25 p.m.9 views

CVE-2026-4800

Impact: The fix for CVE-2021-23337 https://github.com/advisories/GHSA-35jh-r3h4-6jhm added validation for the variable option in .template but did not apply the same validation to options.imports key names. Both paths flow into the same Function constructor sink. When an application passes...

9.8CVSS5.9AI score0.02566EPSS
SaveExploits0
OSV
OSV
added 2026/03/31 7:25 p.m.10 views

CVE-2026-4800 lodash vulnerable to Code Injection via `_.template` imports key names

Impact: The fix for CVE-2021-23337 https://github.com/advisories/GHSA-35jh-r3h4-6jhm added validation for the variable option in .template but did not apply the same validation to options.imports key names. Both paths flow into the same Function constructor sink. When an application passes...

8.1CVSS7.1AI score0.21333EPSS
SaveExploits3References78
ATTACKERKB
ATTACKERKB
added 2026/03/31 7:25 p.m.6 views

CVE-2026-4800

Impact: The fix for CVE-2021-23337 https://github.com/advisories/GHSA-35jh-r3h4-6jhm added validation for the variable option in .template but did not apply the same validation to options.imports key names. Both paths flow into the same Function constructor sink. When an application passes...

9.8CVSS6.1AI score0.02566EPSS
SaveExploits0References4Affected Software4
Rows per page
Query Builder