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-30967

CVE-2025-30967: WPJobBoard CSRF Vulnerability

CVE-2025-30967 is a Cross-Site Request Forgery flaw in WPJobBoard plugin that allows attackers to upload web shells to servers. This article covers the technical details, affected versions, security impact, and mitigation.

Published: March 18, 2026

CVE-2025-30967 Overview

CVE-2025-30967 is a Cross-Site Request Forgery (CSRF) vulnerability in the WPJobBoard WordPress plugin that enables attackers to upload a web shell to a web server. This critical vulnerability allows unauthenticated attackers to chain CSRF with file upload functionality, ultimately achieving Remote Code Execution (RCE) on affected WordPress installations.

Critical Impact

Attackers can leverage this CSRF vulnerability to upload malicious web shells, granting them full control over the affected WordPress server and enabling arbitrary code execution, data theft, and further network compromise.

Affected Products

  • WPJobBoard WordPress plugin version 5.11.1 and prior
  • WordPress installations utilizing the vulnerable WPJobBoard plugin
  • Web servers hosting affected WordPress sites

Discovery Timeline

  • 2025-04-15 - CVE-2025-30967 published to NVD
  • 2025-04-16 - Last updated in NVD database

Technical Details for CVE-2025-30967

Vulnerability Analysis

This vulnerability stems from a lack of proper CSRF token validation in the WPJobBoard plugin's file upload functionality. When an authenticated administrator is tricked into visiting a malicious page or clicking a crafted link, the attacker can exploit the missing anti-CSRF protections to submit unauthorized file upload requests on behalf of the victim.

The attack chain involves two stages: first exploiting the CSRF weakness to bypass authentication checks, then leveraging the file upload mechanism to deploy a PHP web shell. Once uploaded, the web shell provides the attacker with a persistent backdoor for executing arbitrary commands on the server with the privileges of the web server process.

The scope-changing nature of this vulnerability means that successful exploitation impacts resources beyond the vulnerable component itself, potentially compromising the entire WordPress installation and underlying server infrastructure.

Root Cause

The root cause is classified under CWE-352 (Cross-Site Request Forgery). The WPJobBoard plugin fails to implement proper nonce verification or anti-CSRF tokens in its file upload handling endpoints. This allows attackers to craft malicious requests that execute privileged actions when processed by an authenticated administrator's browser session.

WordPress provides built-in CSRF protection mechanisms through nonces, but the vulnerable code paths in WPJobBoard do not properly validate these tokens before processing file upload requests.

Attack Vector

The attack requires network access and user interaction. An attacker must trick an authenticated WordPress administrator into visiting a malicious webpage containing a crafted form or script. The malicious page automatically submits a file upload request to the vulnerable WPJobBoard endpoint, using the administrator's active session to bypass authentication.

The attack sequence involves crafting an HTML page containing a hidden form that targets the vulnerable file upload endpoint, including a malicious PHP file payload. When an authenticated admin visits the page, their browser automatically submits the request with their session cookies, uploading the web shell to the server.

Detection Methods for CVE-2025-30967

Indicators of Compromise

  • Unexpected PHP files appearing in WordPress upload directories or plugin folders
  • Web shell files with suspicious names or obfuscated content (e.g., shell.php, c99.php, r57.php)
  • Unusual outbound network connections from the web server process
  • Modified .htaccess files or unexpected cron jobs
  • Access logs showing requests to newly created PHP files from external IP addresses

Detection Strategies

  • Monitor WordPress upload directories for newly created PHP files
  • Implement file integrity monitoring to detect unauthorized changes to plugin directories
  • Review web server access logs for suspicious POST requests to WPJobBoard endpoints
  • Deploy Web Application Firewalls (WAF) with rules to detect web shell upload attempts
  • Scan uploaded files for known web shell signatures and obfuscated PHP code patterns

Monitoring Recommendations

  • Enable WordPress audit logging to track administrative actions and file uploads
  • Configure alerts for new PHP file creation in web-accessible directories
  • Monitor for unusual process execution originating from the web server user
  • Implement real-time security monitoring with SentinelOne Singularity for endpoint detection
  • Review authentication logs for sessions coinciding with suspicious file operations

How to Mitigate CVE-2025-30967

Immediate Actions Required

  • Update WPJobBoard to a patched version immediately if one is available
  • Temporarily disable the WPJobBoard plugin until a patch is applied
  • Audit WordPress installations for any signs of existing compromise
  • Review and remove any suspicious PHP files from upload directories
  • Implement additional WAF rules to block CSRF-based file upload attempts

Patch Information

Refer to the Patchstack WP Job Board Vulnerability advisory for the latest patch information and version updates. Contact the plugin vendor for patched versions and apply updates through the WordPress admin dashboard or manually via SFTP.

Workarounds

  • Disable the WPJobBoard plugin entirely until a security patch is available
  • Implement a Web Application Firewall (WAF) to filter malicious file upload requests
  • Restrict administrative access to trusted IP addresses only
  • Enable two-factor authentication for all WordPress administrator accounts
  • Configure server-level restrictions to prevent PHP execution in upload directories
bash
# Prevent PHP execution in WordPress uploads directory
# Add to .htaccess in wp-content/uploads/
<FilesMatch "\.php$">
    Order Allow,Deny
    Deny from all
</FilesMatch>

# Alternative: Disable PHP execution via Apache configuration
<Directory "/var/www/html/wp-content/uploads">
    php_admin_flag engine off
</Directory>

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWpjobboard

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack WP Job Board Vulnerability
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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