Skip to main content

PressPrimer Quiz CVE-2026-10623

| EUVDEUVD-2026-37845 MEDIUM
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-06-18 Wordfence GHSA-ghw7-hv89-j7jq
4.3
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
4.3 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
4.3 MEDIUM

Network REST API (AV:N), trivial complexity (AC:L), requires authenticated teacher session (PR:L), integrity-only impact (I:L) from cross-user rule tampering with no confidentiality or availability consequences.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

3
Source Code Evidence Fetched
Jun 18, 2026 - 06:20 vuln.today
Analysis Generated
Jun 18, 2026 - 06:20 vuln.today
CVE Published
Jun 18, 2026 - 05:34 cve.org
MEDIUM 4.3

DescriptionCVE.org

The PressPrimer Quiz - AI Quiz Maker, Exam Builder & LMS Assessment Plugin plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 2.3.0 via the 'rule_id' parameter due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with custom-level access and above, to modify or delete quiz rules belonging to other teachers, resulting in unauthorized tampering of another user's quiz structure.

AnalysisAI

Unauthorized cross-teacher quiz rule tampering in the PressPrimer Quiz WordPress plugin (all versions ≤ 2.3.0) is possible via an IDOR flaw in the plugin's REST API, where the rule_id parameter is accepted without ownership validation. Any authenticated user holding a custom-level role or above - such as a teacher - can supply arbitrary rule_id values to modify or delete quiz rules belonging to other teachers. No public exploit is identified at time of analysis and the vulnerability is not listed in CISA KEV; the CVSS 3.1 score of 4.3 (PR:L, I:L) reflects the authentication requirement and integrity-only impact.

Technical ContextAI

The vulnerability resides in the WordPress REST API controller class-ppq-rest-controller.php of the PressPrimer Quiz plugin, affected across all releases through 2.3.0 per CPE cpe:2.3:a:pressprimer:pressprimer_quiz_-_ai_quiz_maker,_exam_builder_&_lms_assessment_plugin:*:*:*:*:*:*:*:*. CWE-639 (Authorization Through User-Controlled Key) describes the root cause: the API accepts the caller-supplied rule_id as the target resource identifier but does not verify that the referenced quiz rule belongs to the authenticated user's quiz. The fix introduced in version 2.3.1 (commit 1795687) adds a centralized get_owned_quiz_or_error() method that loads the quiz by ID, checks that owner_id matches get_current_user_id() (with an admin bypass for the pressprimer_quiz_manage_all capability), and cross-validates that each rule_id is actually associated with the URL-specified quiz before any mutation is permitted. The same ownership pattern was retroactively applied to quiz items and reordering endpoints in the same patch.

RemediationAI

Upgrade the PressPrimer Quiz plugin to version 2.3.1 or later, which introduces ownership validation via the get_owned_quiz_or_error() method added in commit 1795687 (https://github.com/PressPrimer/pressprimer-quiz/commit/1795687) and tagged @since 2.3.1 in the plugin source. The patch applies the ownership check across all REST API endpoints for quiz rules and items, including create, update, delete, and reorder operations. As a compensating control pending upgrade, administrators can restrict the teacher or custom role from invoking the plugin's REST API endpoints using a WordPress capability filter or a WAF rule targeting the relevant REST routes - note that doing so will disable quiz editing for those users until the upgrade is applied. The Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/150ac796-d77b-4915-8bbf-9f9b54be8eaf provides additional context.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-10623 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy