CVE-2002-1837 (CNNVD-200212-786)
中文标题:
Image Display System可判断目录是否存在漏洞
英文标题:
The getAlbumToDisplay function in idsShared.pm for Image Display System (IDS) 0.81 allows remote att...
漏洞描述
中文描述:
IDS(Image Display System)是一款基于Web的图象册应用程序,由Perl编写,Ashley M. Kirchner维护。 IDS对用户提交的请求缺少正确的处理,可导致远程攻击者获得主机相关的路径信息。 攻击者可以提交包含'../'字符的目录和图象册名称的请求,就可以导致IDS返回包含目录是否存在的错误信息,攻击者可以通过此信息进一步对系统进行攻击。 问题存在于如下处理代码中: idsShared.pm::getAlbumToDisplay() ================================= if ($albumtodisplay ne '/' && !-e $ppath . "albums/$albumtodisplay") { # does this album exist? bail ("Sorry, the album \"$albumtodisplay\" doesn't exist: $!"); } if ($albumtodisplay =~ /\.\./) { # hax0r protection... bail ("Sorry, invalid directory name: $!"); }
英文描述:
The getAlbumToDisplay function in idsShared.pm for Image Display System (IDS) 0.81 allows remote attackers to determine the existence of arbitrary directories via ".." sequences in the album parameter, which generates different error messages depending on whether the directory exists or not.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| ids | ids | 0.8.1 | - | - |
cpe:2.3:a:ids:ids:0.8.1:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
exploitdb
exploitdb
cve.org
CVSS评分详情
AV:N/AC:L/Au:N/C:P/I:N/A:N
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2002-1837 |
2025-11-11 15:17:25 | 2025-11-11 07:32:17 |
| NVD | nvd_CVE-2002-1837 |
2025-11-11 14:50:28 | 2025-11-11 07:41:04 |
| CNNVD | cnnvd_CNNVD-200212-786 |
2025-11-11 15:08:41 | 2025-11-11 07:48:50 |
| EXPLOITDB | exploitdb_EDB-21487 |
2025-11-11 15:05:21 | 2025-11-11 08:16:21 |
版本与语言
安全公告
变更历史
查看详细变更
- references_count: 4 -> 7
- tags_count: 0 -> 4
- data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
- vulnerability_type: 未提取 -> 配置错误
- cnnvd_id: 未提取 -> CNNVD-200212-786
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- cvss_score: 未提取 -> 5.0
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:L/Au:N/C:P/I:N/A:N
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 1
- data_sources: ['cve'] -> ['cve', 'nvd']