Sceawere
Vulnerability Detail
CVE-2026-15046UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
LitExtension CSRF Token Overwrite
Vulnerability Metadata
- Severity
- Medium
- Score / CVSS
- 4.2
- Creation Date
- 4h ago
- Vendor
- Unknown
- Product
- LitExtension
- Attack Type
- CWE-352 Cross-Site Request Forgery (CSRF)
- Vector String
- CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N
- Attack Complexity
- HIGH
Narrative and Response
Description
The LitExtension WordPress plugin through 1.2.5 does not verify a nonce before an administrative action that overwrites the store-migration connector's authentication token, allowing attackers to take over the connector token by tricking a logged-in administrator into clicking a crafted link (CSRF).
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": "4.2",
"pubDate": "2026-08-21T12:16:22.830Z",
"pubdate": "2026-08-21T12:16:22.830Z",
"executiveSummary": "A Cross-Site Request Forgery (CSRF) vulnerability exists in the LitExtension WordPress plugin through version 1.2.5. The security flaw stems from the complete absence of cryptographic nonce verification prior to executing sensitive administrative actions. Specifically, the vulnerable functionality permits the unauthorized modification and overwriting of the store-migration connector's authentication token.\nThe primary impact of this vulnerability is the potential full compromise of the store-migration connector's authentication mechanism. By successfully executing this attack, malicious actors can hijack the connector token, effectively gaining unauthorized administrative control over the migration interface and underlying data transit channels.\nThe affected product is the LitExtension WordPress plugin across all versions up to and including 1.2.5. This security issue poses severe risk implications, as unauthorized token manipulation can lead to data exposure, unauthorized migration processes, or further system compromise depending on the privileges and integrations associated with the affected connector.\nTo successfully exploit this vulnerability, an attacker must possess the capability to deploy a specially crafted malicious link or page, requiring social engineering tactics to trick an authenticated administrator into clicking the link while possessing an active administrative session on the target WordPress instance.",
"technicalDetails": "The root cause of this vulnerability is the failure of the LitExtension WordPress plugin to implement proper cryptographic token validation, specifically a WordPress nonce check, prior to processing administrative requests. Without this validation mechanism, the application cannot cryptographically verify whether an incoming state-changing request originated legitimately from an authenticated administrator's intentional action or was induced via a third-party context.\nThe vulnerable component is the administrative endpoint responsible for managing and updating the store-migration connector's authentication token. This administrative function processes HTTP requests directly without validating security tokens, exposing the state-changing operation to cross-site request forgery attacks across all versions through 1.2.5.\nThe exploitation method relies on browser session handling and implicit credential inclusion. When a victim administrator is authenticated to the target WordPress installation and visits a malicious external website or views an embedded payload controlled by the attacker, the browser automatically includes the valid session cookies in any cross-site HTTP request directed at the vulnerable administrative endpoint.\nThe attack flow proceeds as follows: First, the attacker crafts a malicious URL or HTML document containing a forged request designed to target the vulnerable administrative action of the LitExtension plugin. Second, the attacker delivers this payload to a targeted, authenticated site administrator via social engineering vectors such as phishing emails, malicious web banners, or injected forum posts. Third, upon interaction by the victim administrator, the browser dispatches the forged HTTP request to the vulnerable WordPress site, automatically appending the administrative session credentials. Fourth, the LitExtension plugin processes the request, failing to verify the absence or invalidity of a security nonce. Finally, the application executes the administrative action, successfully overwriting the store-migration connector's authentication token with values supplied by the attacker.\nAuthentication and privilege requirements for the target endpoint involve executing actions within the context of an authenticated administrative user. However, the attacker themselves does not require direct administrative credentials or prior privileged access to the target system; instead, they exploit the ambient authority of the victim administrator via browser request forgery.\nThe post-exploitation impact allows the attacker to take over the connector token. With control over the authentication token, the malicious actor can intercept, manipulate, or impersonate authorized communications and data flows associated with the store-migration connector, potentially facilitating unauthorized data migration or data exfiltration."
}