CVE-2026-86756

Snipe-IT 8.5.0 through 8.6.3 contains an open redirect vulnerability in its SAML assertion-consumer endpoint (SamlController::acs, POST /saml/acs). The endpoint wrote the RelayState POST parameter directly into Laravel's url.intended session key with only CR/LF characters stripped, and LoginController later issued redirect()->intended(), which passes an absolute URL through to the Location header unchanged. An unauthenticated attacker who induces a user of a SAML-SSO-enabled instance to visit a crafted IdP-initiated SSO link can therefore cause the victim's browser to be redirected to an arbitrary absolute external URL immediately after a successful authentication, which the advisory notes facilitates credential-harvesting phishing. No account on the target instance and no compromise of the identity provider are required. Only deployments with SAML SSO enabled are affected. Fixed in 8.7.0 (commit d30b73d, PR #19386), which validates RelayState via a new Helper::sameOriginUrl check before storing it.
Configurations

Configuration 1 (hide)

cpe:2.3:a:snipeitapp:snipe-it:*:*:*:*:*:*:*:*

History

16 Sep 2026, 20:25

Type Values Removed Values Added
References () https://github.com/grokability/snipe-it/security/advisories/GHSA-68hq-m589-8q9j - () https://github.com/grokability/snipe-it/security/advisories/GHSA-68hq-m589-8q9j - Exploit, Vendor Advisory
References () https://www.vulncheck.com/advisories/snipe-it-8.5.0-through-8.6.3-open-redirect-via-saml-relaystate - () https://www.vulncheck.com/advisories/snipe-it-8.5.0-through-8.6.3-open-redirect-via-saml-relaystate - Third Party Advisory
First Time Snipeitapp snipe-it
Snipeitapp
CPE cpe:2.3:a:snipeitapp:snipe-it:*:*:*:*:*:*:*:*

Information

Published : 2026-09-09 14:17

Updated : 2026-09-16 20:25


NVD link : CVE-2026-86756

Mitre link : CVE-2026-86756

CVE.ORG link : CVE-2026-86756


JSON object : View

Products Affected

snipeitapp

  • snipe-it
CWE
CWE-601

URL Redirection to Untrusted Site ('Open Redirect')