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-44108-SXSS | Kitploit
Tools/GitHubGitHub/harish0x/cve-2025-44108-sxss
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubharish0x/cve-2025-44108-sxss

CVE-2025-44108-SXSS

View Repository
1 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

CVE-2025-44108 - Stored cross site scripting(XSS) vulnerabilities in the FlatPress CMS 1.3.1

Description

A stored Cross-Site Scripting (XSS) vulnerability exists in the administration panel of Flatpress CMS 1.3.1. An attacker with admin privileges can inject a malicious JavaScript payload into the system, which is then stored persistently.

When a regular user visits the compromised page (e.g., a blog post), the injected payload executes automatically in the victim's browser.

Affected product

  • Flatpress
  • Version : <=1.3.1
  • Component : Gallery captions

⚠️ Impact

  • Steal session cookies.
  • Phishing Attacks
  • Redirect users to malicious sites.

Step to Reproduce:

1.Download the FlatPress CMS from a trustworthy source. (https://github.com/flatpressblog/flatpress)

2.Launch a local PHP server using the command: php -S 127.0.0.1:80

3.Open the following URL in your browser: http://127.0.0.1/admin.php?p=uploader&action=gallerycaptions

4.In Administration area -> uploader->Gallery Captions, in that area you can edit the caption for the images, inject the payload and save , when ever site vister or admin vist the blog post the stored xss will get excute.

Imge

Imge

Imge

Imge

root@kitploit:~
1. 


2. 

Code area

Flatpress github

Reference:

https://portswigger.net/web-security/cross-site-scripting

Fixed Version

FlatPress 1.4 "Notturno" link

CVE Assignment

  • CVE ID: CVE-2025-44108
Download Tool