Skip to main content

Snipe-IT EUVD-2026-31965

| CVE-2026-44833 MEDIUM
URL Redirection to Untrusted Site (Open Redirect) (CWE-601)
2026-05-08 https://github.com/grokability/snipe-it GHSA-mghp-5cq4-v6mg
5.9
CVSS 3.1
Share

CVSS VectorNVD

CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L
Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
Low

Lifecycle Timeline

3
Source Code Evidence Fetched
May 09, 2026 - 00:00 vuln.today
Analysis Generated
May 09, 2026 - 00:00 vuln.today
CVE Published
May 08, 2026 - 23:25 nvd
MEDIUM 5.9

DescriptionNVD

Open redirect vulnerability in Snipe-IT allows attackers to redirect users to malicious sites via unvalidated HTTP Referer header stored in session variable.

Impact

  • Phishing: Redirect users to fake login pages to steal credentials
  • Session Hijacking: Redirect to attacker site that captures session cookies via JavaScript
  • Malware Distribution: Redirect to sites hosting malware or drive-by downloads
  • Reputation Damage: Users lose trust when redirected to malicious sites from legitimate application
  • Social Engineering: Use trusted Snipe-IT domain to increase phishing success rate

When the user clicks "Save", the application:

  1. Processes the form
  2. Checks redirect_option (if set to 'back')
  3. Calls Helper::getRedirectOption()
  4. Retrieves back_url from session: https://evil.com/phishing?target=snipeit
  5. Executes redirect()->to($backUrl)
  6. User is redirected to attacker's site

This would still require session poisoning, so the actual practical threat here is minimal.

Patches

Patched in https://github.com/grokability/snipe-it/commit/e37649212861a337e68a624e589c3540b7a82373, released in 8.4.1.

Workarounds

None.

Resources

  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect')
  • OWASP: Unvalidated Redirects and Forwards
  • Laravel Security: Safe Redirects

snipeit_open_redirect_submission.md

AnalysisAI

Open redirect vulnerability in Snipe-IT versions prior to 8.4.1 allows authenticated attackers to redirect users to malicious sites by poisoning the session-stored HTTP Referer header, enabling phishing, session hijacking, and malware distribution attacks. Exploitation requires prior session poisoning and user interaction (clicking a form submission), limiting real-world practical impact despite moderate CVSS score of 5.9. …

Sign in for full analysis, threat intelligence, and remediation guidance.

Share

EUVD-2026-31965 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy