Skip to main content

Powerjob

12 CVEs product

Monthly

CVE-2026-75431 Sep 04, 00:00 CRITICAL Act Now

Remote code execution in PowerJob Server 5.1.2 (and likely earlier releases) stems from a predictable/hardcoded HS256 signing key used for the server's JWT authentication, letting an unauthenticated remote attacker forge valid admin session tokens and drive PowerJob's job-execution features to run arbitrary code. PowerJob is an open-source distributed task-scheduling framework, and because the secret is derived by a default provider rather than randomly generated, any exposed instance is trivially impersonatable. Publicly available exploit code exists (a proof-of-concept gist), though there is no CISA KEV listing or confirmed in-the-wild exploitation at time of analysis.

RCE Powerjob
NVD GitHub
CVSS 3.1
9.1
EPSS
0.8%
CVE-2026-75430 Sep 04, 00:00 CRITICAL Act Now

Unauthenticated remote code execution in PowerJob Worker 5.1.2 (and likely earlier) stems from the /worker/deployContainer HTTP endpoint being reachable on the default transport port with no authentication, letting a remote attacker deploy and run an arbitrary container/module and thereby execute code on the worker host. PowerJob is a widely-forked open-source Java distributed job-scheduling framework, and the worker component is the execution plane that runs scheduled tasks. A public gist referenced alongside the advisory appears to contain proof-of-concept material, though the entry is not listed in CISA KEV.

Authentication Bypass RCE N A Powerjob
NVD GitHub
CVSS 3.1
9.8
EPSS
0.9%
CVE-2026-5739 Apr 07, 19:15 Maven MEDIUM GHSA This Month

Remote code injection in PowerJob 5.1.0, 5.1.1, and 5.1.2 allows unauthenticated attackers to execute arbitrary code via the GroovyEvaluator.evaluate function in the OpenAPI endpoint /openApi/addWorkflowNode by manipulating the nodeParams argument. The vulnerability exploits unsafe Groovy code evaluation without input sanitization, enabling full remote code execution with a low CVSS complexity score (6.9/10). No public exploit code is confirmed at time of analysis, and the vendor has not yet responded to the early disclosure notification.

RCE Code Injection N A Powerjob
NVD VulDB GitHub
CVSS 4.0
6.9
EPSS
0.0%
CVE-2025-14518 Dec 11, 15:15 Maven LOW POC Monitor

Server-side request forgery in PowerJob up to version 5.1.2 allows authenticated remote attackers to manipulate the targetIp and targetPort arguments in the checkConnectivity function of the Network Request Handler component, enabling SSRF attacks with low confidentiality, integrity, and availability impact. Publicly available exploit code exists; however, the EPSS score of 0.03% indicates minimal real-world exploitation probability despite the public exploit availability, suggesting this vulnerability has seen limited active abuse.

Java SSRF Powerjob
NVD GitHub VulDB
CVSS 4.0
2.1
EPSS
0.0%
CVE-2024-44546 Nov 11, 21:15 CRITICAL Act Now

Powerjob >= 3.20 is vulnerable to SQL injection via the version parameter. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

SQLi Powerjob
NVD GitHub
CVSS 3.1
9.8
EPSS
0.4%
CVE-2023-36106 Aug 17, 20:15 Maven HIGH This Week

An incorrect access control vulnerability in powerjob 4.3.2 and earlier allows remote attackers to obtain sensitive information via the interface for querying via appId parameter to /container/list. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Authentication Bypass Powerjob
NVD GitHub
CVSS 3.1
7.5
EPSS
0.7%
CVE-2023-37754 Jul 28, 15:15 Maven CRITICAL POC THREAT Act Now

PowerJob v4.3.3 was discovered to contain a remote command execution (RCE) vulnerability via the instanceId parameter at /instance/detail. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Powerjob
NVD GitHub
CVSS 3.1
9.8
EPSS
26.9%
CVE-2023-29924 Apr 21, 20:15 Maven CRITICAL Act Now

PowerJob V4.3.1 is vulnerable to Incorrect Access Control that allows for remote code execution. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Authentication Bypass RCE Powerjob
NVD GitHub
CVSS 3.1
9.8
EPSS
1.1%
CVE-2023-29926 Apr 20, 15:15 Maven CRITICAL Act Now

PowerJob V4.3.2 has unauthorized interface that causes remote code execution. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

RCE Powerjob
NVD
CVSS 3.1
9.8
EPSS
1.2%
CVE-2023-29922 Apr 19, 19:15 Maven MEDIUM POC This Month

PowerJob V4.3.1 is vulnerable to Incorrect Access Control via the create user/save interface. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Authentication Bypass Powerjob
NVD GitHub
CVSS 3.1
5.3
EPSS
3.0%
CVE-2023-29923 Apr 19, 14:15 Maven MEDIUM POC This Month

