Lucene search
K

7911 matches found

Debian CVE
Debian CVE
added 2024/10/15 12:0 a.m.16 views

CVE-2024-48948

The Elliptic package 6.5.7 for Node.js, in its for ECDSA implementation, does not correctly verify valid signatures if the hash contains at least four leading 0 bytes and when the order of the elliptic curve's base point is smaller than the hash, because of an truncateToN anomaly. This leads to...

4.8CVSS5.6AI score0.00162EPSS
Exploits1
Cvelist
Cvelist
added 2024/10/15 12:0 a.m.19 views

CVE-2024-48948

The Elliptic package 6.5.7 for Node.js, in its for ECDSA implementation, does not correctly verify valid signatures if the hash contains at least four leading 0 bytes and when the order of the elliptic curve's base point is smaller than the hash, because of an truncateToN anomaly. This leads to...

0.00162EPSS
Exploits1References3
CVE
CVE
added 2024/10/15 12:0 a.m.109 views

CVE-2024-48948

The CVE-2024-48948 entry is linked to the Elliptic package for Node.js (v6.5.7). It describes a cryptographic signature verification issue in ECDSA caused by a _truncateToN anomaly: if the hash has at least four leading zero bytes and the base point order is smaller than the hash, valid signature...

4.8CVSS7.1AI score0.00162EPSS
Exploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/15 12:0 a.m.16 views

CVE-2024-48948

The Elliptic package 6.5.7 for Node.js, in its for ECDSA implementation, does not correctly verify valid signatures if the hash contains at least four leading 0 bytes and when the order of the elliptic curve's base point is smaller than the hash, because of an truncateToN anomaly. This leads to...

5.1AI score0.00162EPSS
Exploits1References3
Veracode
Veracode
added 2024/10/14 10:35 a.m.9 views

Prototype Pollution

@sap/hana-client is vulnerable to Prototype Pollution. The vulnerability is due to improper user input sanitation when using the nestTables feature of the SAP HANA Node.js client package, allows attackers to manipulate object prototypes, enabling them to add arbitrary properties...

4.3CVSS6.8AI score0.00322EPSS
Exploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2024/10/11 8:24 a.m.25 views

CVE-2024-21534

A flaw was found in jsonpath-plus. This vulnerability allows remote code execution via improper input sanitisation and unsafe default usage of the vm module in Node.js. Attackers can exploit this by executing arbitrary code through the unsafe use of the vm module in Node.js, which allows for...

9.8CVSS10AI score0.92707EPSS
Exploits4References5
Github Security Blog
Github Security Blog
added 2024/10/10 3:30 a.m.23 views

Elliptic's verify function omits uniqueness validation

The Elliptic package 6.5.5 for Node.js for EDDSA implementation does not perform the required check if the signature proofs is within the bounds of the order n of the base point of the elliptic curve, leading to signature malleability. Namely, the verify function in lib/elliptic/eddsa/index.js...

9.1CVSS9.3AI score0.00292EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2024/10/10 1:15 a.m.19 views

CVE-2024-48949

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S.gtesig.eddsa.curve.n || sig.S.isNeg" validation...

9.1CVSS6.3AI score
Exploits0References4
CVE
CVE
added 2024/10/10 12:0 a.m.143 views

CVE-2024-48949

CVE-2024-48949 concerns the Elliptic package for Node.js before 6.5.6. The vulnerability stems from the verify function in lib/elliptic/eddsa/index.js, which omits the validation sig.S().gte(sig.eddsa.curve.n) || sig.S().isNeg(), enabling acceptance of invalid signatures. IBM’s bulletin lists thi...

9.1CVSS7AI score0.00292EPSS
Exploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/10 12:0 a.m.19 views

CVE-2024-48949

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S.gtesig.eddsa.curve.n || sig.S.isNeg" validation...

6.8AI score0.00292EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/10/10 12:0 a.m.10 views

CVE-2024-48949

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S.gtesig.eddsa.curve.n || sig.S.isNeg" validation...

9.1CVSS5.5AI score0.00292EPSS
Exploits0
Cvelist
Cvelist
added 2024/10/10 12:0 a.m.22 views

CVE-2024-48949

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S.gtesig.eddsa.curve.n || sig.S.isNeg" validation...

0.00292EPSS
Exploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2024/10/09 1:22 p.m.27 views

Security Bulletin: Multiple vulnerabilities in IBM SDK for Node.js affect IBM Business Automation Workflow

Summary IBM Business Automation Workflow Configuration Editor is packaging a vulnerable version of the Node.js runtime and vulnerable library versions. Vulnerability Details CVEID:CVE-2024-43796 DESCRIPTION: expressjs express is vulnerable to cross-site scripting, caused by improper validation of...

8.1CVSS8.2AI score0.00261EPSS
Exploits0Affected Software2
OSV
OSV
added 2024/10/08 7:14 a.m.10 views

BIT-PARSE-2024-47183 Parse Server's custom object ID allows to acquire role privileges

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. If the Parse Server option allowCustomObjectId: true is set, an attacker that is allowed to create a new user can set a custom object ID for that new user that exploits the vulnerability and...

8.1CVSS7.8AI score0.00384EPSS
Exploits0References6
Github Security Blog
Github Security Blog
added 2024/10/08 6:30 a.m.17 views

ggit is vulnerable to Command Injection via the fetchTags(branch) API

All versions of the package ggit are vulnerable to Command Injection via the fetchTagsbranch API, which allows user input to specify the branch to be fetched and then concatenates this string along with a git command which is then passed to the unsafe exec Node.js child process API...

7.3CVSS7.3AI score0.00364EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2024/10/08 6:30 a.m.18 views

GHSA-6339-GV7W-G5F4 SAP HANA Node.js client package vulnerable to Prototype Pollution

The SAP HANA Node.js client package versions from 2.0.0 before 2.21.31 is impacted by Prototype Pollution vulnerability allowing an attacker to add arbitrary properties to global object prototypes. This is due to improper user input sanitation when using the nestTables feature causing low impact ...

5.3CVSS4.6AI score0.00322EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2024/10/08 6:30 a.m.24 views

SAP HANA Node.js client package vulnerable to Prototype Pollution

The SAP HANA Node.js client package versions from 2.0.0 before 2.21.31 is impacted by Prototype Pollution vulnerability allowing an attacker to add arbitrary properties to global object prototypes. This is due to improper user input sanitation when using the nestTables feature causing low impact ...

4.3CVSS6.9AI score0.00322EPSS
Exploits0References5Affected Software1
NVD
NVD
added 2024/10/08 5:15 a.m.11 views

CVE-2024-21532

All versions of the package ggit are vulnerable to Command Injection via the fetchTagsbranch API, which allows user input to specify the branch to be fetched and then concatenates this string along with a git command which is then passed to the unsafe exec Node.js child process API...

7.3CVSS0.00364EPSS
Exploits0References3
CVE
CVE
added 2024/10/08 5:0 a.m.84 views

CVE-2024-21532

The CVE-2024-21532 issue affects the npm package ggit. Affected versions allow Command Injection via fetchTags(branch): user input specifies the branch, which is concatenated into a git command that is passed to Node.js child_process.exec(), enabling potentially arbitrary commands. Root cause is ...

7.3CVSS7.4AI score0.00364EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/10/08 5:0 a.m.12 views

CVE-2024-21532

All versions of the package ggit are vulnerable to Command Injection via the fetchTagsbranch API, which allows user input to specify the branch to be fetched and then concatenates this string along with a git command which is then passed to the unsafe exec Node.js child process API...

7.3CVSS7.4AI score0.00364EPSS
Exploits0References2
Rows per page
Query Builder