
Cross Site Scripting Vulnerability in Flatpress CMS
CVE-2025-25460
Author: Athul S
A stored Cross-Site Scripting (XSS) vulnerability was identified in FlatPress 1.3.1 within the "Add Entry" feature. This vulnerability allows authenticated attackers to inject malicious JavaScript payloads into blog posts, which execute when other users view the posts. The issue arises due to improper input sanitization of the "TextArea" field in the blog entry submission form.
Login as an Admin in FlatPress v1.3.1.
Navigate to the "Add Entry" section.
Insert the following XSS payload in the text area:
<script>alert('XSS Payload Triggered');</script>
Save the Entry and View the Post
The JavaScript payload will execute when the page loads, triggering an XSS alert box.





Athul S