Skip to content
  • Karthik Kamath's avatar
    8ed64793
    BUG#31553323: `INFORMATION_SCHEMA.TABLES` RETURNS INFORMATION ABOUT TABLES WITHOUT PERMISSIONS · 8ed64793
    Karthik Kamath authored
    ANALYSIS:
    =========
    Issue here is, a user who doesn't have access to certain
    tables is able to obtain information about those tables
    through the Information_schema.
    
    The issue occurred because of missing table level privilege
    checks when accessing table information from Information
    schema tables.
    
    FIX:
    ====
    Added a check to verify table level privileges for the user
    when accessing table information from Information_Schema
    tables.
    
    Change-Id: Ied11c765f860bdf84082559ed972ec20d91b6433
    8ed64793
    BUG#31553323: `INFORMATION_SCHEMA.TABLES` RETURNS INFORMATION ABOUT TABLES WITHOUT PERMISSIONS
    Karthik Kamath authored
    ANALYSIS:
    =========
    Issue here is, a user who doesn't have access to certain
    tables is able to obtain information about those tables
    through the Information_schema.
    
    The issue occurred because of missing table level privilege
    checks when accessing table information from Information
    schema tables.
    
    FIX:
    ====
    Added a check to verify table level privileges for the user
    when accessing table information from Information_Schema
    tables.
    
    Change-Id: Ied11c765f860bdf84082559ed972ec20d91b6433
Loading