CVE-2009-0161 (CNNVD-200905-176)
中文标题:
Ruby OCSP_basic_verify() X.509证书验证漏洞
英文标题:
The OpenSSL::OCSP module for Ruby in Apple Mac OS X 10.5 before 10.5.7 misinterprets an unspecified ...
漏洞描述
中文描述:
Ruby是一种功能强大的面向对象的脚本语言。 Ruby没有正确地验证X.509证书,在ext/openssl/ossl_ocsp.c文件中以如下方式使用openssl函数: result = OCSP_basic_verify(bs, x509s, x509st, flg); sk_X509_pop_free(x509s, X509_free); if(!result) rb_warn("%s", ERR_error_string(ERR_peek_error(), NULL)); return result ? Qtrue : Qfalse; OCSP_basic_verify()在出错的情况下可能返回0和-1,因此这个函数可能错误的返回信息。成功利用这个漏洞的攻击者可以导致将已撤销的x.509证书处理为有效,这有助于执行网络钓鱼或站点欺骗攻击。
英文描述:
The OpenSSL::OCSP module for Ruby in Apple Mac OS X 10.5 before 10.5.7 misinterprets an unspecified invalid response as a successful OCSP certificate validation, which might allow remote attackers to spoof certificate authentication via a revoked certificate.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| apple | mac_os_x | 10.5.0 | - | - |
cpe:2.3:o:apple:mac_os_x:10.5.0:*:*:*:*:*:*:*
|
| apple | mac_os_x | 10.5.1 | - | - |
cpe:2.3:o:apple:mac_os_x:10.5.1:*:*:*:*:*:*:*
|
| apple | mac_os_x | 10.5.2 | - | - |
cpe:2.3:o:apple:mac_os_x:10.5.2:*:*:*:*:*:*:*
|
| apple | mac_os_x | 10.5.3 | - | - |
cpe:2.3:o:apple:mac_os_x:10.5.3:*:*:*:*:*:*:*
|
| apple | mac_os_x | 10.5.4 | - | - |
cpe:2.3:o:apple:mac_os_x:10.5.4:*:*:*:*:*:*:*
|
| apple | mac_os_x | 10.5.5 | - | - |
cpe:2.3:o:apple:mac_os_x:10.5.5:*:*:*:*:*:*:*
|
| apple | mac_os_x | 10.5.6 | - | - |
cpe:2.3:o:apple:mac_os_x:10.5.6:*:*:*:*:*:*:*
|
| apple | mac_os_x_server | 10.4.11 | - | - |
cpe:2.3:o:apple:mac_os_x_server:10.4.11:*:*:*:*:*:*:*
|
| apple | mac_os_x_server | 10.5.0 | - | - |
cpe:2.3:o:apple:mac_os_x_server:10.5.0:*:*:*:*:*:*:*
|
| apple | mac_os_x_server | 10.5.1 | - | - |
cpe:2.3:o:apple:mac_os_x_server:10.5.1:*:*:*:*:*:*:*
|
| apple | mac_os_x_server | 10.5.2 | - | - |
cpe:2.3:o:apple:mac_os_x_server:10.5.2:*:*:*:*:*:*:*
|
| apple | mac_os_x_server | 10.5.3 | - | - |
cpe:2.3:o:apple:mac_os_x_server:10.5.3:*:*:*:*:*:*:*
|
| apple | mac_os_x_server | 10.5.4 | - | - |
cpe:2.3:o:apple:mac_os_x_server:10.5.4:*:*:*:*:*:*:*
|
| apple | mac_os_x_server | 10.5.6 | - | - |
cpe:2.3:o:apple:mac_os_x_server:10.5.6:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
AV:N/AC:L/Au:N/C:N/I:P/A:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2009-0161 |
2025-11-11 15:18:08 | 2025-11-11 07:32:59 |
| NVD | nvd_CVE-2009-0161 |
2025-11-11 14:52:59 | 2025-11-11 07:41:46 |
| CNNVD | cnnvd_CNNVD-200905-176 |
2025-11-11 15:09:04 | 2025-11-11 07:49:35 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200905-176
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- cvss_score: 未提取 -> 6.4
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:L/Au:N/C:N/I:P/A:P
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 14
- data_sources: ['cve'] -> ['cve', 'nvd']