CVE-2024-1512 Scanner
Targets the 'user_name' parameter in the login endpoint, allowing unauthenticated attackers to extract database contents.
Short Info
Level
Single Scan
Single Scan
Can be used by
Asset Owner
Estimated Time
1 minute
Time Interval
4 weeks 1 hour
Scan only one
Domain, IPv4, Subdomain
Toolbox
The MasterStudy LMS WordPress Plugin is a popular tool used by educators, institutions, and businesses to create and manage online courses on WordPress websites. This software facilitates learning management system functionalities, such as course creation, quizzes, and student management, all within the WordPress ecosystem. It is widely adopted due to its flexibility, allowing customization and integration with other WordPress plugins. Its user-friendly interface makes it accessible for educators who may not be highly technical. Additionally, it serves various sectors, including academic institutions and corporate training programs, to enhance e-learning experiences.
SQL Injection vulnerabilities allow attackers to interfere with the queries that an application makes to its database. This can enable unauthorized actions, such as reading or modifying sensitive data, executing administration operations, or compromising the entire database. These vulnerabilities are particularly dangerous because they exploit improper handling of input by an application, potentially affecting all users and data stored within the system.
Specifically, CVE-2024-1512 affects the login functionality of MasterStudy LMS. The vulnerable endpoint processes the 'user_name' parameter without proper sanitization or parameterization. An attacker can inject malicious SQL code through this parameter, bypassing authentication mechanisms and gaining direct access to the underlying database.
If exploited, an attacker could retrieve sensitive information such as user credentials, course data, and payment details. This could lead to complete site compromise, data breaches, and loss of trust among users. The critical CVSS score of 9.8 underscores the severity and ease of exploitation, making immediate remediation essential.