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-28355 — It was identified that the https://github.com/Volmarg/personal-management-system application is vulnerable to CSRF attacks. | Kitploit
Tools/GitHubGitHub/abbisqq/cve-2025-28355
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubabbisqq/cve-2025-28355

CVE-2025-28355

It was identified that the https://github.com/Volmarg/personal-management-system application is vulnerable to CSRF attacks.

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-28355

It was identified that the https://github.com/Volmarg/personal-management-system application is vulnerable to CSRF attacks, one of the many action an attacker can perform is trick a legitimate user to run a cross site request that will alter his/her password, allowing the attacker access to the application. The vulnerability requires browsers that have the “SameSite” cookie attribute defaults value to none such as Firefox.

Vektor String: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N

CVSS Score: 4.7

Proof of concept For the demonstration I will use the username tester and change that user password to “missingcsrf” Note that the attacker can change other values such as the nickname and the lock password. The application is generally vulnerable to CSRF, meaning a malicious user can trick users to upload files change password mess records etc.

image

This is a simple html page that will make the cross-site request when the user visit the malicious URL.

image

Running the above in a Firefox browser, the password changed successfully.

image

Finally, we log in with the modifies password and we can see we getting redirected to the dashboard page, which means the login was successful.

image

Download Tool