CVE-2006-6493 (CNNVD-200612-253)
中文标题:
OpenLDAP服务器Kerberos Bind请求远程栈溢出漏洞
英文标题:
Buffer overflow in the krbv4_ldap_auth function in servers/slapd/kerberos.c in OpenLDAP 2.4.3 and ea...
漏洞描述
中文描述:
OpenLDAP是美国OpenLDAP基金会的一个轻型目录访问协议(LDAP)的自由和开源实现,它已被包含在Linux发行版中。 OpenLDAP在处理Kerberos Bind请求时存在缓冲区溢出漏洞,远程攻击者可能利用此漏洞在服务器上执行任意指令。 OpenLDAP代码的servers/slapd/kerberos.c文件中的krbv4_ldap_auth函数存在缓冲区溢出漏洞,该函数处理指定了LDAP_AUTH_KRBV41认证方式的LDAP bind请求,cred变量包含有指向客户端所发送Kerberos认证数据的指针。由于在将其拷贝到栈上固定大小缓冲区之前没有检查数据长度,因此攻击者可以通过发送大于1250字节的bind请求触发溢出,导致执行任意指令。漏洞代码如下: krbv4_ldap_auth( Backend *be, struct berval *cred, AUTH_DAT *ad ) { KTEXT_ST k; KTEXT ktxt = &k; char instance[INST_SZ]; int err; Debug( LDAP_DEBUG_TRACE, "=> kerberosv4_ldap_auth\n", 0, 0, 0 ); AC_MEMCPY( ktxt->dat, cred->bv_val, cred->bv_len ); ktxt->length = cred->bv_len; 请注意必须以"--enable-kbind"选项编译了OpenLDAP才可能存在这个漏洞。
英文描述:
Buffer overflow in the krbv4_ldap_auth function in servers/slapd/kerberos.c in OpenLDAP 2.4.3 and earlier, when OpenLDAP is compiled with the --enable-kbind (Kerberos KBIND) option, allows remote attackers to execute arbitrary code via an LDAP bind request using the LDAP_AUTH_KRBV41 authentication method and long credential data.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| openldap | openldap | * | - | - |
cpe:2.3:a:openldap:openldap:*:*:*:*:*:*:*:*
|
| openldap | openldap | 1.0 | - | - |
cpe:2.3:a:openldap:openldap:1.0:*:*:*:*:*:*:*
|
| openldap | openldap | 1.0.1 | - | - |
cpe:2.3:a:openldap:openldap:1.0.1:*:*:*:*:*:*:*
|
| openldap | openldap | 1.0.2 | - | - |
cpe:2.3:a:openldap:openldap:1.0.2:*:*:*:*:*:*:*
|
| openldap | openldap | 1.0.3 | - | - |
cpe:2.3:a:openldap:openldap:1.0.3:*:*:*:*:*:*:*
|
| openldap | openldap | 1.1 | - | - |
cpe:2.3:a:openldap:openldap:1.1:*:*:*:*:*:*:*
|
| openldap | openldap | 1.1.0 | - | - |
cpe:2.3:a:openldap:openldap:1.1.0:*:*:*:*:*:*:*
|
| openldap | openldap | 1.1.1 | - | - |
cpe:2.3:a:openldap:openldap:1.1.1:*:*:*:*:*:*:*
|
| openldap | openldap | 1.1.2 | - | - |
cpe:2.3:a:openldap:openldap:1.1.2:*:*:*:*:*:*:*
|
| openldap | openldap | 1.1.3 | - | - |
cpe:2.3:a:openldap:openldap:1.1.3:*:*:*:*:*:*:*
|
| openldap | openldap | 1.1.4 | - | - |
cpe:2.3:a:openldap:openldap:1.1.4:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2 | - | - |
cpe:2.3:a:openldap:openldap:1.2:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.0 | - | - |
cpe:2.3:a:openldap:openldap:1.2.0:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.1 | - | - |
cpe:2.3:a:openldap:openldap:1.2.1:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.2 | - | - |
cpe:2.3:a:openldap:openldap:1.2.2:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.3 | - | - |
cpe:2.3:a:openldap:openldap:1.2.3:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.4 | - | - |
cpe:2.3:a:openldap:openldap:1.2.4:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.5 | - | - |
cpe:2.3:a:openldap:openldap:1.2.5:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.6 | - | - |
cpe:2.3:a:openldap:openldap:1.2.6:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.7 | - | - |
cpe:2.3:a:openldap:openldap:1.2.7:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.8 | - | - |
cpe:2.3:a:openldap:openldap:1.2.8:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.9 | - | - |
cpe:2.3:a:openldap:openldap:1.2.9:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.10 | - | - |
cpe:2.3:a:openldap:openldap:1.2.10:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.11 | - | - |
cpe:2.3:a:openldap:openldap:1.2.11:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.12 | - | - |
cpe:2.3:a:openldap:openldap:1.2.12:*:*:*:*:*:*:*
|
| openldap | openldap | 1.2.13 | - | - |
cpe:2.3:a:openldap:openldap:1.2.13:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0 | - | - |
cpe:2.3:a:openldap:openldap:2.0:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.0 | - | - |
cpe:2.3:a:openldap:openldap:2.0.0:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.1 | - | - |
cpe:2.3:a:openldap:openldap:2.0.1:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.2 | - | - |
cpe:2.3:a:openldap:openldap:2.0.2:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.3 | - | - |
cpe:2.3:a:openldap:openldap:2.0.3:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.4 | - | - |
cpe:2.3:a:openldap:openldap:2.0.4:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.5 | - | - |
cpe:2.3:a:openldap:openldap:2.0.5:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.6 | - | - |
cpe:2.3:a:openldap:openldap:2.0.6:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.7 | - | - |
cpe:2.3:a:openldap:openldap:2.0.7:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.8 | - | - |
cpe:2.3:a:openldap:openldap:2.0.8:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.9 | - | - |
cpe:2.3:a:openldap:openldap:2.0.9:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.10 | - | - |
cpe:2.3:a:openldap:openldap:2.0.10:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.11 | - | - |
cpe:2.3:a:openldap:openldap:2.0.11:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.11_9 | - | - |
cpe:2.3:a:openldap:openldap:2.0.11_9:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.11_11 | - | - |
cpe:2.3:a:openldap:openldap:2.0.11_11:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.11_11s | - | - |
cpe:2.3:a:openldap:openldap:2.0.11_11s:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.12 | - | - |
cpe:2.3:a:openldap:openldap:2.0.12:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.13 | - | - |
cpe:2.3:a:openldap:openldap:2.0.13:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.14 | - | - |
cpe:2.3:a:openldap:openldap:2.0.14:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.15 | - | - |
cpe:2.3:a:openldap:openldap:2.0.15:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.16 | - | - |
cpe:2.3:a:openldap:openldap:2.0.16:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.17 | - | - |
cpe:2.3:a:openldap:openldap:2.0.17:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.18 | - | - |
cpe:2.3:a:openldap:openldap:2.0.18:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.19 | - | - |
cpe:2.3:a:openldap:openldap:2.0.19:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.20 | - | - |
cpe:2.3:a:openldap:openldap:2.0.20:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.21 | - | - |
cpe:2.3:a:openldap:openldap:2.0.21:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.22 | - | - |
cpe:2.3:a:openldap:openldap:2.0.22:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.23 | - | - |
cpe:2.3:a:openldap:openldap:2.0.23:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.24 | - | - |
cpe:2.3:a:openldap:openldap:2.0.24:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.25 | - | - |
cpe:2.3:a:openldap:openldap:2.0.25:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.26 | - | - |
cpe:2.3:a:openldap:openldap:2.0.26:*:*:*:*:*:*:*
|
| openldap | openldap | 2.0.27 | - | - |
cpe:2.3:a:openldap:openldap:2.0.27:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.2 | - | - |
cpe:2.3:a:openldap:openldap:2.1.2:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.3 | - | - |
cpe:2.3:a:openldap:openldap:2.1.3:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.4 | - | - |
cpe:2.3:a:openldap:openldap:2.1.4:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.5 | - | - |
cpe:2.3:a:openldap:openldap:2.1.5:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.6 | - | - |
cpe:2.3:a:openldap:openldap:2.1.6:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.7 | - | - |
cpe:2.3:a:openldap:openldap:2.1.7:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.8 | - | - |
cpe:2.3:a:openldap:openldap:2.1.8:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.9 | - | - |
cpe:2.3:a:openldap:openldap:2.1.9:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.10 | - | - |
cpe:2.3:a:openldap:openldap:2.1.10:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.11 | - | - |
cpe:2.3:a:openldap:openldap:2.1.11:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.12 | - | - |
cpe:2.3:a:openldap:openldap:2.1.12:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.13 | - | - |
cpe:2.3:a:openldap:openldap:2.1.13:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.14 | - | - |
cpe:2.3:a:openldap:openldap:2.1.14:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.15 | - | - |
cpe:2.3:a:openldap:openldap:2.1.15:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.16 | - | - |
cpe:2.3:a:openldap:openldap:2.1.16:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.17 | - | - |
cpe:2.3:a:openldap:openldap:2.1.17:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.18 | - | - |
cpe:2.3:a:openldap:openldap:2.1.18:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.19 | - | - |
cpe:2.3:a:openldap:openldap:2.1.19:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.20 | - | - |
cpe:2.3:a:openldap:openldap:2.1.20:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.21 | - | - |
cpe:2.3:a:openldap:openldap:2.1.21:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.22 | - | - |
cpe:2.3:a:openldap:openldap:2.1.22:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.23 | - | - |
cpe:2.3:a:openldap:openldap:2.1.23:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.24 | - | - |
cpe:2.3:a:openldap:openldap:2.1.24:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.25 | - | - |
cpe:2.3:a:openldap:openldap:2.1.25:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.26 | - | - |
cpe:2.3:a:openldap:openldap:2.1.26:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.27 | - | - |
cpe:2.3:a:openldap:openldap:2.1.27:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.28 | - | - |
cpe:2.3:a:openldap:openldap:2.1.28:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.29 | - | - |
cpe:2.3:a:openldap:openldap:2.1.29:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1.30 | - | - |
cpe:2.3:a:openldap:openldap:2.1.30:*:*:*:*:*:*:*
|
| openldap | openldap | 2.1_.20 | - | - |
cpe:2.3:a:openldap:openldap:2.1_.20:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.0 | - | - |
cpe:2.3:a:openldap:openldap:2.2.0:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.1 | - | - |
cpe:2.3:a:openldap:openldap:2.2.1:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.4 | - | - |
cpe:2.3:a:openldap:openldap:2.2.4:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.5 | - | - |
cpe:2.3:a:openldap:openldap:2.2.5:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.6 | - | - |
cpe:2.3:a:openldap:openldap:2.2.6:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.7 | - | - |
cpe:2.3:a:openldap:openldap:2.2.7:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.8 | - | - |
cpe:2.3:a:openldap:openldap:2.2.8:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.9 | - | - |
cpe:2.3:a:openldap:openldap:2.2.9:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.10 | - | - |
cpe:2.3:a:openldap:openldap:2.2.10:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.11 | - | - |
cpe:2.3:a:openldap:openldap:2.2.11:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.12 | - | - |
cpe:2.3:a:openldap:openldap:2.2.12:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.13 | - | - |
cpe:2.3:a:openldap:openldap:2.2.13:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.14 | - | - |
cpe:2.3:a:openldap:openldap:2.2.14:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.15 | - | - |
cpe:2.3:a:openldap:openldap:2.2.15:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.16 | - | - |
cpe:2.3:a:openldap:openldap:2.2.16:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.17 | - | - |
cpe:2.3:a:openldap:openldap:2.2.17:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.18 | - | - |
cpe:2.3:a:openldap:openldap:2.2.18:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.19 | - | - |
cpe:2.3:a:openldap:openldap:2.2.19:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.20 | - | - |
cpe:2.3:a:openldap:openldap:2.2.20:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.21 | - | - |
cpe:2.3:a:openldap:openldap:2.2.21:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.22 | - | - |
cpe:2.3:a:openldap:openldap:2.2.22:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.23 | - | - |
cpe:2.3:a:openldap:openldap:2.2.23:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.24 | - | - |
cpe:2.3:a:openldap:openldap:2.2.24:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.25 | - | - |
cpe:2.3:a:openldap:openldap:2.2.25:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.26 | - | - |
cpe:2.3:a:openldap:openldap:2.2.26:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.27 | - | - |
cpe:2.3:a:openldap:openldap:2.2.27:*:*:*:*:*:*:*
|
| openldap | openldap | 2.2.28_r2 | - | - |
cpe:2.3:a:openldap:openldap:2.2.28_r2:*:*:*:*:*:*:*
|
| openldap | openldap | 2.3.27_2_2006-10-18 | - | - |
cpe:2.3:a:openldap:openldap:2.3.27_2_2006-10-18:*:*:*:*:*:*:*
|
| openldap | openldap | 2.3.28_2_2006-10-22 | - | - |
cpe:2.3:a:openldap:openldap:2.3.28_2_2006-10-22:*:*:*:*:*:*:*
|
| openldap | openldap | 2.3.28_2006-10-22 | - | - |
cpe:2.3:a:openldap:openldap:2.3.28_2006-10-22:*:*:*:*:*:*:*
|
| openldap | openldap | 2.3.28_e1.0.0 | - | - |
cpe:2.3:a:openldap:openldap:2.3.28_e1.0.0:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
exploitdb
exploitdb
cve.org
CVSS评分详情
AV:N/AC:H/Au:N/C:P/I:P/A:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2006-6493 |
2025-11-11 15:17:47 | 2025-11-11 07:32:39 |
| NVD | nvd_CVE-2006-6493 |
2025-11-11 14:51:52 | 2025-11-11 07:41:24 |
| CNNVD | cnnvd_CNNVD-200612-253 |
2025-11-11 15:08:54 | 2025-11-11 07:49:12 |
| EXPLOITDB | exploitdb_EDB-2933 |
2025-11-11 15:05:26 | 2025-11-11 08:24:54 |
版本与语言
安全公告
变更历史
查看详细变更
- references_count: 5 -> 8
- tags_count: 0 -> 3
- data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200612-253
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- cvss_score: 未提取 -> 5.1
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:H/Au:N/C:P/I:P/A:P
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 119
- data_sources: ['cve'] -> ['cve', 'nvd']