CVE-2019-25525: Inout EasyRooms Ultimate Edition v1.0 SQL Injection via search
Inout EasyRooms Ultimate Edition v1.0 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the guests parameter. Attackers can send POST requests to the search/rentals endpoint with malicious SQL payloads to bypass authentication, extract sensitive data, or modify database contents.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2019-25525?
CVE-2019-25525 is classified as a high-severity SQL injection vulnerability.
How do I fix CVE-2019-25525?
To fix CVE-2019-25525, validate and sanitize user input in the guests parameter to prevent SQL injection.
Which versions of Inout EasyRooms Ultimate Edition are affected by CVE-2019-25525?
CVE-2019-25525 affects Inout EasyRooms Ultimate Edition v1.0.
What type of attack does CVE-2019-25525 allow?
CVE-2019-25525 allows unauthenticated attackers to manipulate database queries via SQL injection.
How can I prevent SQL injection vulnerabilities like CVE-2019-25525?
To prevent SQL injection vulnerabilities, utilize prepared statements and ORM frameworks in your database interactions.