
RestroPress – Online Food Ordering System 3.0.0 - 3.1.9.2 - Unauthenticated Information Exposure to Authentication Bypass via Forged JWT
RestroPress – Online Food Ordering System versions 3.0.0 to 3.1.9.2 are affected by an Unauthenticated Information Exposure leading to Authentication Bypass via Forged JWT.
The plugin exposes user private tokens and API key data, allowing unauthenticated attackers to forge JWT tokens, gaining full access to other users—including administrators.

exposures.txt — Found exposures and credentials.tokens.txt — JWT tokens extracted.exploited_sites.txt — Sites with multiple exposed accounts.cookies.txt — Session cookies from successful exploitation.Place a list of target WordPress sites in a text file (one URL per line):
targets.txt
Example:
https://example.com
https://victim01.com
Run the script:
python3 CVE-2025-9209.py
Follow prompts for thread count, verification, curl fallback, and request delay.
Review outputs in the generated text files (exposures.txt, tokens.txt, exploited_sites.txt, and cookies.txt).
By: Nxploited ( Khaled Alenazi )