CVE-2026-7049
Server-Side Request Forgery in PixelYourSite Pro WordPress Plugin
Publication date: 2026-05-02
Last updated on: 2026-05-05
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| pixel_your_site | pro | to 12.5.0.1 (inc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
The PixelYourSite Pro plugin for WordPress has a Server-Side Request Forgery (SSRF) vulnerability in all versions up to 12.5.0.1 via the scan_video feature.
This vulnerability allows unauthenticated attackers to make web requests to arbitrary locations from the web application.
The SSRF is blind, meaning the attacker does not receive the response bodies directly; the responses are only parsed internally for YouTube or Vimeo patterns.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can make the web application send requests to arbitrary internal or external locations.
This can be used to query and modify information from internal services that might not be otherwise accessible.
Because the attacker is unauthenticated, this increases the risk of unauthorized access and potential data exposure or manipulation.