laptop and a wrench

漏洞

If a service name contains a special character, the ArcGIS Server serverScan.py script will produce an error referring to encoding./

ArcGIS GIS Server
漏洞 ID 编号 BUG-000180542
已提交October 29, 2025
上次修改时间January 12, 2026
适用范围ArcGIS GIS Server
找到的版本11.5
操作系统Windows Server
操作系统版本2025
状态In Product Plan

解决办法

Do not use German special characters.

The workaround from the Bug document does not work in serverScan.py (https://serverscan.py/).

There is a method called checkServices(): 

request = Request(serverUrl + '/admin/services/' + quote(service['name'].encode('utf-8')) + '.' + service['type'], urlencode(params).encode()) 

The method uses UTF-8 encoding. The problem could be solved if this encoding is changed to ISO-8859-1 and serverScan.py (https://serverscan.py/) works fine.

重现步骤

漏洞 ID: BUG-000180542

软件:

  • ArcGIS GIS Server

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项