Lucene search
+L

402 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 7:59 p.m.9 views

CVE-2021-36716

A ReDoS regular expression denial of service flaw was found in the Segment is-email package before 1.0.1 for Node.js. An attacker that is able to provide crafted input to the isEmailinput function may cause an application to consume an excessive amount of CPU...

7.5CVSS6.7AI score0.0099EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 7:50 p.m.9 views

CVE-2021-34082

OS Command Injection vulnerability in allenhwkim proctree through 0.1.1 and commit 0ac10ae575459457838f14e21d5996f2fa5c7593 for Node.js, allows attackers to execute arbitrary commands via the fix function...

10CVSS8.1AI score0.04938EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 7:50 p.m.8 views

CVE-2021-34080

OS Command Injection vulnerability in es128 ssl-utils 1.0.0 for Node.js allows attackers to execute arbitrary commands via unsanitized shell metacharacters provided to the createCertRequest and the createCert functions...

10CVSS8.2AI score0.03243EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 7:45 p.m.5 views

CVE-2021-32573

The express-cart package through 1.1.10 for Node.js allows Reflected XSS for an admin via a user input field for product options. NOTE: the vendor states that this "would rely on an admin hacking his/her own website...

4.8CVSS6.1AI score0.00527EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:50 p.m.9 views

CVE-2021-3189

The slashify package 1.0.0 for Node.js allows open-redirect attacks, as demonstrated by a localhost:3000///example.com/ substring...

6.1CVSS6.8AI score0.00526EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:48 p.m.10 views

CVE-2021-30246

In the jsrsasign package through 10.1.13 for Node.js, some invalid RSA PKCS1 v1.5 signatures are mistakenly recognized to be valid. NOTE: there is no known practical attack...

9.1CVSS6.8AI score0.0096EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 5:45 p.m.18 views

CVE-2020-14967

An issue was discovered in the jsrsasign package before 8.0.18 for Node.js. Its RSA PKCS1 v1.5 decryption implementation does not detect ciphertext modification by prepending '\0' bytes to ciphertexts it decrypts modified ciphertexts without error. An attacker might prepend these bytes with the...

9.8CVSS7AI score0.02592EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2025/05/22 5:43 p.m.13 views

CVE-2020-14968

An issue was discovered in the jsrsasign package before 8.0.17 for Node.js. Its RSASSA-PSS RSA-PSS implementation does not detect signature manipulation/modification by prepending '\0' bytes to a signature it accepts these modified signatures as valid. An attacker can abuse this behavior in an...

9.8CVSS6.9AI score0.0293EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2025/05/22 10:24 a.m.8 views

CVE-2019-10061

utils/find-opencv.js in node-opencv aka OpenCV bindings for Node.js prior to 6.1.0 is vulnerable to Command Injection. It does not validate user input allowing attackers to execute arbitrary commands...

9.8CVSS7.5AI score0.04239EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:36 a.m.6 views

CVE-2019-15138

The html-pdf package 2.2.0 for Node.js has an arbitrary file read vulnerability via an HTML file that uses XMLHttpRequest to access a file:/// URL...

7.5CVSS6.7AI score0.01867EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:25 a.m.9 views

CVE-2019-17606

The Post editor functionality in the hexo-admin plugin versions 2.3.0 and earlier for Node.js is vulnerable to stored XSS via the content of a post...

6.1CVSS5.6AI score0.01035EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 3:34 a.m.6 views

CVE-2013-4660

The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, which allows remote attackers to execute arbitrary code via a crafted string that triggers an eval operation...

6.8CVSS7.8AI score0.17186EPSS
SaveExploits7References1
OSV
OSV
added 2025/05/21 6:0 a.m.11 views

BIT-NODE-2025-23167

A flaw in Node.js 20's HTTP parser allows improper termination of HTTP/1 headers using \r\n\rX instead of the required \r\n\r\n. This inconsistency enables request smuggling, allowing attackers to bypass proxy-based access controls and submit unauthorized requests. The issue was resolved by...

6.5CVSS6.5AI score0.00466EPSS
SaveExploits1References2
OSV
OSV
added 2025/05/21 6:0 a.m.17 views

BIT-NODE-2025-23165

In Node.js, the ReadFileUtf8 internal binding leaks memory due to a corrupted pointer in uvfss.file: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory...

3.7CVSS4.1AI score0.0048EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/05/19 1:25 a.m.7 views

CVE-2025-23167

A flaw in Node.js 20's HTTP parser allows improper termination of HTTP/1 headers using \r\n\rX instead of the required \r\n\r\n. This inconsistency enables request smuggling, allowing attackers to bypass proxy-based access controls and submit unauthorized requests. The issue was resolved by...

6.5CVSS6.4AI score0.00466EPSS
SaveExploits1References1
CVE
CVE
added 2025/05/19 1:25 a.m.113 views

CVE-2025-23167

This CVE affects Node.js 20.x where the HTTP parser may terminate headers incorrectly (\r\n\rX instead of \r\n\r\n), enabling request smuggling and bypassing proxy-based access controls. Root cause: improper header termination in llhttp prior to version 9. The issue is resolved by upgrading llhtt...

6.5CVSS6.7AI score0.00466EPSS
SaveExploits1References1
AlpineLinux
AlpineLinux
added 2025/05/19 1:25 a.m.5 views

CVE-2025-23165

In Node.js, the ReadFileUtf8 internal binding leaks memory due to a corrupted pointer in uvfss.file: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory...

3.7CVSS6.9AI score0.0048EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/19 12:0 a.m.5 views

PT-2025-21873 · Node.Js · Node.Js

Name of the Vulnerable Software and Affected Versions: Node.js versions v20 and v22 Description: The issue is related to a memory leak in the ReadFileUtf8 internal binding of Node.js, caused by a corrupted pointer in uv fs s.file. This occurs when a UTF-16 path buffer is allocated but then...

3.7CVSS4.1AI score
SaveExploits0References7
CNNVD
CNNVD
added 2025/05/19 12:0 a.m.5 views

Node.js 安全漏洞

Node.js is an open source, cross-platform JavaScript runtime environment open-sourced by Node.js. A security vulnerability exists in Node.js that stems from an incorrect call to ThrowException by the SignTraits::DeriveBits method in a background thread, which could lead to a process crash...

7.5CVSS7.7AI score0.00763EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/05/15 5:16 p.m.11 views

CVE-2025-47279

Undici is an HTTP/1.1 client for Node.js. Prior to versions 5.29.0, 6.21.2, and 7.5.0, applications that use undici to implement a webhook-like system are vulnerable. If the attacker set up a server with an invalid certificate, and they can force the application to call the webhook repeatedly, th...

3.1CVSS5.9AI score0.00265EPSS
SaveExploits0
Rows per page
Query Builder