CVE-2026-8157
Received Received - Intake
Privilege Escalation in Vitepos WordPress Plugin

Publication date: 2026-06-22

Last updated on: 2026-06-22

Assigner: WPScan

Description
The Vitepos WordPress plugin before 3.4.2 does not properly restrict the roles that can be assigned when creating new users via one of its REST API endpoints, allowing authenticated users with a custom Vitepos WordPress plugin before 3.4.2 role to escalate privileges to administrator.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-22
Last Modified
2026-06-22
Generated
2026-06-22
AI Q&A
2026-06-22
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
vitepos wordpress_plugin to 3.4.2 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The Vitepos WordPress plugin versions before 3.4.2 have a vulnerability in the Outlet Manager+ feature that allows authenticated users with a custom plugin role to escalate their privileges to administrator.

This happens because the plugin does not properly restrict which roles can be assigned when creating new users via one of its REST API endpoints.

This vulnerability is classified as a high-severity privilege escalation issue under CWE-269 (Improper Privilege Management) and falls under the OWASP Top 10 category A2 (Broken Authentication and Session Management).

Impact Analysis

This vulnerability allows an authenticated user with limited privileges to escalate their role to administrator.

As a result, an attacker could gain full administrative control over the affected WordPress site, potentially leading to unauthorized access, modification, or deletion of site content and settings.

This could compromise the security and integrity of the website, putting sensitive data and functionality at risk.

Detection Guidance

This vulnerability involves the Vitepos WordPress plugin versions below 3.4.2 allowing privilege escalation via an unrestricted REST API endpoint. Detection would involve monitoring REST API calls that attempt to create or modify users with elevated roles.

Specifically, you can look for REST API requests that assign administrator roles to users when the requester only has a custom Vitepos plugin role.

While no explicit commands are provided, typical detection steps could include:

  • Review web server logs or WordPress REST API logs for POST or PUT requests to endpoints related to user creation or modification.
  • Use tools like curl or Postman to test the REST API endpoints for improper role assignment if you have authenticated access with a custom Vitepos role.
  • Example command to check logs for suspicious REST API calls (assuming Apache logs): `grep '/wp-json/' /var/log/apache2/access.log | grep 'user'`
Mitigation Strategies

The primary and recommended mitigation step is to upgrade the Vitepos WordPress plugin to version 3.4.2 or later, where this privilege escalation vulnerability is fixed.

Until the upgrade can be applied, restrict access to the REST API endpoints related to user creation or modification, especially for users with custom Vitepos roles.

Additionally, review and limit the roles assigned to users and monitor for any suspicious privilege escalations.

Compliance Impact

The vulnerability in the Vitepos WordPress plugin allows privilege escalation to administrator roles via an unrestricted REST API endpoint. This kind of unauthorized privilege escalation can lead to unauthorized access to sensitive data or system controls.

Such unauthorized access and privilege escalation could potentially lead to non-compliance with common standards and regulations like GDPR and HIPAA, which require strict access controls and protection of sensitive data.

However, the provided information does not explicitly mention the impact on compliance with these standards.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-8157. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart