CVE-2026-82630
Received Received - Intake

Server-Side Request Forgery in PowerJob

Vulnerability report for CVE-2026-82630, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A vulnerability was identified in PowerJob up to 5.1.2. Impacted is the function MuConnectionManager.getOrCreateConnection of the file powerjob-server/powerjob-server-starter/src/main/java/tech/powerjob/server/web/controller/TestController.java of the component Transport Endpoint. The manipulation leads to server-side request forgery. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-08-31
AI Q&A
2026-08-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
tech powerjob to 5.1.2 (inc)
tech powerjob 5.1.2

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Server-Side Request Forgery (SSRF) vulnerability in PowerJob up to version 5.1.2. It affects the /test/transport endpoint, allowing unauthenticated attackers to make the server initiate outbound connections to arbitrary hosts and ports by sending a crafted HTTP request with a user-controlled URL object. The server then uses these values to establish connections via bootstrap.connect(host, port).

Detection Guidance

Check if the /test/transport endpoint is exposed in your PowerJob server by sending an HTTP GET request to the endpoint. If the endpoint responds without authentication, it may be vulnerable. Use tools like curl to test: curl -X GET http://<powerjob-server>/test/transport. Additionally, monitor network traffic for unexpected outbound connections from the PowerJob server to arbitrary hosts or ports.

Impact Analysis

An attacker could exploit this to probe internal network services reachable from the PowerJob server, potentially leading to further attacks or information disclosure. The vulnerability allows access to internal systems without authentication, increasing the risk of data breaches or lateral movement within the network.

Compliance Impact

This SSRF vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements under GDPR and HIPAA. It may result in data breaches, non-compliance with data protection obligations, and potential regulatory penalties due to inadequate security controls.

Mitigation Strategies

Immediately remove the TestController from production builds or disable the /test/** endpoints. Add authentication to all /test/** endpoints to ensure only authorized users can access them. Implement destination validation with an allowlist to restrict outbound connections to trusted hosts and ports. Restrict the endpoint to prevent arbitrary host and port connections.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82630. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart