Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
4DescriptionCVE.org
The Webmention plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 5.6.2 in the 'MF2::parse_authorpage' function via the 'Receiver::post' function. This makes it possible for unauthenticated attackers to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.
AnalysisAI
Server-Side Request Forgery (SSRF) in WordPress Webmention plugin versions ≤5.6.2 allows unauthenticated remote attackers to force the web server to make arbitrary HTTP requests to internal or external systems. The vulnerability exists in the MF2::parse_authorpage function called through Receiver::post, enabling attackers to probe internal network services, exfiltrate data from cloud metadata endpoints, or modify internal resources. EPSS data not provided; no CISA KEV status indicating confirmed active exploitation at time of analysis. Public exploit code exists (proof-of-concept references available via Wordfence and WordPress plugin repository).
Technical ContextAI
The Webmention plugin implements the Webmention protocol (W3C specification for cross-site comment/notification mechanisms). The vulnerability (CWE-918: Server-Side Request Forgery) occurs in the MF2::parse_authorpage function within includes/handler/class-mf2.php at line 878, invoked via the Receiver::post function (includes/class-receiver.php line 260). These functions process incoming webmention requests to parse author page metadata using the MF2 (Microformats2) parser. Insufficient input validation allows attacker-controlled URLs to be passed directly to server-side HTTP request functions without proper allowlisting, protocol restriction, or network boundary enforcement. The affected CPE (cpe:2.3:a:pfefferle:webmention) identifies Matthias Pfefferle's Webmention plugin for WordPress. The CVSS vector (AV:N/AC:L/PR:N/UI:N) confirms this is a network-exploitable vulnerability requiring no authentication, low attack complexity, and no user interaction, with Changed scope indicating impact beyond the vulnerable component.
RemediationAI
Upgrade immediately to Webmention plugin version 5.6.3 or later, which addresses the SSRF vulnerability through input validation improvements implemented in WordPress plugin changeset 3494831 (https://plugins.trac.wordpress.org/changeset/3494831/webmention). Site administrators should access WordPress admin dashboard, navigate to Plugins > Installed Plugins, locate Webmention, and click Update Now. Alternatively, manually download version 5.6.3+ from the official WordPress plugin repository and replace the existing installation. If immediate patching is not feasible, implement network-level controls: (1) configure web application firewall (WAF) rules to inspect and block webmention POST requests containing suspicious URL patterns (private IP ranges, cloud metadata endpoints like 169.254.169.254, localhost references); (2) restrict outbound HTTP/HTTPS connections from the WordPress server using egress filtering to block access to RFC1918 private networks (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and link-local addresses; (3) consider temporarily disabling the Webmention plugin if the functionality is not business-critical. Review server logs for suspicious webmention activity targeting internal resources prior to patching.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-18132