decode-uri-component <=0.2.0 存在输入验证不当漏洞

时间:2022-12-02 09:04:47

漏洞描述

decode-uri-component 是一个用于解码 url 的工具包。query-string 是一个对 url 进行解析和字符串化的工具包。

decode-uri-component 0.2.0 及之前的版本在使用 decodeUriComponent 类解析特制字符(如“%ea%ba%5a%ba”)时会触发异常 “Uncaught TypeError TypeError: decodeComponents(...).join is not a function”,使得服务停止响应。当应用程序使用 decodeUriComponent 解析未过滤的用户输入时,攻击者可通过构造特制的 url 字符进行拒绝服务攻击。

使用 decode-uri-component 组件对 url 解码的 nodejs 项目(如在 GitHub 具有 6.1k stars 的 query-string 在 7.1.1 及之前版本)会受到此漏洞影响。

漏洞名称 decode-uri-component <=0.2.0 存在输入验证不当漏洞
漏洞类型 输入验证不恰当
发现时间 2022-11-29
漏洞影响广度
MPS编号 MPS-2022-56259
CVE编号 CVE-2022-38900
CNVD编号 -

影响范围

decode-uri-component@(-∞, 0.2.0]

修复方案

decode-uri-component 暂未发布新版本,请关注官方公告:https://github.com/SamVerschueren/decode-uri-component

参考链接

https://www.oscs1024.com/hd/MPS-2022-56259

https://nvd.nist.gov/vuln/detail/CVE-2022-38900

https://github.com/SamVerschueren/decode-uri-component/issues/5

https://github.com/sindresorhus/query-string/issues/345

    

情报订阅

OSCS(开源软件供应链安全社区)通过最快、最全的方式,发布开源项目最新的安全风险动态,包括开源组件安全漏洞、事件等信息。同时提供漏洞、投毒情报的免费订阅服务,社区用户可通过配置飞书、钉钉、企业微信机器人,及时获得一手情报信息推送:

https://www.oscs1024.com/cm/?src=osc

具体订阅方式详见:

https://www.oscs1024.com/docs/vuln-warning/intro/?src=osc

decode-uri-component <=0.2.0 存在输入验证不当漏洞