Lucene search
+L

8250 matches found

RedhatCVE
RedhatCVE
added 2024/10/15 3:1 p.m.35 views

CVE-2024-48948

A flaw was found in the Elliptic Node.js package. In certain versions, the ECDSA implementation does not correctly verify valid signatures if the hash contains at least 4 leading 0 bytes and when the order of the elliptic curve's base point is smaller than the hash. This issue can lead to valid...

3.7CVSS6.3AI score0.00553EPSS
SaveExploits1References5
NVD
NVD
added 2024/10/15 2:15 p.m.27 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.8CVSS0.00553EPSS
SaveExploits1References4
OSV
OSV
added 2024/10/15 2:15 p.m.1 views

DEBIAN-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.00553EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2024/10/15 12:0 a.m.20 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.00553EPSS
SaveExploits1References3
CVE
CVE
added 2024/10/15 12:0 a.m.139 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.00553EPSS
SaveExploits1References4Affected Software1
Debian CVE
Debian CVE
added 2024/10/15 12:0 a.m.20 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.00553EPSS
SaveExploits1
Cvelist
Cvelist
added 2024/10/15 12:0 a.m.33 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.00553EPSS
SaveExploits1References3
OSV
OSV
added 2024/10/15 12:0 a.m.28 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.8CVSS6.8AI score
SaveExploits0References6
Veracode
Veracode
added 2024/10/14 10:35 a.m.13 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.00585EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2024/10/13 12:0 a.m.9 views

PT-2024-33289

Name of the Vulnerable Software and Affected Versions Elliptic versions prior to 6.6.0 Description The Elliptic package for Node.js, in its 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'...

4.8CVSS6.4AI score0.00553EPSS
SaveExploits1References84
RedhatCVE
RedhatCVE
added 2024/10/11 8:24 a.m.37 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.09017EPSS
SaveExploits4References5
Github Security Blog
Github Security Blog
added 2024/10/10 3:30 a.m.27 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.00496EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2024/10/10 12:0 a.m.165 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.00496EPSS
SaveExploits0References4Affected 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.00496EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/10/10 12:0 a.m.28 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.00496EPSS
SaveExploits0References3
OSV
OSV
added 2024/10/10 12:0 a.m.28 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
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/10/10 12:0 a.m.12 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.00496EPSS
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2024/10/09 1:22 p.m.32 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.01104EPSS
SaveExploits0Affected Software2
OSV
OSV
added 2024/10/08 7:14 a.m.22 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.00416EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/08 6:30 a.m.75 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.00585EPSS
SaveExploits0References4
Rows per page
Query Builder