Answer in brief
CVE-2023-36472 records a Medium severity (CVSS 5.8) vulnerability in Strapi may leak sensitive user information, user reset password, tokens via content-manager views. The current sources do not mark it as known exploited. The current feed maps @strapi/admin (npm), @strapi/plugin-content-manager (npm), @strapi/utils (npm). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps @strapi/admin (npm), @strapi/plugin-content-manager (npm), @strapi/utils (npm). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| @strapi/adminnpm | >=0 <4.11.7 | 4.11.7 |
| @strapi/plugin-content-managernpm | >=0 <4.11.7 | 4.11.7 |
| @strapi/utilsnpm | >=0 <4.11.7 | 4.11.7 |
Published upstream
Sep 13, 2023
Evidence: source:osv:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:osv:source_dates:source-dates:recordFirst seen by HOL
Sep 10, 2026
### Summary I can get access to user reset password tokens if I have the configure view permissions   ### Details /content-manager/relations route does not remove private fields or ensure that they can't be selected ### PoC Install fresh strapi instance start up strapi and create an account create a new content-type give the content-type a relation with admin users and save go to Admin panel roles Author and then plugins. Enable for content-manager collection types the configure view In the collection time now only give them access to the collection you created for this. Create a new admin user account with the Author role Log out and request a password reset for the main admin user. Login on the newly created account go to the collection type you created for this test and click the create new entry button, click in the create new entry view on configure view. select the admin user relation we created click on resetPasswordToken Now go back to the create an entry view and when selection the relation we created we now see the reset tokken ### Impact Impact is that the none admin user now has the reset token of the admin users account and can resets its password using that to escalate his privilege's Still you need the configure view permission to be able to escalate your privilege's
Quoted source text, attributed separately from HOL analysis.