PowerJob V4.3.1 is vulnerable to Insecure Permissions. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Privilege Escalation Powerjob
NVD GitHub
CVSS 3.1
5.3
EPSS
9.5%
CVE-2023-29921 Apr 19, 12:15 Maven MEDIUM POC This Month

PowerJob V4.3.1 is vulnerable to Incorrect Access Control via the create app interface. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Authentication Bypass Powerjob
NVD GitHub
CVSS 3.1
5.3
EPSS
0.5%
EPSS 1% CVSS 9.1
CRITICAL Act Now

Remote code execution in PowerJob Server 5.1.2 (and likely earlier releases) stems from a predictable/hardcoded HS256 signing key used for the server's JWT authentication, letting an unauthenticated remote attacker forge valid admin session tokens and drive PowerJob's job-execution features to run arbitrary code. PowerJob is an open-source distributed task-scheduling framework, and because the secret is derived by a default provider rather than randomly generated, any exposed instance is trivially impersonatable. Publicly available exploit code exists (a proof-of-concept gist), though there is no CISA KEV listing or confirmed in-the-wild exploitation at time of analysis.

RCE Powerjob
NVD GitHub
EPSS 1% CVSS 9.8
CRITICAL Act Now

Unauthenticated remote code execution in PowerJob Worker 5.1.2 (and likely earlier) stems from the /worker/deployContainer HTTP endpoint being reachable on the default transport port with no authentication, letting a remote attacker deploy and run an arbitrary container/module and thereby execute code on the worker host. PowerJob is a widely-forked open-source Java distributed job-scheduling framework, and the worker component is the execution plane that runs scheduled tasks. A public gist referenced alongside the advisory appears to contain proof-of-concept material, though the entry is not listed in CISA KEV.

Authentication Bypass RCE N A +1
NVD GitHub
EPSS 0% CVSS 6.9
MEDIUM This Month

Remote code injection in PowerJob 5.1.0, 5.1.1, and 5.1.2 allows unauthenticated attackers to execute arbitrary code via the GroovyEvaluator.evaluate function in the OpenAPI endpoint /openApi/addWorkflowNode by manipulating the nodeParams argument. The vulnerability exploits unsafe Groovy code evaluation without input sanitization, enabling full remote code execution with a low CVSS complexity score (6.9/10). No public exploit code is confirmed at time of analysis, and the vendor has not yet responded to the early disclosure notification.

RCE Code Injection N A +1
NVD VulDB GitHub
EPSS 0% CVSS 2.1
LOW POC Monitor

Server-side request forgery in PowerJob up to version 5.1.2 allows authenticated remote attackers to manipulate the targetIp and targetPort arguments in the checkConnectivity function of the Network Request Handler component, enabling SSRF attacks with low confidentiality, integrity, and availability impact. Publicly available exploit code exists; however, the EPSS score of 0.03% indicates minimal real-world exploitation probability despite the public exploit availability, suggesting this vulnerability has seen limited active abuse.

Java SSRF Powerjob
NVD GitHub VulDB
EPSS 0% CVSS 9.8
CRITICAL Act Now

Powerjob >= 3.20 is vulnerable to SQL injection via the version parameter. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

SQLi Powerjob
NVD GitHub
EPSS 1% CVSS 7.5
HIGH This Week

An incorrect access control vulnerability in powerjob 4.3.2 and earlier allows remote attackers to obtain sensitive information via the interface for querying via appId parameter to /container/list. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Authentication Bypass Powerjob
NVD GitHub
EPSS 27% CVSS 9.8
CRITICAL POC THREAT Act Now

PowerJob v4.3.3 was discovered to contain a remote command execution (RCE) vulnerability via the instanceId parameter at /instance/detail. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Powerjob
NVD GitHub
EPSS 1% CVSS 9.8
CRITICAL Act Now

PowerJob V4.3.1 is vulnerable to Incorrect Access Control that allows for remote code execution. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Authentication Bypass RCE Powerjob
NVD GitHub
EPSS 1% CVSS 9.8
CRITICAL Act Now

PowerJob V4.3.2 has unauthorized interface that causes remote code execution. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

RCE Powerjob
NVD
EPSS 3% CVSS 5.3
MEDIUM POC This Month

PowerJob V4.3.1 is vulnerable to Incorrect Access Control via the create user/save interface. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Authentication Bypass Powerjob
NVD GitHub
EPSS 10% CVSS 5.3
MEDIUM POC This Month

PowerJob V4.3.1 is vulnerable to Insecure Permissions. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Privilege Escalation Powerjob
NVD GitHub
EPSS 1% CVSS 5.3
MEDIUM POC This Month

PowerJob V4.3.1 is vulnerable to Incorrect Access Control via the create app interface. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Authentication Bypass Powerjob
NVD GitHub

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy