Is reflected XSS less dangerous than stored XSS?
Its blast radius is usually smaller, because the payload is not saved on the server, so it only affects users who open a specific crafted link rather than everyone who views a page. But the in-browser capabilities are identical, and against a high-value logged-in target a single click can be enough to hijack an account.