Lucene search

K
huntrAkshayravic09yc47F076D76A-661C-4484-A4C3-0712869E43E1
HistoryMar 18, 2022 - 4:59 p.m.

Using vulnerable dependencies in package.json

2022-03-1816:59:02
akshayravic09yc47
www.huntr.dev
168

Description

  1. Hello team, The Showdoc is using a axios 0.17.1 dependency that is vulnerable to:👇
1. CVE-2021-3749 Regular Expression Denial of Service (ReDoS)
2. CVE-2020-28168 Server-Side Request Forgery (SSRF)
3. CVE-2019-10742 Denial of Service (DoS)

Path to the file:

https://github.com/star7th/showdoc/blob/3caa32334db0c277b84e993eaca2036f5d1dbef8/web_src/package.json#L17

Reference:

https://vulners.com/cve/CVE-2021-3749
https://vulners.com/cve/CVE-2020-28168
https://vulners.com/cve/CVE-2019-10742

Patch recommendation:

  1. Update the axios 0.17.1 to axios 0.21.3