Chained Quiz 1.3.5 - Unauthenticated Insecure Direct Object Reference via Cookie
PoC files
1 fileFile viewing is interactive and short-lived. Downloads are password-protected ZIP archives using password eip.
Analysis
Technical assessment
The artifact is a technical writeup describing an Insecure Direct Object Reference (IDOR) vulnerability in the Chained Quiz WordPress plugin. It explains how the plugin uses a predictable completion ID in a cookie to identify quiz attempts and how an attacker can manipulate this cookie to modify other users' quiz answers and scores. The writeup includes a step-by-step description of the attack flow and example HTTP requests, but it does not contain any executable exploit code or an automated scanner.
Backdoor review
No backdoor observed in reviewed code
The supplied text is a standard vulnerability disclosure and proof-of-concept (PoC) document for CVE-2025-10493. It describes an Insecure Direct Object Reference (IDOR) vulnerability in the Chained Quiz WordPress plugin and provides a step-by-step PoC demonstrating how an attacker can manipulate a cookie to modify another user's quiz answers. The document contains no executable code, no concealed payloads, no instructions for the reviewer to perform any action, and no evidence of any behavior beyond the described exploit against the stated target.
Classification basis and observed behavior
Classification basis
The artifact is a textual description of a vulnerability, including its mechanism, impact, and a manual step-by-step proof-of-concept narrative. It contains no executable code, no automated scanning logic, and no script that could be run to exploit or detect the vulnerability. It is a substantive technical analysis, fitting the definition of a writeup.
exploits/multiple/webapps/52464.txt:1-105Requirements
- The attacker must be able to intercept or craft HTTP requests to the target WordPress site's admin-ajax.php endpoint.
exploits/multiple/webapps/52464.txt:57-59 - The attacker must know or be able to guess a valid completion_id value belonging to another user's quiz attempt.
exploits/multiple/webapps/52464.txt:73-76
Observed behavior
- The writeup describes how an attacker can modify the chained_completion_id cookie in a quiz submission request to point to another user's quiz attempt.
exploits/multiple/webapps/52464.txt:73-76 - The writeup explains that the server updates the quiz attempt record based on the cookie value without verifying ownership, allowing the attacker to overwrite another user's answers and scores.
exploits/multiple/webapps/52464.txt:24-27exploits/multiple/webapps/52464.txt:85-87
Behaviors behind the backdoor verdict
Observables
- Vulnerability Description
- The document describes an IDOR vulnerability in the Chained Quiz plugin where the 'chained_completion_id' cookie can be manipulated to modify other users' quiz submissions.This is the stated purpose of the PoC and aligns with the CVE description. It does not constitute a backdoor or deceptive payload.
exploits/multiple/webapps/52464.txt:17-37 - Proof Of Concept
- The document provides a step-by-step PoC showing how to intercept and modify a POST request to admin-ajax.php by changing the 'chained_completion_id' cookie value.This is a standard PoC for the described IDOR vulnerability. It does not instruct the user to download or execute any external payload, nor does it contain any hidden or obfuscated code.
exploits/multiple/webapps/52464.txt:46-88
What the analysis did not establish
- The evidence consists of a single text file; no executable code or scanner script is present.
- The analysis is based solely on the supplied text; the described behavior was not verified by executing any code.
- The review is limited to the supplied text file. No external links, referenced software, or network resources were inspected.
- The artifact is a text document; no binary or executable content was present to analyze.
This review is limited to the supplied PoC code and context. It does not assert that the code works or is safe to execute.