Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-14518

CVE-2025-14518: PowerJob SSRF Vulnerability

CVE-2025-14518 is a server-side request forgery flaw in PowerJob up to version 5.1.2 that enables remote attackers to exploit network requests. This article covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-14518 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in PowerJob versions up to and including 5.1.2. This vulnerability affects the checkConnectivity function within the file src/main/java/tech/powerjob/common/utils/net/PingPongUtils.java of the Network Request Handler component. Attackers can exploit this flaw by manipulating the targetIp and targetPort arguments, enabling unauthorized server-side requests to internal or external resources. The vulnerability is remotely exploitable, and exploit details have been publicly disclosed.

Critical Impact

Attackers can leverage this SSRF vulnerability to probe internal network infrastructure, access sensitive internal services, or pivot attacks to other systems within the network perimeter.

Affected Products

  • PowerJob versions up to 5.1.2
  • src/main/java/tech/powerjob/common/utils/net/PingPongUtils.java - Network Request Handler component

Discovery Timeline

  • 2025-12-11 - CVE-2025-14518 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2025-14518

Vulnerability Analysis

This vulnerability is classified as Server-Side Request Forgery (SSRF), categorized under CWE-918. The flaw exists in the checkConnectivity function of PowerJob's PingPongUtils.java utility class, which is responsible for network connectivity testing. The function accepts user-controlled input for the targetIp and targetPort parameters without adequate validation or sanitization.

When exploited, attackers can craft malicious requests that cause the PowerJob server to initiate network connections to arbitrary destinations. This can be leveraged to bypass firewall restrictions, scan internal network ports, access cloud metadata services (such as AWS EC2 metadata endpoints), or interact with internal services that should not be externally accessible.

Root Cause

The root cause of this vulnerability lies in the insufficient input validation within the checkConnectivity function. The targetIp and targetPort parameters are directly used to establish network connections without proper sanitization or allowlist validation. This allows attackers to specify arbitrary IP addresses, including internal RFC 1918 addresses, localhost, cloud metadata endpoints, or other sensitive network destinations.

Attack Vector

The attack vector is network-based, requiring the attacker to have authenticated access to the PowerJob application. Exploitation involves submitting crafted requests containing malicious targetIp and targetPort values through the Network Request Handler. The server processes these inputs and initiates connections to the specified targets on behalf of the attacker.

Successful exploitation may enable attackers to:

  • Access internal services behind firewalls
  • Retrieve cloud instance metadata and credentials
  • Perform port scanning of internal network infrastructure
  • Interact with administrative interfaces on internal systems

For detailed technical information and proof-of-concept details, refer to GitHub Issue #1144 and the VulDB Entry #335856.

Detection Methods for CVE-2025-14518

Indicators of Compromise

  • Unusual outbound connection attempts from PowerJob server to internal IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (e.g., 169.254.169.254) originating from the PowerJob application
  • Anomalous network activity from the PowerJob service to previously uncontacted internal hosts
  • Log entries showing connectivity checks to unexpected or suspicious target addresses

Detection Strategies

  • Implement network monitoring to detect outbound connections from PowerJob servers to internal network ranges that deviate from normal operational patterns
  • Deploy web application firewall (WAF) rules to inspect and block requests containing internal IP addresses or metadata endpoint addresses in parameter values
  • Monitor application logs for the checkConnectivity function calls with suspicious targetIp or targetPort parameters
  • Utilize SentinelOne's behavioral AI to detect anomalous network request patterns indicative of SSRF exploitation

Monitoring Recommendations

  • Enable detailed logging for all network connectivity operations within PowerJob
  • Configure alerts for connection attempts to RFC 1918 private address spaces from the PowerJob application
  • Implement network segmentation monitoring to track cross-segment traffic initiated by PowerJob servers
  • Review access logs regularly for patterns of systematic internal port scanning or metadata endpoint access attempts

How to Mitigate CVE-2025-14518

Immediate Actions Required

  • Upgrade PowerJob to the latest version if a patched release is available
  • Implement network-level controls to restrict PowerJob server outbound connections to only necessary external endpoints
  • Apply strict input validation for targetIp and targetPort parameters using allowlists of permitted destinations
  • Temporarily disable or restrict access to the connectivity check functionality if not critical to operations

Patch Information

At the time of publication, users should monitor the PowerJob GitHub Repository for official security patches addressing this SSRF vulnerability. Review GitHub Issue #1144 for updates from the development team regarding remediation timelines and patch availability.

Workarounds

  • Implement a Web Application Firewall (WAF) rule to block requests containing private IP addresses or cloud metadata endpoint addresses
  • Apply network-level egress filtering to prevent PowerJob servers from initiating connections to internal network ranges
  • Use a reverse proxy to intercept and validate connectivity check requests before they reach the PowerJob application
  • Restrict authenticated access to PowerJob to only trusted users and service accounts
bash
# Example iptables rules to restrict PowerJob outbound connections
# Block connections to internal networks from PowerJob
iptables -A OUTPUT -m owner --uid-owner powerjob -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner powerjob -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner powerjob -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -m owner --uid-owner powerjob -d 169.254.169.254 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechPowerjob

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • GitHub PowerJob Repository

  • GitHub Issue #1144

  • GitHub Issue #1144 Discussion

  • VulDB CTI ID #335856

  • VulDB #335856

  • VulDB Submission #702896
  • Related CVEs
  • CVE-2026-5736: PowerJob SQL Injection Vulnerability

  • CVE-2026-5739: PowerJob RCE Vulnerability

  • CVE-2025-11581: Powerjob Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English