Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Shilohshio

#17965of 53,632
15Total CVSS
Vulnerabilities · 2
High
2
PT-2023-14449
7.5
2023-02-24
Unknown · In Development Il Ecdh · CVE-2022-44310
**Name of the Vulnerable Software and Affected Versions** In Development IL ecdh versions prior to 0.2.0 **Description** An attacker can send an invalid point, not on the curve, as the public key and obtain the derived shared secret. This issue allows an attacker to potentially exploit the system by manipulating the public key exchange process. **Recommendations** For versions prior to 0.2.0, update to version 0.2.0 or later to resolve the issue. As a temporary workaround, consider implementing additional validation on public keys to ensure they are valid points on the curve before deriving the shared secret.
PT-2022-25818
7.5
2022-09-24
Unknown · Secp256K1-Js · CVE-2022-41340
**Name of the Vulnerable Software and Affected Versions** secp256k1-js versions prior to 1.1.0 **Description** The issue is related to the implementation of ECDSA in the secp256k1-js package, which lacks required `r` and `s` validation. This omission can lead to signature forgery. **Recommendations** For versions prior to 1.1.0, update to version 1.1.0 or later to resolve the issue.