CVE-2020-9322
BaseFortify
Publication date: 2025-08-08
Last updated on: 2025-08-08
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| statamic | core | 2.11.8 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the /users endpoint of Statamic Core versions before 2.11.8. It allows an attacker to perform Cross-Site Scripting (XSS) attacks to add an administrator user. The attack can be exploited via Cross-Site Request Forgery (CSRF). Specifically, stored XSS can occur by injecting a JavaScript payload in a username during account registration, and reflected XSS can occur via the /users PATH_INFO.
How can this vulnerability impact me? :
This vulnerability can have severe impacts including unauthorized creation of administrator accounts, which can lead to full system compromise. The XSS attacks can allow attackers to execute arbitrary JavaScript in the context of the application, potentially leading to data theft, session hijacking, and disruption of service. The CVSS score of 8.8 indicates high severity with impacts on confidentiality, integrity, and availability.