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-22963 | Kitploit
Tools/GitHubGitHub/samplev45/cve-2025-22963
Vulnerability AnalysisWeb Application ExploitationWeb SecurityPapers & ResearchLearning & Education
GitHubsamplev45/cve-2025-22963

CVE-2025-22963

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

Overview

Cross-site request forgery(CSRF) vulnerability in Teedy versions <= v1.11 allows remote attackers to force an end user to change their user information(username, password, etc...) on the web application in which they're currently authenticated.

CVE IDCVE-2025-22963
CWE IDCWE-352
CWE NameCross-Site Request Forgery(CSRF)
CVSS Version 3.x7.5 High
Affected SoftwareTeedy <= v1.11

Vulnerability

Due to the lack of CSRF protection, it is possible to trick an authenticated user into performing an unwanted action such as changing user information.
Tricking an authenticated user into making a request to one of the endpoints can change user profile(including password) leading to account takeover.

Fix

To fix this vulnerability, implement CSRF token for endpoints.
CSRF token makes it difficult for an attacker to construct a valid request.
It must be unpredictable and secret.

References

sismics - Teedy(https://github.com/sismics/docs)
portswigger - Cross-site request forgery(CSRF)(https://portswigger.net/web-security/csrf)
Mozilla - Examples of access control scenarios(https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#examples_of_access_control_scenarios)

Credits

Thank you, Ayato for teaching me how to report a vulnerability.

Download Tool