Ticket #54 (closed defect: fixed)
Remote SQL injections
| Reported by: | spam1@… | Owned by: | michiel |
|---|---|---|---|
| Priority: | high | Milestone: | MvBlog 1.7 |
| Component: | global | Version: | 2.0 |
| Severity: | Keywords: | vulnerability injection | |
| Cc: |
Description
MvBlog suffers from multiple remote SQL injections in the PHP code. Data gathered from the client-side is not verified and properly escaped before the SQL queries are built and executed. This can allow mallicious users (both log authors and remote users) to inject various different SQL code into the queries which in turn are executed.
Attacks, in typical SQL injection scenarios, allow attackers to delete or overwrite all data in the database, send out spam or gain escalated privileges in the system. One of the most visible and dangerous examples is in the comment posting code, but SQL injections can be found at various places.
