Race Condition Affecting django-background-tasks package, versions [,1.1.6)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-DJANGOBACKGROUNDTASKS-7856168
- published 2 Sep 2024
- disclosed 1 Sep 2024
- credit Unknown
How to fix?
Upgrade django-background-tasks
to version 1.1.6 or higher.
Overview
django-background-tasks is a Database backed asynchronous task queue
Affected versions of this package are vulnerable to Race Condition in the database during multi-threading due to assigning individual database connections to each thread.