PatchSiren cyber security CVE debrief
CVE-2026-79411 Webkul CVE debrief
CVE-2026-79411 is a high-severity vulnerability in Webkul Bagisto 2.4.9 that allows an authenticated backend user with limited permissions to escalate to full administrator privileges. The vulnerability exists in the admin user-management component, specifically in the user-update endpoint, which does not properly verify the actor's permissions or restrict role assignments.
- Vendor
- Webkul
- Product
- Bagisto
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-15
- Original CVE updated
- 2026-09-22
- Advisory published
- 2026-09-15
- Advisory updated
- 2026-09-22
Who should care
Defenders responsible for Webkul Bagisto 2.4.9 instances should assess exposure and apply patches or mitigations to prevent potential privilege escalation attacks. This includes verifying the vulnerability, restricting permissions for backend users, and monitoring for suspicious activity. Additionally, security teams and vulnerability management teams should be aware of the potential impact and take necessary measures to protect their systems.
Why it matters
CVE-2026-79411 is a high-severity vulnerability in Webkul Bagisto 2.4.9 that allows an authenticated backend user with limited permissions to escalate to full administrator privileges, potentially leading to unauthorized access to sensitive data or systems.
- Potential privilege escalation attacks may allow unauthorized access to sensitive data or systems.
- Successful exploitation could lead to full administrator privileges, allowing attackers to modify store configuration, payment gateway credentials, and customer PII.
Technical summary
The vulnerability exists in the admin user-management component of Webkul Bagisto 2.4.9, specifically in the user-update endpoint (route admin.settings.users.update, UserController::update()). An authenticated backend user holding only the settings.users.edit permission can escalate to full administrator privileges by submitting a request that sets the role_id to the Administrator role for their own account. This allows the attacker to gain every admin-panel capability, including store configuration, payment gateway credentials, and customer PII.
Defensive priority
Defenders should prioritize verifying exposure and applying patches or mitigations to prevent potential privilege escalation attacks.
Recommended defensive actions
- Verify exposure by checking if the Webkul Bagisto 2.4.9 instance is vulnerable to privilege escalation attacks.
- Apply patches or mitigations to prevent potential privilege escalation attacks.
- Restrict permissions for backend users to prevent exploitation.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and NVD vulnerability detail page provide information on the vulnerability, including its description, CVSS score, and affected product. The vulnerability exists in Webkul Bagisto 2.4.9, specifically in the admin user-management component. Defenders should verify exposure and apply patches or mitigations to prevent potential privilege escalation attacks. The user-update endpoint 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
Sources and references
Verified primary and authoritative sources
-
CVE-2026-79411 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-79411
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-79411 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-79411
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/isukasanuj/bagisto-cve/blob/main/CVE-2026-79411.md
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.