Skip to content
Threat Feed
high advisory

SSRF Vulnerability in PowerJob Transport Endpoint

PowerJob versions up to 5.1.2 contain a server-side request forgery vulnerability in the MuConnectionManager component that allows remote, unauthenticated attackers to perform unauthorized network requests.

CVE search metadata

CVE search record: CVE-2026-82630. Severity: high. CVSS: 7.3. KEV: no. Product: PowerJob (<= 5.1.2). Brief: SSRF Vulnerability in PowerJob Transport Endpoint. Brief link: https://feed.craftedsignal.io/briefs/2026-08-powerjob-ssrf/

A server-side request forgery (SSRF) vulnerability, assigned CVE-2026-82630, exists in PowerJob versions up to and including 5.1.2. The flaw is located in the MuConnectionManager.getOrCreateConnection function within the TestController.java file of the transport endpoint component. This vulnerability allows an unauthenticated remote attacker to manipulate network connections and force the PowerJob server to perform requests to internal or external network resources. Given the availability of public exploit material, there is a risk of unauthorized data access or interaction with internal services hosted within the same network as the PowerJob instance. The project maintainers have not yet provided a patch or formal response to the reported issue.

Impact

Successful exploitation allows remote attackers to perform SSRF attacks, potentially leading to unauthorized access to internal services, metadata services, or sensitive data within the server's network perimeter. The scope of impact depends on the internal network architecture of the affected organization.

Recommendation

  • Monitor webserver access logs for anomalous requests to the TestController endpoint that deviate from baseline traffic patterns.
  • Implement strict network egress filtering on the host running the PowerJob server to prevent unauthorized internal scanning or data exfiltration via SSRF.
  • Evaluate the necessity of exposing the PowerJob instance to untrusted networks; restrict access using VPN or firewall rules until a security update is released.
  • Monitor for any evidence of unauthorized requests sourced from the PowerJob server internal network segment.

Immediate actions

Restrict network access to the PowerJob TestController endpoint via perimeter or host-based firewalls

IT Operations 24h

Mitigations

Monitor egress traffic from PowerJob server instances for suspicious connection attempts

immediate SOC

CVE-2026-82630