A stored XSS vulnerability exists when a user tries to update the Order Status from the Commerce Orders Table. The Order Status Name is rendered without proper escaping, allowing script execution to occur.
<img src=x onerror="alert('Order Statuses XSS')">
{
"nvd_published_at": "2026-03-10T20:16:38Z",
"github_reviewed_at": "2026-03-10T18:23:17Z",
"cwe_ids": [
"CWE-79"
],
"severity": "LOW",
"github_reviewed": true
}