CVE-2026-79411

Incorrect privilege assignment in the admin user-management component of Webkul Bagisto 2.4.9 allows an authenticated backend user holding only the settings.users.edit permission to escalate to full administrator. The user-update endpoint (route admin.settings.users.update, UserController::update()) does not verify that the actor is permitted to grant the requested role, does not prevent a user from changing their own role, and does not restrict assignment to roles whose permission set is a subset of the actor's own. By submitting a request that sets role_id to the Administrator role for their own account, a low-privileged administrator gains every admin-panel capability, including store configuration, payment gateway credentials, and customer PII.
Configurations

No configuration.

History

16 Sep 2026, 17:18

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 8.8
CWE CWE-269
References () https://github.com/isukasanuj/bagisto-cve/blob/main/CVE-2026-79411.md - () https://github.com/isukasanuj/bagisto-cve/blob/main/CVE-2026-79411.md -

Information

Published : 2026-09-15 19:17

Updated : 2026-09-16 17:18


NVD link : CVE-2026-79411

Mitre link : CVE-2026-79411

CVE.ORG link : CVE-2026-79411


JSON object : View

Products Affected

No product.

CWE
CWE-269

Improper Privilege Management