Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-25460 — Cross Site Scripting Vulnerability in Flatpress CMS | Kitploit
Tools/GitHubGitHub/ronixxcybsec0101/cve-2025-25460
Vulnerability AnalysisWeb Application ExploitationPhishingWeb SecurityLearning & Education
GitHubronixxcybsec0101/cve-2025-25460

CVE-2025-25460

Cross Site Scripting Vulnerability in Flatpress CMS

View Repository
121 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

FlatPress CMS Stored XSS in v1.3.1

CVE-2025-25460
Author: Athul S

Description

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.

Attack Vectors

  • An authenticated attacker can inject a malicious JavaScript payload into the blog post entry.
  • The payload executes when an admin or another user visits the affected blog entry.
  • This could lead to session hijacking, phishing, or other client-side attacks.

Proof of Concept (PoC)

Steps to Reproduce:

  1. Login as an Admin in FlatPress v1.3.1.

  2. Navigate to the "Add Entry" section.

  3. Insert the following XSS payload in the text area:

    root@kitploit:~
    <script>alert('XSS Payload Triggered');</script>
    
Download Tool
  • Save the Entry and View the Post

  • The JavaScript payload will execute when the page loads, triggering an XSS alert box.

    Screenshot 2025-02-21 094902

    Screenshot 2025-02-21 094915

    Screenshot 2025-02-21 095029

    Screenshot 2025-02-21 095046

    Screenshot 2025-02-21 095059

    Impact

    • Code Execution: ✅ (JavaScript execution in the victim's browser)
    • Potential Exploits:
      • Session Hijacking (stealing admin cookies).
      • Phishing Attacks (redirecting users to malicious sites).
      • Defacement (injecting unwanted content into the page).

    Affected Product

    • Product: FlatPress
    • Version: 1.3.1
    • Component: Add Entry Feature (TextArea Field)

    Mitigation

    • Sanitize user inputs before rendering.
    • Implement Content Security Policy (CSP) to block inline scripts.
    • Update to FlatPress 1.4-dev, where the issue is patched.

    Vendor Contact

    • Contacted via email:
      • [email protected]
      • [email protected]
    • Vendor confirmed the issue on January 12, 2025.
    • The vulnerability is being patched in the FlatPress 1.4-dev branch.

    References

    • FlatPress Official Website
    • FlatPress GitHub Repository

    Discoverer

    Athul S