---
id: CVE-2026-79411
title: >-
  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
summary: >-
  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 endpoin…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-269
published: '2026-09-15'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T20:00:03.713'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-79411'
references:
  - url: 'https://github.com/isukasanuj/bagisto-cve/blob/main/CVE-2026-79411.md'
    label: cve@mitre.org
  - url: 'https://github.com/isukasanuj/bagisto-cve/blob/main/CVE-2026-79411.md'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
epss: 0.00454
epssPercentile: 0.3678
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-16T16:44:14.613054Z'
ingestedAt: '2026-09-15T19:42:58.808Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
