Description
If I upload a configset using ConfigSets API UPLOAD Solr sets the trusted flag. The config set will be trusted if authentication is enabled and the upload operation is performed as an authenticated request.
On the other hand if I use the ConfigSets API CREATE which creates a new configset based on an already uploaded one, this flag will not be set, so the configset will be effectively untrusted.
I don't really understand the difference here, I think CREATE API call should set this flag just like UPLOAD sets it.
Attachments
Attachments
Issue Links
- fixes
-
SOLR-14925 CVE-2020-13957: The checks added to unauthenticated configset uploads can be circumvented
- Closed