CVE-2003-1307 (CNNVD-200312-435)

MEDIUM 有利用代码
中文标题:
Apache mod_php模块文件描述符本地泄露漏洞
英文标题:
The mod_php module for the Apache HTTP Server allows local users with write access to PHP scripts to...
CVSS分数: 4.3
发布时间: 2006-10-23 17:00:00
漏洞类型: 授权问题
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v5
漏洞描述
中文描述:

Apache是一款流行的WEB服务程序。 Apache mod_php存在一个安全问题,本地攻击者可以利用这个漏洞访问权限高的文件描述符,这可导致窃取和修改敏感信息。 当使用mod_php时,许多文件描述符泄露给PHP脚本进程,如果脚本页面通过passthru()、exec()或system()调用外部程序,描述符就会写给这些程序。 其中之一的描述符是监听描述符,监听443端口,也就是https,端口443是特权端口,一般由ROOT进程绑定。这个描述符由apache打开,而并不需要是否使用https。 引起此漏洞主要是没有使用CLOEXEC标记的fcntl调用来防止特权文件描述符的泄露。利用这个问题,可能通过这些描述符窃取和修改Apache服务器端的敏感信息。

英文描述:

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.

CWE类型:
(暂无数据)
标签:
local linux Steve Grubb OSVDB-3215 frauk\x41ser
受影响产品
厂商 产品 版本 版本范围 平台 CPE
apache http_server 2.0 - - cpe:2.3:a:apache:http_server:2.0:*:*:*:*:*:*:*
apache http_server 2.0.9 - - cpe:2.3:a:apache:http_server:2.0.9:*:*:*:*:*:*:*
apache http_server 2.0.28 - - cpe:2.3:a:apache:http_server:2.0.28:*:*:*:*:*:*:*
apache http_server 2.0.32 - - cpe:2.3:a:apache:http_server:2.0.32:*:*:*:*:*:*:*
apache http_server 2.0.34 - - cpe:2.3:a:apache:http_server:2.0.34:beta:win32:*:*:*:*:*
apache http_server 2.0.35 - - cpe:2.3:a:apache:http_server:2.0.35:*:*:*:*:*:*:*
apache http_server 2.0.36 - - cpe:2.3:a:apache:http_server:2.0.36:*:*:*:*:*:*:*
apache http_server 2.0.37 - - cpe:2.3:a:apache:http_server:2.0.37:*:*:*:*:*:*:*
apache http_server 2.0.38 - - cpe:2.3:a:apache:http_server:2.0.38:*:*:*:*:*:*:*
apache http_server 2.0.39 - - cpe:2.3:a:apache:http_server:2.0.39:*:*:*:*:*:*:*
apache http_server 2.0.40 - - cpe:2.3:a:apache:http_server:2.0.40:*:*:*:*:*:*:*
apache http_server 2.0.41 - - cpe:2.3:a:apache:http_server:2.0.41:*:*:*:*:*:*:*
apache http_server 2.0.42 - - cpe:2.3:a:apache:http_server:2.0.42:*:*:*:*:*:*:*
apache http_server 2.0.43 - - cpe:2.3:a:apache:http_server:2.0.43:*:*:*:*:*:*:*
apache http_server 2.0.44 - - cpe:2.3:a:apache:http_server:2.0.44:*:*:*:*:*:*:*
apache http_server 2.0.45 - - cpe:2.3:a:apache:http_server:2.0.45:*:*:*:*:*:*:*
apache http_server 2.0.46 - - cpe:2.3:a:apache:http_server:2.0.46:*:*:*:*:*:*:*
apache http_server 2.0.47 - - cpe:2.3:a:apache:http_server:2.0.47:*:*:*:*:*:*:*
apache http_server 2.0.48 - - cpe:2.3:a:apache:http_server:2.0.48:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
20061019 PHP "exec", "system", "popen" problem mailing-list
cve.org
访问
20061020 Re: PHP "exec", "system", "popen" (+small POC) mailing-list
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
20031226 Hijacking Apache https by mod_php mailing-list
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
9302 vdb-entry
cve.org
访问
ExploitDB EDB-23481 EXPLOIT
exploitdb
访问
Download Exploit EDB-23481 EXPLOIT
exploitdb
访问
CVE Reference: CVE-2003-1307 ADVISORY
cve.org
访问
ExploitDB EDB-23482 EXPLOIT
exploitdb
访问
Download Exploit EDB-23482 EXPLOIT
exploitdb
访问
CVSS评分详情
4.3
MEDIUM
CVSS向量: AV:L/AC:L/Au:S/C:P/I:P/A:P
CVSS版本: 2.0
机密性
PARTIAL
完整性
PARTIAL
可用性
PARTIAL
时间信息
发布时间:
2006-10-23 17:00:00
修改时间:
2024-08-08 02:19:46
创建时间:
2025-11-11 15:32:20
更新时间:
2025-11-11 16:19:23
利用信息
此漏洞有可利用代码!
利用代码数量: 2
利用来源:
未知 未知
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2003-1307 2025-11-11 15:17:28 2025-11-11 07:32:20
NVD nvd_CVE-2003-1307 2025-11-11 14:50:37 2025-11-11 07:41:06
CNNVD cnnvd_CNNVD-200312-435 2025-11-11 15:08:43 2025-11-11 07:48:52
EXPLOITDB exploitdb_EDB-23481 2025-11-11 15:05:25 2025-11-11 08:19:23
EXPLOITDB exploitdb_EDB-23482 2025-11-11 15:05:25 2025-11-11 08:19:23
版本与语言
当前版本: v5
主要语言: EN
支持语言:
EN ZH
其他标识符:
:
:
:
:
安全公告
暂无安全公告信息
变更历史
v5 EXPLOITDB
2025-11-11 16:19:23
references_count: 9 → 11; tags_count: 4 → 5
查看详细变更
  • references_count: 9 -> 11
  • tags_count: 4 -> 5
v4 EXPLOITDB
2025-11-11 16:19:23
references_count: 6 → 9; tags_count: 0 → 4; data_sources: ['cnnvd', 'cve', 'nvd'] → ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
  • references_count: 6 -> 9
  • tags_count: 0 -> 4
  • data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
v3 CNNVD
2025-11-11 15:48:52
vulnerability_type: 未提取 → 授权问题; cnnvd_id: 未提取 → CNNVD-200312-435; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 授权问题
  • cnnvd_id: 未提取 -> CNNVD-200312-435
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:41:06
cvss_score: 未提取 → 4.3; cvss_vector: NOT_EXTRACTED → AV:L/AC:L/Au:S/C:P/I:P/A:P; cvss_version: NOT_EXTRACTED → 2.0; affected_products_count: 0 → 19; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • cvss_score: 未提取 -> 4.3
  • cvss_vector: NOT_EXTRACTED -> AV:L/AC:L/Au:S/C:P/I:P/A:P
  • cvss_version: NOT_EXTRACTED -> 2.0
  • affected_products_count: 0 -> 19
  • data_sources: ['cve'] -> ['cve', 'nvd']