Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
N/A
Vulnerability Description
The bluez_sock_create function in the Bluetooth stack for Linux kernel 2.4.6 through 2.4.30-rc1 and 2.6 through 2.6.11.5 allows local users to gain privileges via (1) socket or (2) socketpair call with a negative protocol value.
CVSS Information
N/A
Vulnerability Type
N/A
Vulnerability Title
Linux Kernel 权限提升漏洞
Vulnerability Description
Linux Kernel是开放源代码操作系统Linux的内核。 linux kernel支持蓝牙。在这个蓝牙栈中发现了本地root漏洞。 有漏洞的代码: static int bluez_sock_create(struct socket *sock, int proto) { if (proto >= BLUEZ_MAX_PROTO) return -EINVAL; ... return bluez_proto[proto]->create(sock, proto); } 可以通过调用socket()或
CVSS Information
N/A
Vulnerability Type
N/A