CVE-2025-46041
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-06-09

Last updated on: 2025-06-25

Assigner: MITRE

Description
A stored cross-site scripting (XSS) vulnerability in Anchor CMS v0.12.7 allows attackers to inject malicious JavaScript via the page description field in the page creation interface (/admin/pages/add).
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-06-09
Last Modified
2025-06-25
Generated
2026-05-07
AI Q&A
2025-06-09
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
anchorcms anchor_cms 0.12.7
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart