Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
Lifecycle Timeline
4DescriptionCVE.org
Missing Authorization vulnerability in wppochipp Pochipp pochipp allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Pochipp: from n/a through < 1.18.9.
AnalysisAI
Pochipp versions below 1.18.9 contain an authorization bypass vulnerability that allows authenticated users to access resources or perform actions beyond their assigned permissions due to improper access control validation. An attacker with valid credentials could exploit this to view sensitive data or modify system configuration they should not have access to. No patch is currently available.
Technical ContextAI
This vulnerability is classified as CWE-862 (Missing Authorization), which represents a failure to properly enforce access control decisions at the application level. Pochipp, a WordPress plugin component identified via CPE string references, implements role-based or privilege-level access controls that are incorrectly configured or insufficiently validated during request processing. Rather than a cryptographic or architectural flaw, this is a logical implementation error where the application fails to verify that the authenticated user possesses the necessary permissions before granting access to protected resources or functionality. The vulnerability likely exists in backend API endpoints, AJAX handlers, or administrative interface components where authorization checks are missing or bypassable.
RemediationAI
Immediately upgrade Pochipp to version 1.18.9 or later, which patches the missing authorization checks. Administrators should apply this update to all WordPress instances running affected Pochipp versions as a priority. As an interim measure pending patching, restrict access to Pochipp administrative interfaces and API endpoints using WordPress user role management, ensuring that only necessary roles possess elevated permissions, and consider implementing additional network-level access controls (WAF rules or IP whitelisting) to limit exposure to trusted users only. Conduct a post-patch access control audit to verify that all protected endpoints properly enforce authorization before granting resource access.
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-11939