NONE · 0

CVE-2024-49365

tiny-secp256k1 is a tiny secp256k1 native/JS wrapper. Prior to version 1.1.7, a malicious JSON-stringifyable message can be made passing on verify(), when global Buffer is the buffer package. This aff...

Vulnerability Description

tiny-secp256k1 is a tiny secp256k1 native/JS wrapper. Prior to version 1.1.7, a malicious JSON-stringifyable message can be made passing on verify(), when global Buffer is the buffer package. This affects only environments where require('buffer') is the NPM buffer package. Buffer.isBuffer check can be bypassed, resulting in strange objects being accepted as a message, and those messages could trick verify() into returning false-positive true values. This issue has been patched in version 1.1.7.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2024-49365?

CVE-2024-49365 is a documented vulnerability. tiny-secp256k1 is a tiny secp256k1 native/JS wrapper. Prior to version 1.1.7, a malicious JSON-stringifyable message can be made passing on verify(), when global Buffer is the buffer package. This aff...

How severe is CVE-2024-49365?

CVSS scoring is not yet available for CVE-2024-49365. Check NVD for updates.

Is there a patch for CVE-2024-49365?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.