Sceawere
Vulnerability Detail
CVE-2026-61961UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
EmbedPress Unauthenticated Cross-Site Scripting
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.1
- Creation Date
- 1d ago
- Vendor
- WPDeveloper
- Product
- EmbedPress
- Attack Type
- CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
- Attack Complexity
- LOW
Narrative and Response
Description
Unauthenticated Cross Site Scripting (XSS) in EmbedPress <= 4.5.6 versions.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "7.1",
"pubDate": "2026-08-06T15:17:12.950Z",
"pubdate": "2026-08-06T15:17:12.950Z",
"executiveSummary": "An unauthenticated Cross-Site Scripting (XSS) vulnerability has been identified in the EmbedPress plugin affecting versions up to and including 4.5.6. This security flaw enables remote, unauthenticated attackers to inject malicious client-side scripts, typically JavaScript, into legitimate web pages rendered by the affected software. When unsuspecting users visit the compromised page, the injected payload executes within the context of their browser session. The primary risk implication includes session hijacking, unauthorized access to sensitive user data, cookie theft, and potential redirection to malicious external domains. Exploitation requires network access to the target WordPress installation and relies on the victim interacting with or viewing the maliciously crafted embed component. Because the vulnerability is unauthenticated, threat actors do not require prior access credentials to target vulnerable endpoints, significantly increasing the attack surface. Remediation requires updating the EmbedPress plugin to a version subsequent to 4.5.6 where input sanitization and output encoding mechanisms are properly enforced.",
"technicalDetails": "The vulnerability resides within the input handling and output rendering mechanisms of the EmbedPress plugin affecting versions <= 4.5.6. Specifically, the software fails to properly sanitize or validate user-supplied parameters before echoing them back into the Document Object Model (DOM) during the rendering of embedded content. This lack of robust contextual output encoding allows an attacker to bypass security boundaries and inject arbitrary HTML markup containing executable JavaScript payloads.\nExploitation occurs over the network without requiring any authentication or specific privilege levels from the attacker. The attack flow typically proceeds as follows: First, the threat actor crafts a malicious URL or payload containing embedded script tags or event handlers tailored to exploit the vulnerable input parameter within EmbedPress. Second, the attacker induces a victim to load the crafted resource or interact with the vulnerable embed functionality on the target WordPress site. Third, the unvalidated input is processed by the vulnerable component and reflected directly into the HTTP response delivered to the client browser. Finally, the browser parses the response, executing the injected script within the security context of the victim's active session, allowing the execution of arbitrary script logic such as accessing document.cookie or performing unauthorized actions via the WordPress REST API or administrative AJAX endpoints if the victim possesses elevated privileges."
}