
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-14518 is a Server-Side Request Forgery (SSRF) vulnerability in PowerJob, an open-source distributed job scheduling framework. It affects the checkConnectivity function in src/main/java/tech/powerjob/common/utils/net/PingPongUtils.java within the Network Request Handler component, impacting all versions up to and including 5.1.2. The vulnerability was disclosed on November 28, 2025 (via GitHub issue) and published to the NVD and GitHub Advisory Database on December 11, 2025. CVSS v3.1 base score is 9.8 (Critical) per VulDB's assessment, while the GitHub Advisory Database rates it Moderate (CVSS v4.0: 5.3) (Github Advisory, PowerJob Issue).
The root cause is CWE-918 (Server-Side Request Forgery): the /server/checkConnectivity HTTP GET endpoint in ServerController.java passes user-supplied targetIp and targetPort parameters directly to PingPongUtils.checkConnectivity(), which opens a raw TCP socket (new Socket(targetIp, targetPort)) without any validation or allowlist enforcement. This allows an attacker to direct the server to initiate arbitrary TCP connections to any IP and port, including internal network resources not otherwise accessible. A public proof-of-concept Python script has been published demonstrating exploitation via DNS out-of-band (OOB) callbacks, confirming the server initiates outbound connections to attacker-controlled hosts (PowerJob Issue, Github Advisory).
Successful exploitation allows an attacker to use the PowerJob server as a proxy to probe and interact with internal network services that are otherwise firewalled from external access, enabling internal port scanning, service enumeration, and potential access to sensitive internal APIs (e.g., cloud metadata endpoints, databases, or administrative interfaces). This can facilitate lateral movement within the network and data exfiltration. The CVSS v3.1 score of 9.8 reflects high confidentiality, integrity, and availability impacts in the most severe exploitation scenarios (Github Advisory, PowerJob Issue).
/server/checkConnectivity.targetIp and targetPort parameters, e.g.:GET /server/checkConnectivity?targetIp=169.254.169.254&targetPort=80 HTTP/1.1
Host: <powerjob-server>169.254.169.254, internal databases, admin panels).targetIp to confirm outbound connections from the server, as demonstrated in the public PoC./server/checkConnectivity with varying targetIp and targetPort parameters, especially to internal addresses or unusual external hosts.As of the advisory publication date, no patched version beyond 5.1.2 has been officially released (the GitHub Advisory lists "Patched versions: None") (Github Advisory). Organizations should monitor the PowerJob repository for a patch release and upgrade immediately when available. In the interim, implement network-level egress filtering to restrict outbound connections from PowerJob servers to only known worker nodes; apply firewall rules blocking access to internal network ranges and cloud metadata endpoints from the PowerJob server; and restrict access to the /server/checkConnectivity endpoint to trusted IP addresses only via a reverse proxy or WAF.
The vulnerability was reported by researcher "NinjaGPT" via a GitHub issue on November 28, 2025, and subsequently assigned a CVE and published to the GitHub Advisory Database on December 11, 2025 (PowerJob Issue, Github Advisory). No significant broader media coverage or notable public researcher commentary beyond the original disclosure has been identified at this time.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."