
Cloud Vulnerability DB
A community-led vulnerabilities database
A SQL Injection vulnerability was discovered in Cloudlog 2.6.15, specifically within the get_station_info() function located in the file /application/models/Oqrs_model.php. The vulnerability is exploitable via the station_id parameter and does not require authentication. The issue was disclosed on September 30, 2024, and received a CVSS v3.1 base score of 9.8 (CRITICAL) (NVD).
The vulnerability exists due to improper input validation in the get_station_info() function. The function uses raw SQL queries and performs string concatenation with the station_id parameter without proper sanitization. While the code includes XSS cleaning via security->xss_clean(), it lacks SQL injection prevention measures. Additionally, the authentication check in the controller has been commented out, making the endpoint publicly accessible (Chigger Blog).
A successful exploitation of this vulnerability could allow an unauthenticated attacker to execute arbitrary SQL commands on the underlying database. This could lead to unauthorized access to sensitive information, modification of database contents, and potential compromise of the application's integrity (NVD).
Users should upgrade to a version newer than 2.6.15 once available. In the interim, it is recommended to implement proper input validation, use parameterized queries instead of string concatenation, and ensure proper authentication mechanisms are enabled (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."