Demo bootstrap server does not enforce PSK identity uniqueness #322
Labels
bsserver
Impact LWM2M bootstrap server
demo
Impact our demo (not libraries)
new feature
New feature from LWM2M specification
The demo bootstrap server does not enforce PSK identity uniqueness on config add, which can lead to problems if the same PSK identity exists with different PSK secrets for a bootstrap server. The issue is basically the same as what existed for e.g. the Redis security store impl (see #320), but the fix is somewhat more laborous so I'll just report it here for now.
Note that this is primarily about PSK's in the bootstrap security configs (security->0). And as the demo BS server UI doesn't have support for setting bootstrap security configs in the first place for now, the issue can be triggered only through direct REST API access for the time being.
The text was updated successfully, but these errors were encountered: