CVE-2026-4852
Stored XSS in Image Source Control Lite WordPress Plugin
Publication date: 2026-04-20
Last updated on: 2026-04-20
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wp_source_control_lite | image_source_control_lite | to 3.9.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability exists in the Image Source Control Lite β Show Image Credits and Captions plugin for WordPress, specifically in all versions up to and including 3.9.1. It is a Stored Cross-Site Scripting (XSS) vulnerability that occurs via the 'Image Source' attachment field. This happens because the plugin does not properly sanitize input or escape output, allowing authenticated users with Author-level access or higher to inject arbitrary web scripts. These scripts execute whenever any user accesses a page containing the injected content.
How can this vulnerability impact me? :
This vulnerability can allow attackers with Author-level access or higher to inject malicious scripts into pages viewed by other users. These scripts can execute in the context of the victim's browser, potentially leading to theft of sensitive information, session hijacking, or performing actions on behalf of the victim without their consent. Since the vulnerability is a Stored Cross-Site Scripting, the malicious code persists on the site and affects all users who visit the infected pages.