On 21.06.2013 12:48, Steven Siebert wrote:

> You stated these IDs are sequential...do you know if there is any way to
> modify this to utilize a "random" generation?  Sequential session IDs are
> an avenue to session hijacking.

as a MySQL client session is bound to a specific TCP connection ... how
would being able to predict a session ID help with hijacking that TCP
session? Even more so as the session ID is not really part of the
communication protocol between client and server at all and more like
an identifier for SHOW PROCESSLIST (that would most likely be visible
to an internal attacker anyway) and KILL (which requires SUPER
privileges on the database anyway, and at that point you've already
lost to an attacker ...)

-- 
Hartmut Holzgraefe <hart...@skysql.com>
Principal Support Engineer (EMEA)
SkySQL AB - http://www.skysql.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to