QNX PPPoEd 2.4/4.25/6.2 – Multiple Local Buffer Overrun Vulnerabilities

26次阅读
没有评论

QNX PPPoEd 2.4/4.25/6.2 – Multiple Local Buffer Overrun Vulnerabilities

漏洞ID 1054584 漏洞类型
发布时间 2004-09-03 更新时间 2004-09-03
QNX PPPoEd 2.4/4.25/6.2 - Multiple Local Buffer Overrun VulnerabilitiesCVE编号 N/A
QNX PPPoEd 2.4/4.25/6.2 - Multiple Local Buffer Overrun VulnerabilitiesCNNVD-ID N/A
漏洞平台 Linux CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/24569
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/11104/info

QNX PPPoEd is reported to be prone to multiple local buffer overflow vulnerabilities. The issues presents themselves when PPPoEd handles certain command line arguments that are greater than 256 bytes in length.

Because variables that are crucial to controlling program execution flow for PPPoEd are stored adjacent to the affected buffers, an attacker may corrupt these values and influence PPPoEd program execution flow into attacker-controlled memory. Ultimately this may lead to the execution of arbitrary instructions in the context of the superuser.

$ export overflow256='AAAAAAAAAAAAAAA(...)' (around 256 A's)
$ /usr/bin/pppoed -F $overflow256
Memory fault (core dumped)
$ /usr/bin/pppoed service=$overflow256
Memory fault (core dumped)

相关推荐: AppleShare IP FTP Server RMD Command Denial Of Service Vulnerability

AppleShare IP FTP Server RMD Command Denial Of Service Vulnerability 漏洞ID 1099151 漏洞类型 Failure to Handle Exceptional Conditions 发布…

正文完
 0