Skip to content

Anusha-Khan29/CVE-2025-70149-SQL-Injection

Repository files navigation

CVE-2025-70149 — SQL Injection Research Project

Overview

Security research project demonstrating exploitation and mitigation of CVE-2025-70149, a critical SQL Injection vulnerability (CVSS 9.8/10) in CodeAstro Membership Management System v1.0.

CVE Details

Field Value
CVE ID CVE-2025-70149
CVSS Score 9.8 CRITICAL
Type SQL Injection (CWE-89)
Auth Required None

Lab Setup

  • Attacker: Kali Linux (192.168.63.5)
  • Victim: Windows 10 + XAMPP (192.168.63.6)
  • Tool: sqlmap 1.10.3

Results

  • Full database dumped remotely
  • 9 member records extracted
  • Admin credentials retrieved
  • MD5 hash cracked

Mitigation Applied

  • PHP Prepared Statements
  • Input Validation
  • Least Privilege DB User
  • Error Handling

MITRE ATT&CK

T1190, T1082, T1005, T1555, M1026, M1027

Disclaimer

This project was conducted in an isolated local environment for academic purposes only.

About

Security research project — SQL Injection vulnerability exploitation and mitigation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors