CVE-2025-46041
BaseFortify
Publication date: 2025-06-09
Last updated on: 2025-06-25
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| anchorcms | anchor_cms | 0.12.7 |
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?
CVE-2025-46041 is a stored cross-site scripting (XSS) vulnerability in Anchor CMS version 0.12.7. It occurs in the page creation interface (/admin/pages/add), specifically in the description field. An attacker with admin or editor privileges can inject malicious JavaScript code into this field, which then executes whenever the page is viewed. This allows the attacker to run arbitrary scripts in the context of the CMS. [1]
How can this vulnerability impact me? :
This vulnerability can allow an attacker with certain privileges to execute arbitrary JavaScript code within the CMS environment. This can lead to unauthorized actions such as stealing session cookies, defacing the website, redirecting users to malicious sites, or performing actions on behalf of legitimate users. It compromises the integrity and security of the CMS and its users. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by logging into the Anchor CMS admin panel, navigating to Pages > Add Page, and attempting to insert a script payload such as `<script>alert(document.domain)</script>` into the Description field. After saving the page, revisiting it should reveal if the script executes, indicating the presence of the stored XSS vulnerability. [1]