Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Appium: Unauthenticated arbitrary file/directory deletion in @appium/storage-plugin
Vulnerability Description
Appium is a cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol. Prior to 1.1.6, the Appium storage plugin exposes POST /storage/delete, whose handler passes the user-supplied name value directly into path.join(storageRoot, name) and fs.rimraf() without path sanitization, allowing an unauthenticated remote client to escape the storage root with ../ sequences and recursively delete arbitrary writable files or directories. This issue is fixed in version 1.1.6.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
Appium 路径遍历漏洞
Vulnerability Description
appium是Appium团队开源的一个跨平台应用自动化测试框架。 Appium 1.1.6之前版本存在安全漏洞,该漏洞源于存储插件在路径处理中未对用户提供的name值进行路径清理,直接传入path.join(storageRoot, name)和fs.rimraf(),可能导致未经身份验证的远程客户端利用../序列逃逸存储根目录,递归删除任意可写文件或目录。
CVSS Information
N/A
Vulnerability Type
N/A