Everything You Need to Know About Azure Infrastructure — April 2018

We’re just a few weeks away from the Microsoft Build conference, where historically, a lot of announcements are made.

The post Everything You Need to Know About Azure Infrastructure — April 2018 appeared first on Petri.

Continue reading Everything You Need to Know About Azure Infrastructure — April 2018

Does MySQL error "Illegal mix of collations" imply an SQL injection vulnerability?

The user input of a given query is being sanitized (PHP, real_escape_string), yet the query fails with “Illegal mix of collations”. This query is below:

SELECT * FROM `table` WHERE `column` = “�½��ļ���.zip”

Does this imply… Continue reading Does MySQL error "Illegal mix of collations" imply an SQL injection vulnerability?

A Deep Dive into Database Attacks [Part IV]: Delivery and Execution of Malicious Executables through SQL Commands (MySQL)

In this post we cover different techniques for execution of SQL and OS commands through MySQL database servers that can be used for delivering and executing malicious payloads on a target system.
The post A Deep Dive into Database Attacks [Part IV]: De… Continue reading A Deep Dive into Database Attacks [Part IV]: Delivery and Execution of Malicious Executables through SQL Commands (MySQL)