All intelligence
// vulnerability record
live · NVDCVE-2024-44314
MEDIUMpublished 2025-03-18 15:15 UTC · 1 year ago · modified 2026-06-17 07:52 UTC
6.5
CVSS / 10
// description
TastyIgniter 3.7.6 contains an Incorrect Access Control vulnerability in the Orders Management System, allowing unauthorized users to update order statuses. The issue occurs in the index_onUpdateStatus() function within Orders.php, which fails to verify if the user has permission to modify an order's status. This flaw can be exploited remotely, leading to unauthorized order manipulation.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
// weaknesses (CWE)
- CWE-285