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-26206 — A critical Cross-Site Request Forgery (CSRF) vulnerability in Sell Done Storefront v.1.0. Discovered by B. Sibhi | Kitploit
Tools/GitHubGitHub/xibhi/cve-2025-26206
Vulnerability AnalysisWeb Application ExploitationWeb SecurityPapers & ResearchLearning & Education
GitHubxibhi/cve-2025-26206

CVE-2025-26206

A critical Cross-Site Request Forgery (CSRF) vulnerability in Sell Done Storefront v.1.0. Discovered by B. Sibhi

View Repository
21 year agoNot yet reviewed
Website

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-26206: Cross-Site Request Forgery (CSRF) in Sell Done Storefront v.1.0

Security CVE Responsible Disclosure

Welcome to the official repository documenting the discovery and details of CVE-2025-26206, a critical Cross-Site Request Forgery (CSRF) vulnerability in Sell Done Storefront v.1.0. Discovered by B. Sibhi, this vulnerability highlights the importance of robust web application security practices.


📄 Overview

This repository provides a detailed breakdown of the CSRF vulnerability identified in Sell Done Storefront v.1.0, which has been assigned the CVE ID CVE-2025-26206. The vulnerability allows a remote attacker to escalate privileges by exploiting the lack of CSRF protections in the application.


🔍 Vulnerability Details

CategoryDetails
CVE IDCVE-2025-26206
Vulnerability TypeCross-Site Request Forgery (CSRF)
Affected ProductSell Done Storefront v.1.0
ImpactPrivilege Escalation
Attack VectorRemote
DiscovererB. Sibhi

🛠️ Technical Description

The vulnerability exists due to the absence of anti-CSRF tokens in the Sell Done Storefront v.1.0 web application. This allows an attacker to craft malicious requests that can be executed by an authenticated user without their knowledge, leading to privilege escalation.

Affected Code

The vulnerable code is located in the following file:

  • index.html

How It Works

  1. An attacker creates a malicious HTML form or script designed to perform a privileged action (e.g., changing user roles).
  2. The attacker tricks an authenticated user into visiting a page containing the malicious form/script.
  3. The user’s browser sends a request to the vulnerable application, executing the privileged action without the user’s consent.

⚠️ Impact

If exploited, this vulnerability could allow a remote attacker to:

  • Escalate privileges and gain unauthorized access to sensitive functionalities.
  • Perform actions on behalf of authenticated users without their knowledge.

🛡️ Remediation

The vendor has been notified, and the issue has been patched. To mitigate this vulnerability:

  1. Update to the latest version of Sell Done Storefront.
  2. Implement anti-CSRF tokens in all state-changing requests.
  3. Validate and sanitize all user inputs to prevent similar vulnerabilities.

📚 References

  • CVE Mitre Entry
  • Sell Done Storefront GitHub Repository
  • OWASP CSRF Prevention Cheat Sheet

📜 License

This repository is licensed under the MIT License. Feel free to use the information provided here for educational or research purposes.


Disclaimer: This repository is intended for educational and informational purposes only. The discoverer is not responsible for any misuse of the information provided.3. The user's browser sends a request to the vulnerable application, executing the privileged action without the user's knowledge.

Note: A full PoC is not provided here to prevent misuse. Responsible disclosure practices have been followed.

Download Tool