CVE-2026-4361
Received Received - Intake

Divi Theme Server-Side Request Forgery Vulnerability

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

Publication date: 2026-09-05

Last updated on: 2026-09-05

Assigner: Wordfence

Description

The Divi theme for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 4.27.6. This is due to the `et_pb_set_video_oembed_thumbnail_resolution()` function using `wp_remote_get()` instead of `wp_safe_remote_get()` to fetch a remote image URL, which does not restrict requests to private or reserved IP ranges. This makes it possible for authenticated attackers, with Contributor-level access and above, to make web requests to arbitrary locations originating from the web application server. The response body is not returned to the attacker (blind SSRF), but two oracles exist: a status oracle (the returned URL string differs depending on whether the target responded with HTTP 200) and a timing oracle (response time varies by target reachability).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
elegant_themes divi to 4.27.6 (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 is a blind Server-Side Request Forgery (SSRF) vulnerability in the Divi WordPress theme up to version 4.27.6. It occurs because the et_pb_set_video_oembed_thumbnail_resolution() function uses wp_remote_get() instead of wp_safe_remote_get() to fetch remote images. This allows authenticated attackers with Contributor-level access or higher to make web requests to arbitrary locations from the server. The attack is blind as the response body is not returned, but attackers can infer success via status or timing differences.

Detection Guidance

This vulnerability can be detected by checking if your Divi theme version is 4.27.6 or earlier. Use WordPress admin to check the theme version or run the command 'wp theme list' in your WordPress directory if you have WP-CLI installed.

Impact Analysis
  • Authenticated attackers with Contributor access or higher could exploit this to probe internal networks or services from your server.
  • The vulnerability enables reconnaissance of internal systems without direct access to responses.
  • While not directly stealing data, it could be used as a stepping stone for further attacks against your infrastructure.
Compliance Impact

This SSRF vulnerability could potentially violate compliance requirements that mandate strict access controls and data protection measures, such as GDPR's principle of data protection by design or HIPAA's security rule requiring protection against unauthorized access. Exploitation could indicate inadequate security controls in the environment.

Mitigation Strategies

Immediately update the Divi theme to version 4.27.7 or later, which patches this SSRF vulnerability. You can update via WordPress admin panel or WP-CLI using 'wp theme update divi'.

Chat Assistant

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

EPSS Chart