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
Lifecycle Timeline
4DescriptionCVE.org
The PixelYourSite Pro - Your smart PIXEL (TAG) Manager plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 12.5.0.1 via the scan_video. 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. The SSRF is blind because fetched response bodies are only parsed internally for YouTube/Vimeo patterns and are never returned to the attacker.
AnalysisAI
Server-Side Request Forgery in PixelYourSite Pro WordPress plugin allows unauthenticated remote attackers to force the web application to make arbitrary HTTP requests to internal or external resources through the vulnerable scan_video function. The vulnerability affects all versions up to 12.5.0.1 and features a Changed scope (CVSS S:C), enabling attackers to probe internal network infrastructure, access cloud metadata services, and potentially modify data in internal systems that trust requests from the WordPress server. The blind SSRF nature means attackers receive no direct response but can infer results through timing attacks or side-channel observation. EPSS data not available; no public exploit code identified at time of analysis.
Technical ContextAI
This vulnerability exists in the EmbeddedVideo.php component of the PixelYourSite Pro plugin (cpe:2.3:a:pixelyoursite:pixelyoursite_pro_-_your_smart_pixel_(tag)_manager), specifically in the scan_video function at lines 66, 83, and 92. The function performs server-side HTTP requests to process video URLs without proper validation or allowlisting of target domains. CWE-918 (Server-Side Request Forgery) occurs when an application accepts user-controlled URLs and uses them in backend HTTP requests without adequate validation. The code fetches remote content and parses it for YouTube/Vimeo-specific patterns, but the lack of input sanitization allows attackers to specify arbitrary URLs. The blind nature indicates the HTTP response body is processed server-side for pattern matching but never returned to the client, limiting information disclosure but still enabling network reconnaissance and interaction with internal services that lack authentication when accessed from the WordPress server's IP address.
RemediationAI
Upgrade PixelYourSite Pro plugin to version 12.5.0.2 or later if available; check the official PixelYourSite vendor site and WordPress plugin repository for patched releases addressing CVE-2026-7049. Vendor advisory and patch status should be confirmed at https://www.wordfence.com/threat-intel/vulnerabilities/id/273e25aa-4c00-4463-afc5-d8b2433af064?source=cve. If no patched version is immediately available, implement these compensating controls: (1) Disable the EmbeddedVideo functionality in plugin settings if video tracking is not business-critical (trade-off: loss of video analytics); (2) Deploy Web Application Firewall (WAF) rules to block requests to the scan_video endpoint containing non-YouTube/Vimeo domains in parameters (trade-off: requires ongoing rule maintenance and may cause false positives); (3) Implement network egress filtering from the WordPress server to block outbound requests to internal IP ranges (RFC1918: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), localhost (127.0.0.0/8), link-local addresses (169.254.0.0/16), and cloud metadata endpoints (169.254.169.254) at the firewall or host level (trade-off: may break legitimate integrations requiring internal network access). Review WordPress access logs for suspicious requests to EmbeddedVideo.php endpoints as indicators of exploitation attempts.
More in Pixelyoursite
View allThe Product Catalog Feed by PixelYourSite WordPress plugin before 2.1.1 does not sanitise and escape the page parameter
The Product Catalog Feed by PixelYourSite WordPress plugin before 2.1.1 does not sanitise and escape the edit parameter
PHP Object Injection in the Boost plugin for WordPress (versions up to and including 2.0.3) allows unauthenticated remot
Unauthenticated SQL injection in the PixelYourSite Boost plugin for WordPress (versions up to and including 2.0.3) allow
The PixelYourSite - Your smart PIXEL (TAG) & API Manager and the PixelYourSite PRO plugins for WordPress are vulnerable
Stored cross-site scripting in the Cost of Goods by PixelYourSite WordPress plugin (versions ≤1.2.12) allows remote unau
The wpeddpcf_delete_feed AJAX handler in EDD Product Catalog Feed by PixelYourSite (WordPress plugin, all versions ≤1.0.
Cross-Site Request Forgery (CSRF) vulnerability in PixelYourSite Product Catalog Feed by PixelYourSite.1.1. Rated medium
Cross-site scripting vulnerability in PixelYourSite plugin prior to version 5.3.0 for WordPress allows remote attackers
Sensitive WooCommerce order data exposure in the PixelYourSite WordPress plugin (all versions through 11.2.1) allows una
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in PixelYourSi
The PixelYourSite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in versions up to
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26749