Input validation error in python-ecdsa - CVE-2026-33936
Published: April 28, 2026
python-ecdsa
Brian Warner
Description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper input validation in SigningKey.from_der() when parsing untrusted DER private keys. A remote attacker can supply a specially crafted DER input to cause a denial of service.
The issue can trigger an internal IndexError instead of cleanly rejecting malformed DER.