CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-33530

High
Published: Translated: NVD NIST

Summary

InvenTree to system zarządzania zapasami typu open source. W wersjach przed 1.2.6, niektóre punkty końcowe API związane z operacjami na dużych zbiorach danych mogą być wykorzystane do wykradania wrażliwych informacji z bazy danych.

Risk Assessment

Zagrożenie polega na tym, że uwierzytelniony użytkownik może uzyskać dostęp do poufnych danych poprzez manipulację zapytaniami do bazy danych, co może prowadzić do wycieku informacji.

Recommendation

Zaleca się aktualizację do wersji 1.2.6 lub 1.3.0 (lub wyższej), aby załatać tę podatność. Brak znanych obejść dla tego problemu.

Related vulnerabilities

Original NVD description (English source)

InvenTree is an Open Source Inventory Management System. Prior to version 1.2.6, certain API endpoints associated with bulk data operations can be hijacked to exfiltrate sensitive information from the database. The bulk operation API endpoints (e.g. `/api/part/`, `/api/stock/`, `/api/order/so/allocation/`, and others) accept a filters parameter that is passed directly to Django's ORM queryset.filter(**filters) without any field allowlisting. This enables any authenticated user to traverse model relationships using Django's __ lookup syntax and perform blind boolean-based data extraction. This issue is patched in version 1.2.6, and 1.3.0 (or above). Users should update to the patched versions. No known workarounds are available.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS