Bug may lead to deletion of all entities in OpenCTI #8837
Labels
bug
use for describing something not working as expected
critical
use to identify critical bug to fix ASAP
regression
Label to identify the bug as a regression of previously working feature
solved
use to identify issue that has been solved (must be linked to the solving PR)
Milestone
Description
Hi all,
a bug in the search result list may lead to deletion of all entities. This caused quite some trouble when we noticed this, but I was able to reproduce the issue in a test instance.
Environment
Reproducible Steps
neutral
to reproduce the issue, but it doesn't really matter)neutral
. You should now see exactly one result.Expected Output
I would expect that OpenCTI deletes only entities that match the given search term. However, it seems that when using the "Select all" checkbox, all items that match a given filter are deleted. Since I did not specify any filters, a background task that deletes all items was queued and executed.
Actual Output
A background task deleted all items instead only those that match my search terms.
Additional information
Screenshots (optional)
The text was updated successfully, but these errors were encountered: