CVE-2009-1415
GnuTLS < 2.6.6 - Denial of Service via Invalid DSA Signature Handling
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-1415. PoCs published by Miroslav Kratochvil.
AI-analyzed exploit summary This exploit demonstrates a double-free vulnerability in GnuTLS versions prior to 2.6.6 by importing a crafted DSA certificate and verifying data, which can lead to a crash or potential code execution.
Description
lib/pk-libgcrypt.c in libgnutls in GnuTLS before 2.6.6 does not properly handle invalid DSA signatures, which allows remote attackers to cause a denial of service (application crash) and possibly have unspecified other impact via a malformed DSA key that triggers a (1) free of an uninitialized pointer or (2) double free.
Exploits (1)
This exploit demonstrates a double-free vulnerability in GnuTLS versions prior to 2.6.6 by importing a crafted DSA certificate and verifying data, which can lead to a crash or potential code execution.