Critical Flaw Reported In phpMyAdmin Lets Attackers Damage Databases

A critical security vulnerability has been reported in phpMyAdmin—one of the most popular applications for managing the MySQL database—which could allow remote attackers to perform dangerous database operations just by tricking administrators into clic… Continue reading Critical Flaw Reported In phpMyAdmin Lets Attackers Damage Databases

Hackers Targeting Servers Running Database Services for Mining Cryptocurrency

Security researchers have discovered multiple attack campaigns conducted by an established Chinese criminal group that operates worldwide, targeting database servers for mining cryptocurrencies, exfiltrating sensitive data and building a DDoS botnet.

Continue reading Hackers Targeting Servers Running Database Services for Mining Cryptocurrency

How likely it is that a (MySQL) client leaks credentials when VPN tunnel was not set previously?

Context

I work on a very common case. I configured two servers: an OpenVPN and a MySQL (172.16.X.X) server hidden behind it.
Let’s assume everything is perfectly configured and patched server side.

Note:

MySQL server has… Continue reading How likely it is that a (MySQL) client leaks credentials when VPN tunnel was not set previously?

Accessing SQL database from Java Android app. How do I store the SQL database details so they are safe?

So I am developing a Java app which is going to be free and would preferably not require a sign up process. I cannot seem to think of an idea to store the log in details safely.

I have thought of salting and hashing the pass… Continue reading Accessing SQL database from Java Android app. How do I store the SQL database details so they are safe?