Lucene search
+L

6016 matches found

OSV
OSV
added 2024/09/10 3:15 p.m.13 views

UBUNTU-CVE-2024-43799

Send is a library for streaming files from the file system as a http response. Send passes untrusted user input to SendStream.redirect which executes untrusted code. This issue is patched in send 0.19.0...

5CVSS6.7AI score0.00541EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/10 2:45 p.m.26 views

CVE-2024-43799 send vulnerable to template injection that can lead to XSS

Send is a library for streaming files from the file system as a http response. Send passes untrusted user input to SendStream.redirect which executes untrusted code. This issue is patched in send 0.19.0...

5CVSS6.7AI score
SaveExploits0References5
OSV
OSV
added 2024/09/10 2:36 p.m.25 views

CVE-2024-43796 express vulnerable to XSS via response.redirect()

Express.js minimalist web framework for node. In express 4.20.0, passing untrusted user input - even after sanitizing it - to response.redirect may execute untrusted code. This issue is patched in express 4.20.0...

5CVSS6.9AI score
SaveExploits0References4
CNNVD
CNNVD
added 2024/09/10 12:00 a.m.7 views

Express.js 跨站脚本漏洞

Express.js is a fast, unconstrained, minimalist web framework for Node.js open-sourced by expressjs. A cross-site scripting vulnerability exists in Express.js that stems from passing untrusted user input to redirect, which may execute untrusted code...

5CVSS6.5AI score0.00631EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/09/10 12:00 a.m.7 views

Express.js 跨站脚本漏洞

Express.js is a fast, unconstrained, minimalist web framework for Node.js open sourced by expressjs. A cross-site scripting vulnerability exists in Express.js that stems from passing untrusted user input to response.redirect, which may execute untrusted code...

5CVSS6.5AI score0.00486EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/09/10 12:00 a.m.7 views

send 跨站脚本漏洞

send is a pillarjs open source library for streaming files from the file system as http responses. A cross-site scripting vulnerability exists in send versions prior to 0.19.0 that stems from passing untrusted user input to SendStream.redirect to execute untrusted code...

5CVSS6.6AI score0.00541EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/09/10 12:00 a.m.11 views

PT-2024-30667 · Send +1 · Send +1

Name of the Vulnerable Software and Affected Versions: Send versions prior to 0.19.0 Description: The issue arises from passing untrusted user input to SendStream.redirect, which can execute untrusted code. This occurs even when the input is sanitized. The library Send is used for streaming files...

5CVSS6.7AI score0.00541EPSS
SaveExploits0References20
OSV
OSV
added 2024/09/06 8:43 p.m.15 views

GO-2024-3116 sigstore-go has an unbounded loop over untrusted input can lead to endless data attack in github.com/sigstore/sigstore-go

sigstore-go has an unbounded loop over untrusted input can lead to endless data attack in github.com/sigstore/sigstore-go...

7.5CVSS5.2AI score0.00468EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/03 7:42 p.m.15 views

GHSA-Q765-WM9J-66QJ @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. js const template = require'@blakeembrey/template'; template"Hello name!", "exploit && = console.log'success'; && function pwned"; Patches Upgrade to 1.2.0. Workarounds Don't pa...

7.3CVSS8.5AI score0.00433EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/09/03 7:42 p.m.43 views

@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. js const template = require'@blakeembrey/template'; template"Hello name!", "exploit && = console.log'success'; && function pwned"; Patches Upgrade to 1.2.0. Workarounds Don't pa...

9.8CVSS7AI score0.00433EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/03 7:37 p.m.20 views

CVE-2024-45390 @blakeembrey/template vulnerable to code injection when attacker controls template input

@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...

7.3CVSS7.2AI score0.00433EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/03 7:37 p.m.36 views

CVE-2024-45390 @blakeembrey/template vulnerable to code injection when attacker controls template input

@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...

7.3CVSS7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2024/09/03 7:37 p.m.59 views

CVE-2024-45390 @blakeembrey/template vulnerable to code injection when attacker controls template input

@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...

7.3CVSS0.00433EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/03 7:37 p.m.79 views

CVE-2024-45390

The CVE-2024-45390 entry concerns the @blakeembrey/template string template library. Prior to version 1.2.0, there is a vulnerability where an attacker who can write the template name can inject and run code within the template. A patch was included in version 1.2.0. Remediation guidance from the...

9.8CVSS8.5AI score0.00433EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2024/09/03 12:00 a.m.18 views

PT-2024-31594 · Npm · @Blakeembrey/Template

Name of the Vulnerable Software and Affected Versions: @blakeembrey/template versions prior to 1.2.0 Description: The issue allows an attacker to inject and run code within the template if they have access to write the template name. This can be achieved by exploiting the template display name...

9.8CVSS7AI score0.00433EPSS
SaveExploits0References12
CNNVD
CNNVD
added 2024/09/02 12:00 a.m.5 views

Vim 安全漏洞

Vim is Vim open source a cross-platform text editor . A buffer overflow vulnerability exists in Vim. The vulnerability stems from a boundary error when the application handles untrusted input. A remote attacker can exploit the vulnerability to execute arbitrary code on the system or cause a denia...

5.5CVSS8AI score0.00298EPSS
SaveExploits0References6
NVD
NVD
added 2024/08/31 3:15 a.m.26 views

CVE-2024-7435

The Attire theme for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 2.0.6 via deserialization of untrusted input. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject a PHP Object. No known POP chain is prese...

8.8CVSS0.00707EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/08/31 2:33 a.m.38 views

CVE-2024-7435 Attire <= 2.0.6 - Authenticated (Contributor+) PHP Object Injection

The Attire theme for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 2.0.6 via deserialization of untrusted input. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject a PHP Object. No known POP chain is prese...

8.8CVSS0.00707EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/08/31 2:33 a.m.14 views

CVE-2024-7435 Attire <= 2.0.6 - Authenticated (Contributor+) PHP Object Injection

The Attire theme for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 2.0.6 via deserialization of untrusted input. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject a PHP Object. No known POP chain is prese...

8.8CVSS7.4AI score0.00707EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/30 6:52 a.m.70 views

CVE-2024-8016

CVE-2024-8016 affects The Events Calendar Pro for WordPress. The vulnerability is a PHP Object Injection via deserialization of untrusted input from the widgets’ filters parameter, enabling an attacker with administrator-level access (and in some configs, even lower-privilege users) to inject a P...

9.1CVSS8.3AI score0.00741EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder