CVE-2005-2716 (CNNVD-200508-296)
中文标题:
Nokia Affix 远程命令执行漏洞
英文标题:
The event_pin_code_request function in the btsrv daemon (btsrv.c) in Nokia Affix 2.1.2 and 3.2.0 all...
漏洞描述
中文描述:
Affix是由Nokia研究中心开发的Linux蓝牙协议栈。 Nokia Affix BTSRV中存在远程命令执行漏洞。以下代码段位于affix-3.2.0/daemon/btsrv.c: int event_pin_code_request(struct PIN_Code_Request_Event *evt, int devnum) { ... err = HCI_RemoteNameRequest(fd, &dev, name); if (err) { BTDEBUG("Name request failed: %s", hci_error(err)); ... sprintf(cmdline, "/etc/affix/btsrv-gui pin \"%s\" %s", name, bda2str( &evt->bda)); DBPRT("cmdline: [%s]", cmdline); fp = popen(cmdline, "r"); if (!fp) { BTERROR("popen() failed"); goto err; } err = fscanf(fp, "%s", pin); if (err == EOF) { BTERROR("fscanf() failed"); pclose(fp); goto err; } 调用HCI_RemoteNameRequest()导致了这个漏洞。攻击者可以通过设备名提供任意命令,并在服务环境中执行。
英文描述:
The event_pin_code_request function in the btsrv daemon (btsrv.c) in Nokia Affix 2.1.2 and 3.2.0 allows remote attackers to execute arbitrary commands via shell metacharacters in a Bluetooth device name.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| nokia | affix | 2.1.2 | - | - |
cpe:2.3:a:nokia:affix:2.1.2:*:*:*:*:*:*:*
|
| nokia | affix | 3.2.0 | - | - |
cpe:2.3:a:nokia:affix:3.2.0:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
CVSS评分详情
AV:N/AC:L/Au:N/C:P/I:P/A:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2005-2716 |
2025-11-11 15:17:35 | 2025-11-11 07:32:27 |
| NVD | nvd_CVE-2005-2716 |
2025-11-11 14:51:19 | 2025-11-11 07:41:13 |
| CNNVD | cnnvd_CNNVD-200508-296 |
2025-11-11 15:08:48 | 2025-11-11 07:49:00 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200508-296
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- severity: SeverityLevel.MEDIUM -> SeverityLevel.HIGH
- cvss_score: 未提取 -> 7.5
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:L/Au:N/C:P/I:P/A:P
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 2
- data_sources: ['cve'] -> ['cve', 'nvd']