CVE-2023-22894
MEDIUMStrapi < 4.8.0 - Sensitive Information Exposure via Query Filter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2023-22894. PoCs published by Saboor-Hakimi, maxntv.
AI-analyzed exploit summary This repository contains functional exploit code for CVE-2023-22894, which targets Strapi CMS. The scripts demonstrate both authenticated and unauthenticated password hash and reset token extraction via API query manipulation.
Description
Strapi through 4.5.5 allows attackers (with access to the admin panel) to discover sensitive user details by exploiting the query filter. The attacker can filter users by columns that contain sensitive information and infer a value from API responses. If the attacker has super admin access, then this can be exploited to discover the password hash and password reset token of all users. If the attacker has admin panel access to an account with permission to access the username and email of API users with a lower privileged role (e.g., Editor or Author), then this can be exploited to discover sensitive information for all API users but not other admin accounts.
Exploits (2)
This repository contains functional exploit code for CVE-2023-22894, which targets Strapi CMS. The scripts demonstrate both authenticated and unauthenticated password hash and reset token extraction via API query manipulation.
This PoC exploits CVE-2023-22894, a vulnerability in Strapi CMS that allows unauthorized password hash and reset token extraction via a brute-force attack on the API endpoint. It uses multi-threading to efficiently leak sensitive data by abusing the `$startsWith` filter.
References (3)
Scores
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N