CVE 8.1 HIGH

bsv-sdk and bsv-wallet persist unverified certifier signatures in acquire_certificate (direct and issuance paths)_CVE-2026-40070

8.1 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Description

BSV Ruby SDK is the Ruby SDK for the BSV blockchain. From 0.3.1 to before 0.8.2, BSV::Wallet::WalletClient#acquire_certificate persists certificate records to storage without verifying the certifier's signature over the certificate contents. In acquisition_protocol: 'direct', the caller supplies all certificate fields (including signature:) and the record is written to storage verbatim. In acquisition_protocol: 'issuance', the client POSTs to a certifier URL and writes whatever signature the response body contains, also without verification. An attacker who can reach either API (or who controls a certifier endpoint targeted by the issuance path) can forge identity certificates that subsequently appear authentic to list_certificates and prove_certificate.

Basic Information

ID CVE-2026-40070
Source GitHub_M
Published Apr 9, 2026 at 17:26

Affected Product

Vendor sgbett
Product bsv-ruby-sdk
Version >= 0.3.1, < 0.8.2
Affected Versions sgbett bsv-ruby-sdk >= 0.3.1, < 0.8.2
sgbett bsv-sdk >= 0.3.1, < 0.8.2
sgbett bsv-wallet >= 0.1.2, < 0.3.4

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.