Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Unauthenticated network-reachable SSRF via 'url' parameter; scope changes to internal services with limited read/write impact and no availability effect.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The URL Preview plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 1.0 via the 'url' parameter. 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.
Articles & Coverage 1
AnalysisAI
Server-Side Request Forgery in the WordPress URL Preview plugin (all versions through 1.0) allows unauthenticated attackers to coerce the WordPress server into making arbitrary outbound HTTP requests via the 'url' parameter. The flaw, reported by Wordfence and tracked as CWE-918, enables querying or modifying data on internal services reachable from the WordPress host, including cloud metadata endpoints and internal admin panels. No public exploit identified at time of analysis, but the vulnerability is trivially exploitable given AV:N/AC:L/PR:N/UI:N.
Technical ContextAI
The vulnerability sits in the abhisheksaha11 URL Preview (link-preview) plugin for WordPress, identified by CPE cpe:2.3:a:abhisheksaha11:url_preview:*:*:*:*:*:*:*:*. The referenced source lines in class.linkpreview.php (L30, L112) implement the link preview retrieval, fetching the user-supplied 'url' parameter server-side without sufficient validation or destination allowlisting. CWE-918 (Server-Side Request Forgery) describes exactly this class: the server is induced to make outbound network requests to attacker-chosen targets, which is dangerous in shared-hosting and cloud environments where internal-only services (cloud metadata at 169.254.169.254, internal admin APIs, databases bound to localhost) trust requests originating from the WordPress host.
RemediationAI
No vendor-released patch identified at time of analysis - the advisory indicates the SSRF is present in all versions up to and including 1.0, with no fixed version cited. Site operators should deactivate and uninstall the URL Preview plugin until a patched release is published, monitoring the WordPress.org plugin page and the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/05de038f-eff4-4b00-930c-3d2335345869 for an update. As compensating controls, place WordPress behind an egress firewall or proxy that denies outbound requests to RFC1918 ranges, 169.254.169.254 (cloud metadata), and localhost (side effect: any legitimate plugin needing internal API access will break); on AWS, enforce IMDSv2 to mitigate metadata token theft via SSRF (side effect: requires applications to use session-token requests). If the plugin must remain enabled, restrict access to its endpoint at the web-server or WAF layer to authenticated administrators only (side effect: breaks any front-end usage of the preview feature).
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38656
GHSA-mpqw-xp9q-3fpc