Description
Snipe-IT is an IT asset/license management system. Prior to 8.6.2, the user edit flow stores url()->previous() from the attacker-controlled Referer header into Laravel’s intended URL session value and later uses redirect()->intended(...) when redirect_option=back is submitted, allowing Snipe-IT to be used as a trusted redirector after a legitimate user edit action. This issue is fixed in version 8.6.2.
Published: 2026-07-10
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs in the user edit flow of Snipe-IT, where the web application stores the HTTP Referer header value in Laravel’s intended URL session variable. When a user later submits the form with redirect_option=back, the framework performs redirect()->intended, sending the user to the previously stored URL. If an attacker can influence the Referer header of an authenticated user’s request, they can cause the application to redirect that user to any site of the attacker’s choosing, enabling phishing or malicious site navigation. This flaw is classified as CWE‑601, Open Redirect.

Affected Systems

It affects the Snipe‑IT asset and license management system produced by grokability. All releases before version 8.6.2 are vulnerable because the described redirect logic is present in those builds. The fix was introduced in the 8.6.2 release, so any deployment should be considered at risk.

Risk and Exploitability

The CVSS base score of 6.1 indicates medium severity. The EPSS score is less than 1 %, and the vulnerability is not listed in CISA’s KEV catalog, suggesting that exploitation is not common. The likely attack vector is remote: an attacker must be able to set a crafted Referer header that will be seen by a legitimate user when editing a record, and then trick that user into submitting the form with redirect_option=back, causing the user to be directed to the attacker‑controlled URL. No publicly available exploit code is documented for this vulnerability.

Generated by OpenCVE AI on July 29, 2026 at 10:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Snipe-IT to version 8.6.2 or later
  • Restart the Snipe-IT application to load the updated code
  • If the feature is not required, disable the redirect_option=back option in the user edit flow
  • Check grokability’s website or GitHub releases for the latest patches if an immediate upgrade is not possible

Generated by OpenCVE AI on July 29, 2026 at 10:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Grokability
Grokability snipe-it
Vendors & Products Grokability
Grokability snipe-it

Fri, 10 Jul 2026 20:00:00 +0000

Type Values Removed Values Added
Description Snipe-IT is an IT asset/license management system. Prior to 8.6.2, the user edit flow stores url()->previous() from the attacker-controlled Referer header into Laravel’s intended URL session value and later uses redirect()->intended(...) when redirect_option=back is submitted, allowing Snipe-IT to be used as a trusted redirector after a legitimate user edit action. This issue is fixed in version 8.6.2.
Title Snipe-IT: Open Redirect After User Edit
Weaknesses CWE-601
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

Grokability Snipe-it
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-14T13:47:25.867Z

Reserved: 2026-06-16T22:10:37.608Z

Link: CVE-2026-55461

cve-icon Vulnrichment

Updated: 2026-07-14T13:47:21.457Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T10:30:05Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')