CVE-2026-57372
Deferred Deferred - Pending Action

SSRF Vulnerability in WPJAM Basic WordPress Plugin

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

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Server-Side Request Forgery (SSRF) vulnerability in denishua WPJAM Basic wpjam-basic allows Server Side Request Forgery.This issue affects WPJAM Basic: from n/a through <= 7.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
denishua wpjam_basic to 7.0 (inc)

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 vulnerability is a Server-Side Request Forgery (SSRF) issue found in the WPJAM Basic plugin for WordPress, specifically affecting versions up to and including 7.0. SSRF vulnerabilities allow an attacker to make the server perform unauthorized requests to internal or external systems, potentially bypassing security controls.

Detection Guidance

Detecting this SSRF vulnerability in WPJAM Basic (versions 7.0 and below) on your system or network requires checking for signs of exploitation or verifying the plugin version. Below are some methods to detect it:

  • Check the installed version of the WPJAM Basic plugin. If it is 7.0 or below, the system is vulnerable. You can verify the version by navigating to the WordPress admin dashboard, then to 'Plugins', and locating WPJAM Basic in the list.
  • Review web server logs for unusual outbound HTTP requests originating from the WordPress server. Look for requests to unexpected or internal IP addresses, which may indicate SSRF exploitation attempts. Example command to search logs (adjust paths as needed): grep -r 'wpjam-basic' /var/log/apache2/access.log | grep -E 'http://|https://'
  • Monitor network traffic for unexpected requests to internal services or external domains. Tools like tcpdump or Wireshark can help capture and analyze traffic. Example command: tcpdump -i eth0 -s 0 -A 'port 80 and host <your-wordpress-server-ip>' | grep -i 'wpjam'
  • Use a vulnerability scanner like WPScan to check for known vulnerabilities in WordPress plugins. Example command: wpscan --url <your-wordpress-site> --enumerate vp --plugins-detection aggressive
Impact Analysis

The impact of this SSRF vulnerability includes the attacker being able to make the server send crafted requests to internal or external resources. This can lead to information disclosure (confidential data exposure) and integrity issues, as indicated by the CVSS metrics showing low confidentiality and integrity impacts. However, availability is not affected.

Compliance Impact

A Server-Side Request Forgery (SSRF) vulnerability like CVE-2026-57372 can impact compliance with standards and regulations such as GDPR and HIPAA by potentially exposing sensitive data or allowing unauthorized access to internal systems.

  • GDPR: If the SSRF vulnerability leads to unauthorized access to personal data stored on internal systems, it could result in a data breach. Under GDPR, organizations must protect personal data from unauthorized access, and failure to do so may lead to significant fines and legal consequences.
  • HIPAA: For organizations handling protected health information (PHI), an SSRF vulnerability could allow attackers to access internal systems containing PHI. This violates HIPAA's Security Rule, which requires safeguards to protect the confidentiality, integrity, and availability of PHI.

The vulnerability's ability to expose sensitive internal information or interact with other services on the same system increases the risk of non-compliance with these regulations, especially if proper mitigation or remediation steps are not taken promptly.

Mitigation Strategies

To mitigate the SSRF vulnerability in WPJAM Basic (versions 7.0 and below), follow these immediate steps:

  • Update the WPJAM Basic plugin to version 7.0.1 or later as soon as possible. This is the most effective way to resolve the vulnerability. You can update the plugin through the WordPress admin dashboard under 'Plugins'.
  • If updating is not immediately possible, apply the mitigation rule provided by Patchstack to block exploitation attempts. This may involve adding custom rules to your web application firewall (WAF) or modifying the plugin code temporarily.
  • Restrict outbound HTTP requests from the WordPress server to only trusted domains or internal services. This can be done using network-level controls such as firewalls or by configuring WordPress to limit HTTP requests.
  • Monitor your WordPress site for any suspicious activity, such as unexpected outbound requests or unauthorized access attempts. Enable logging for all plugin-related activities if possible.
  • Consider disabling the WPJAM Basic plugin temporarily if it is not critical to your site's functionality until the update can be applied.

Chat Assistant

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

EPSS Chart