Description
PowerJob Worker version 5.1.2 (and likely earlier versions) exposes the /worker/deployContainer HTTP endpoint without authentication on the default transport port. This allows a remote attacker to execute arbitrary code.
Published: 2026-09-04
Score: 9.8 Critical
EPSS: 1.2% Low
KEV: No
Impact: Remote Code Execution
Action: Patch
AI Analysis

Impact

The PowerJob Worker component, versions 5.1.2 and earlier, includes a /worker/deployContainer HTTP endpoint that is exposed without any authentication or access controls. An attacker who can reach the default transport port can invoke this endpoint and supply arbitrary container deployment commands, which the worker then executes. This flaw leads to remote code execution, allowing the attacker to gain full control over the underlying system. The lack of authentication means the vulnerability is exploitable from any location that can reach the service. The CVSS base score of 9.8 reflects the critical confidentiality, integrity, and availability impact. This vulnerability is classified as CWE-306.

Affected Systems

The affected product is the PowerJob Worker component, specifically version 5.1.2 and all prior releases that have not yet been patched. No other product variants are documented. The vulnerability is linked to the default HTTP transport port used by PowerJob Worker.

Risk and Exploitability

Given the absence of authentication, a remote attacker who can access the default port can exploit the flaw immediately by sending an HTTP request to /worker/deployContainer with a malicious payload. The CVSS score of 9.8 signals maximum severity. EPSS is currently not available, so the exact exploitation likelihood cannot be quantified, but the combination of open port, unauthenticated endpoint, and powerful RCE capability suggests a high risk in any environment where the service is exposed to untrusted networks. The vulnerability is not listed in the CISA KEV catalog at this time, though its critical nature warrants immediate remedial action.

Generated by OpenCVE AI on September 4, 2026 at 22:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade PowerJob Worker to the latest release that removes or protects the /worker/deployContainer endpoint.
  • Restrict network access to the worker port using firewalls or network segmentation so that only trusted hosts can reach it.
  • If an upgrade is delayed, enable authentication (e.g., basic auth or API key) on the endpoint or disable the endpoint entirely.
  • Monitor traffic to the endpoint for suspicious activity and review logs for unauthorized deployment attempts.

Generated by OpenCVE AI on September 4, 2026 at 22:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Powerjob
Powerjob powerjob
Vendors & Products Powerjob
Powerjob powerjob

Fri, 04 Sep 2026 23:15:00 +0000

Type Values Removed Values Added
Title Unauthenticated HTTP Endpoint Enabling Remote Code Execution in PowerJob Worker

Fri, 04 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-306
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description PowerJob Worker version 5.1.2 (and likely earlier versions) exposes the /worker/deployContainer HTTP endpoint without authentication on the default transport port. This allows a remote attacker to execute arbitrary code.
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AC:L/AV:N/A:H/C:H/I:H/PR:N/S:U/UI:N'}


Subscriptions

Powerjob Powerjob
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-04T18:23:16.021Z

Reserved: 2026-08-17T00:00:00.000Z

Link: CVE-2026-75430

cve-icon Vulnrichment

Updated: 2026-09-04T18:23:12.214Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T17:16:57.767

Modified: 2026-09-08T19:42:20.313

Link: CVE-2026-75430

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T08:28:12Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function