Open redirect vulnerability in Snipe-IT allows attackers to redirect users to malicious sites via unvalidated HTTP Referer header stored in session variable.
When the user clicks "Save", the application:
redirect_option (if set to 'back')Helper::getRedirectOption()back_url from session: https://evil.com/phishing?target=snipeitredirect()->to($backUrl)This would still require session poisoning, so the actual practical threat here is minimal.
Patched in https://github.com/grokability/snipe-it/commit/e37649212861a337e68a624e589c3540b7a82373, released in 8.4.1.
None.
{
"cwe_ids": [
"CWE-601"
],
"github_reviewed": true,
"github_reviewed_at": "2026-05-08T23:25:37Z",
"nvd_published_at": "2026-05-26T20:16:20Z",
"severity": "MODERATE"
}