[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200512.181342.2250607825098375089.davem@davemloft.net>
Date: Tue, 12 May 2020 18:13:42 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: pabeni@...hat.com
Cc: netdev@...r.kernel.org, kuba@...nel.org,
linux-security-module@...r.kernel.org, paul@...l-moore.com,
ppandit@...hat.com, matthew.sheets@...ms.com
Subject: Re: [PATCH net] netlabel: cope with NULL catmap
From: Paolo Abeni <pabeni@...hat.com>
Date: Tue, 12 May 2020 14:43:14 +0200
> The cipso and calipso code can set the MLS_CAT attribute on
> successful parsing, even if the corresponding catmap has
> not been allocated, as per current configuration and external
> input.
>
> Later, selinux code tries to access the catmap if the MLS_CAT flag
> is present via netlbl_catmap_getlong(). That may cause null ptr
> dereference while processing incoming network traffic.
>
> Address the issue setting the MLS_CAT flag only if the catmap is
> really allocated. Additionally let netlbl_catmap_getlong() cope
> with NULL catmap.
>
> Reported-by: Matthew Sheets <matthew.sheets@...ms.com>
> Fixes: 4b8feff251da ("netlabel: fix the horribly broken catmap functions")
> Fixes: ceba1832b1b2 ("calipso: Set the calipso socket label to match the secattr.")
> Signed-off-by: Paolo Abeni <pabeni@...hat.com>
Applied and queued up for -stable, thanks.
Powered by blists - more mailing lists