Skip to content
  • Karthik Kamath's avatar
    132bd264
    BUG#31553323: `INFORMATION_SCHEMA.TABLES` RETURNS INFORMATION ABOUT TABLES WITHOUT PERMISSIONS · 132bd264
    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: Ic31983598905aa6779334059fc263019041396aa
    132bd264
    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: Ic31983598905aa6779334059fc263019041396aa
Loading