Submit #857939: awesto django-shop 13d9a77aff7eede74a5f363c1d540e005d88dbcd CWE-362 Concurrent Execution using Shared Resource with Improperinfo

Titelawesto django-shop 13d9a77aff7eede74a5f363c1d540e005d88dbcd CWE-362 Concurrent Execution using Shared Resource with Improper
Beschreibungawesto/django-shop deducts product stock during checkout without locking the stock row or using an atomic conditional update. When a product has one unit remaining, two concurrent checkout requests can both pass the stock logic and create orders before the deduction is serialized. This allows overselling and leaves inventory or order state inconsistent with real availability.
Quelle⚠️ https://github.com/awesto/django-shop/issues/888
Benutzer
 GalaxynC (UID 98975)
Einreichung13.06.2026 13:24 (vor 1 Monat)
Moderieren18.07.2026 10:48 (1 month later)
StatusAkzeptiert
VulDB Eintrag380028 [awesto django-shop bis 1.2.4 Purchase Stock shop/models/inventory.py Race Condition]
Punkte19

Do you want to use VulDB in your project?

Use the official API to access entries easily!