Vulnerabilities > CVE-2003-1307 - Unspecified vulnerability in Apache Http Server

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN
apache
exploit available

Summary

The mod_php module for the Apache HTTP Server allows local users with write access to PHP scripts to send signals to the server's process group and use the server's file descriptors, as demonstrated by sending a STOP signal, then intercepting incoming connections on the server's TCP port. NOTE: the PHP developer has disputed this vulnerability, saying "The opened file descriptors are opened by Apache. It is the job of Apache to protect them ... Not a bug in PHP.

Exploit-Db

  • descriptionApache 2.0.4x mod_php Module File Descriptor Leakage Vulnerability (1). CVE-2003-1307. Local exploit for linux platform
    idEDB-ID:23481
    last seen2016-02-02
    modified2003-12-26
    published2003-12-26
    reporterSteve Grubb
    sourcehttps://www.exploit-db.com/download/23481/
    titleApache 2.0.4x mod_php Module File Descriptor Leakage Vulnerability 1
  • descriptionApache 2.0.4x mod_php Module File Descriptor Leakage Vulnerability (2). CVE-2003-1307. Local exploit for linux platform
    idEDB-ID:23482
    last seen2016-02-02
    modified2003-12-26
    published2003-12-26
    reporterfrauk\x41ser
    sourcehttps://www.exploit-db.com/download/23482/
    titleApache 2.0.4x mod_php Module File Descriptor Leakage Vulnerability 2

Statements

contributorMark J Cox
lastmodified2006-10-25
organizationRed Hat
statementThis is not a vulnerability. When PHP scripts are interpreted using the dynamically loaded mod_php DSO, the PHP interpreter executes with the privileges of the httpd child process. The PHP intepreter does not "sandbox" PHP scripts from the environment in which they run. On any modern Unix system a process can easily obtain access to all the parent file descriptors anyway, even if they have been closed.