added flow

patch-2
Dhiyaneshwaran 2024-05-07 17:27:32 +05:30 committed by GitHub
parent 032c29c3fe
commit d1a408dc2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 2 deletions

View File

@ -12,24 +12,38 @@ info:
- https://github.com/fkie-cad/nvd-json-data-feeds
classification:
epss-score: 0.00043
epss-percentile: 0.08256
epss-percentile: 0.08268
metadata:
verified: true
max-request: 1
publicwww-query: "/wp-content/plugins/post-grid/"
publicwww-query: "/wp-content/plugins/user-meta/"
tags: cve,cve2023,wpscan,wordpress,wp-plugin,unauth
flow: http(1) && http(2)
http:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/user-meta/readme.txt'
matchers:
- type: word
internal: true
words:
- 'User Profile Builder'
- method: GET
path:
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=post_grid_paginate_ajax_free"
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=post_grid_ajax_search_free"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '"html"'
- '"<div class='
- '"pagination":'
condition: and
- type: status