Darxite 0.4 登录程序存在缓冲区溢出漏洞的内容描述

安全
我们今天主要向大家讲述的是Darxite 0.4 登录程序存在缓冲区溢出漏洞,以下就是对Darxite 0.4 登录程序存在缓冲区溢出漏洞的相关内容的描述。

我们今天是要和大家一起讨论的是Darxite 0.4 登录程序存在缓冲区溢出漏洞,如果你对Darxite 0.4 登录程序存在缓冲区溢出漏洞心存好奇的话,以下的文章将会揭开它的神秘面纱,以下就是文章的详细内容介绍,望大家借鉴。

Darxite 0.4 登录程序存在缓冲区溢出漏洞

受影响系统:

 

Ashley Montanaro Darxite 0.4

- Linux 2.x

描述:

Darxite 守护程序用来通过FTP或者HTTP来下载文件或执行FTP命令。

它在用户登录处理时没有正确检查用户输入的数据,如果用户提供一个很长的用户名或者

口令,将导致发生远程缓冲区溢出。攻击者可以远程获取Darxite 守护程序的运行权限。

有问题的代码部分在Library/sockets.c中:

 

  1. char buffer[256];  
  2. ..  
  3. sprintf(buffer, "%s\n", name);  
  4. ..  
  5. sprintf(buffer, "%s\n, password);  
  6. <*来源: dethy (dethy@synnergy.net)  
  7. Scrippie (Scrippie/ronald@grafix.nl)  
  8. http://www.synnergy.net  
  9. *> 

 

Darxite 0.4 登录程序存在缓冲区溢出漏洞的测试方法:

警 告

以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!

 

  1. /*  
  2. Darxite Daemon v0.4 password authentication overflow  
  3. I tried to use some easy functions for string creation, and they seem to  
  4. work pretty quick (no more hours of frustration writing for loops :).  
  5. As always I used my own shellcode, you should do a "nc -l -p 27002" on the  
  6. machine you fill in as "your IP" and execute this - if it works you'll have  
  7. a shell in the netcat session.  
  8. -- Scrippie/ronald@grafix.nl  
  9. */  
  10. /* Synnergy.net 2000 (c) */  
  11. #include  
  12. #include  

 

以上的相关内容就是对Darxite 0.4 登录程序存在缓冲区溢出漏洞的介绍,望你能有所收获。

【编辑推荐】

  1. QuickTime压缩PICT文件处理远程溢出漏洞
  2. Opera:新缓冲溢出漏洞只会导致浏览器崩溃
  3. Omni-NFS Server FTP请求/响应处理栈溢出漏洞
  4. UiPlayer UiCheck组件栈溢出漏洞
  5. 赛门铁克存储软件再现缓存溢出漏洞
责任编辑:佚名 来源: 比特网
相关推荐

2019-02-27 13:58:29

漏洞缓冲区溢出系统安全

2017-01-09 17:03:34

2018-11-01 08:31:05

2011-11-15 16:00:42

2022-08-09 08:31:40

C -gets函数漏洞

2015-09-02 09:01:03

2020-08-10 08:37:32

漏洞安全数据

2010-09-29 15:10:58

2020-10-27 09:51:18

漏洞

2018-01-26 14:52:43

2009-09-24 18:16:40

2014-07-30 11:21:46

2009-11-16 17:08:59

Oracle日志缓冲区

2010-12-27 10:21:21

2009-11-16 16:59:24

Oracle优化库高速

2017-08-30 20:49:15

2011-02-24 09:21:31

2011-03-23 12:39:44

2010-09-08 15:43:18

2015-03-06 17:09:10

点赞
收藏

51CTO技术栈公众号