Skip to content
  • Wei-Chia Su's avatar
    module/scmi: Handle unsupported SCMI message · d4c1a05d
    Wei-Chia Su authored and Wei-Chia Su's avatar Wei-Chia Su committed
    
    
    In the SCMI handler table, unsupported messages are indicated by leaving the
    corresponding function pointer unassigned. However, there is no validation
    check on entry which leads to potential null pointer dereference while handling
    message. This change explicitly initializes the handler table and validates
    entry in runtime to determine whether a given message is supported.
    
    This change addresses the security vulnerability (CVE-2024-11863).
    
    Signed-off-by: default avatarWei-Chia Su <Wei-Chia.Su@arm.com>
    d4c1a05d
Loading