CVE-2010-0733
PostgreSQL < 8.4.1 - Authenticated Denial of Service via Hashtable Size Calculation Overflow
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-0733. PoCs published by Bernt Marius Johnsen.
AI-analyzed exploit summary This exploit leverages a PostgreSQL vulnerability (CVE-2010-0733) by crafting a malformed SQL query with excessive JOIN operations to trigger a denial-of-service condition. The query manipulates memory allocation calculations, potentially causing the application to crash.
Description
Integer overflow in src/backend/executor/nodeHash.c in PostgreSQL 8.4.1 and earlier, and 8.5 through 8.5alpha2, allows remote authenticated users to cause a denial of service (daemon crash) via a SELECT statement with many LEFT JOIN clauses, related to certain hashtable size calculations.
Exploits (1)
This exploit leverages a PostgreSQL vulnerability (CVE-2010-0733) by crafting a malformed SQL query with excessive JOIN operations to trigger a denial-of-service condition. The query manipulates memory allocation calculations, potentially causing the application to crash.