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-2026-15253 — Easy Media Replace <= 0.2.0 - Authenticated (Author+) Stored Cross-Site Scripting | Kitploit
Tools/GitHubGitHub/testardou/cve-2026-15253
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPapers & Research
GitHubtestardou/cve-2026-15253

CVE-2026-15253

Easy Media Replace <= 0.2.0 - Authenticated (Author+) Stored Cross-Site Scripting

View Repository
14h 15m 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-2026-15253

Easy Media Replace <= 0.2.0 - Authenticated (Author+) Stored Cross-Site Scripting

Description

The Easy Media Replace plugin is vulnerable to a Stored Cross-Site Scripting (XSS) via the media attachment title. When an Author renames a media file using an XSS payload and an Admin or Editor navigates to the media library in list view and hovers the "Replace" link, the payload executes. This occurs because the plugin outputs the media title without applying esc_attr(), breaking out of the HTML attribute context.

POC

  1. Connect with an Author level account.
  2. Upload a file.
  3. Rename the file with the title: photo" onmouseover='alert(document.domain)'
  4. Log out.
  5. Connect with an Admin or Editor account.
  6. Go to the Media page (list view).
  7. Hover over the Replace link of the file.
Download Tool