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 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.
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-26749