Bug #35955 | Regression: I_S table cause reduced privilege requirements in SELECT. | ||
---|---|---|---|
Submitted: | 10 Apr 2008 7:49 | Modified: | 21 Apr 2008 18:27 |
Reporter: | Kristofer Pettersson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Security: Privileges | Severity: | S3 (Non-critical) |
Version: | 6.0 | OS: | Any |
Assigned to: | Kristofer Pettersson | CPU Architecture: | Any |
[10 Apr 2008 7:49]
Kristofer Pettersson
[10 Apr 2008 8:45]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/45173 ChangeSet@1.2628, 2008-04-10 10:54:17+02:00, thek@adventure.(none) +5 -0 Bug#35955 Regression: I_S table cause reduced privilege requirements in SELECT. The privilege requirements were reduced if a table list contained at least one information schema table. The fix is to reset the privilege requirements in check_table_access for each iteration over a TABLE_LIST object.
[20 Apr 2008 13:01]
Bugs System
Pushed into 6.0.6-alpha
[21 Apr 2008 18:27]
Paul DuBois
Noted in 6.0.6 changelog. If a SELECT table list contained at least one INFORMATION_SCHEMA table, the required privileges for accessing the other tables were reduced.