Skip to main content

Snipeitapp

48 CVEs vendor

Monthly

CVE-2026-55515 Jul 10, 20:16 PHP MEDIUM POC PATCH GHSA This Month

Cross-tenant authorization bypass in Snipe-IT prior to v8.6.2 allows an authenticated user with only `reports.view` permission in one company to delete pending checkout acceptance records belonging to any other company by supplying arbitrary global IDs to the unaccepted-assets report delete endpoint. The root cause is a classic IDOR (CWE-639): the endpoint validates role but not company-scope ownership. No public exploit has been identified and this CVE is absent from the CISA KEV catalog, but multi-tenant deployments relying on organizational data isolation are directly impacted.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.0
EPSS
0.2%
CVE-2026-55481 Jul 10, 20:16 PHP MEDIUM PATCH GHSA This Month

CSS injection in Snipe-IT's superadmin branding configuration (versions prior to 8.6.2) allows arbitrary stylesheet content to persist in the database and render for all authenticated users on every subsequent page load. The template default.blade.php applies HTML entity encoding to the header_color and related color settings before embedding them inside a CSS style block - encoding that is context-incorrect and insufficient to prevent CSS breakout via constructs such as closing braces or url() references. No public exploit has been identified at time of analysis, but the CVSS 4.0 vector (SC:H/SI:H) reflects that, once injected, the payload affects every authenticated user's session regardless of their privilege level, making this a persistent, cross-user impact from a single privileged action.

PHP XSS Snipe It Snipeitapp
NVD GitHub VulDB
CVSS 4.0
6.2
EPSS
0.4%
CVE-2026-55479 Jul 10, 20:16 PHP MEDIUM POC PATCH GHSA This Month

Broken authorization in Snipe-IT's legacy single-seat license checkin endpoint allows authenticated users with only checkout (assign) rights to invoke the checkin (unassign) action, bypassing the intended permission boundary. Versions prior to 8.6.2 are affected; this is fixed in v8.6.2. No public exploit has been identified at time of analysis, and the flaw is not listed in the CISA KEV catalog, but the low-complexity, network-accessible nature of the bypass makes it straightforward to exploit for any authenticated user with checkout-level access.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
CVSS 4.0
5.3
EPSS
0.2%
CVE-2026-55475 Jul 10, 20:16 PHP MEDIUM PATCH GHSA This Month

Unauthorized modification of import ownership metadata in Snipe-IT prior to version 8.6.1 allows an authenticated user with CSV import capabilities to overwrite the created_by field on import records via the Importer API endpoint. The flaw stems from insufficient authorization enforcement (CWE-863) on the created_by parameter during CSV import operations, enabling a low-privileged API user to falsify asset audit trails and attribution records. No public exploit code has been identified and this vulnerability is absent from CISA KEV; a vendor-released patch is available in v8.6.1.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.7
EPSS
0.2%
CVE-2026-55469 Jul 10, 20:16 PHP MEDIUM PATCH GHSA This Month

Arbitrary file deletion in Snipe-IT prior to 8.6.2 allows an authenticated attacker holding both import and assets.update permissions to delete any file readable by the server process via a path traversal string injected into the asset image field during CSV import. The vulnerability is triggered in a two-stage pattern: first importing a crafted CSV, then invoking the image deletion action, which follows the unsanitized path without boundary checks. No public exploit code has been identified at time of analysis, and this vulnerability is not listed in the CISA KEV catalog. The fix is confirmed in the v8.6.2 release.

Path Traversal Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
6.5
EPSS
0.4%
CVE-2026-55466 Jul 10, 20:16 PHP MEDIUM POC PATCH GHSA This Month

Stored cross-site scripting in Snipe-IT prior to 8.6.2 enables a low-privilege authenticated user to upload malicious XHTML or XML files that bypass the SVG sanitization gate and execute arbitrary JavaScript in any viewer's browser when the attachment is opened inline. The bypass works because UploadFileRequest only sanitizes SVG content when PHP's finfo extension reports image/svg+xml - uploading XHTML or generic XML evades this check - while UploadedFilesController serves the file same-origin without invoking StorageHelper::allowSafeInline(), completing the injection path. No public exploit code or CISA KEV listing has been identified at time of analysis; the vendor released a confirmed fix in version 8.6.2.

PHP XSS Snipe It Snipeitapp
NVD GitHub
CVSS 4.0
6.2
EPSS
0.4%
CVE-2026-55462 Jul 10, 20:16 PHP MEDIUM POC PATCH GHSA This Month

Incorrect authorization in Snipe-IT's UsersController before version 8.6.2 allows any authenticated user holding only the users.view permission to access restricted inventory and procurement metadata - including assigned licenses, accessories, consumables, and associated cost and order data - from modules their direct permissions would otherwise deny. The flaw exists in both the show() and printInventory() controller methods, which enforce authorization only for the user-viewing scope before eagerly loading and rendering related asset relationships without further permission checks. No public exploit exists and this vulnerability is not listed in the CISA KEV catalog, but the low attack complexity and common assignment of users.view to helpdesk staff makes this a realistic insider access-control bypass in enterprise deployments.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
4.3
EPSS
0.3%
CVE-2026-55461 Jul 10, 20:16 PHP MEDIUM PATCH GHSA This Month

Open redirect in Snipe-IT prior to 8.6.2 allows unauthenticated attackers to abuse the application as a trusted redirector against authenticated users. The user edit workflow persists the HTTP Referer header - which an attacker can control - into Laravel's session-stored intended URL, then unconditionally honors it via redirect()->intended() when redirect_option=back is submitted by a legitimate user. No public exploit code and no CISA KEV listing have been identified at time of analysis; the vulnerability is a medium-severity phishing-chain enabler rather than a direct system compromise.

Open Redirect Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
6.1
EPSS
0.2%
CVE-2026-55452 Jul 10, 20:16 PHP MEDIUM PATCH GHSA This Month

CSV formula injection in Snipe-IT prior to version 8.5.0 enables a low-privileged authenticated user to store a malicious spreadsheet formula via the HTTP User-Agent header, which is then written unescaped into exported Activity Report CSV files. When an administrator or report viewer opens the exported file in spreadsheet software such as Microsoft Excel or LibreOffice Calc, the embedded formula executes within their local application environment, potentially enabling data exfiltration or arbitrary command execution on the viewer's workstation. No public exploit code has been identified at time of analysis, and a vendor-released patch is available in version 8.5.0.

Information Disclosure Snipe It Snipeitapp
NVD GitHub
CVSS 4.0
4.8
EPSS
0.3%
CVE-2025-15602 Mar 06, 17:16 PHP HIGH PATCH This Week

Snipe-IT versions prior to 8.3.7 contain sensitive user attributes related to account privileges that are insufficiently protected against mass assignment. An authenticated, low-privileged user can craft a malicious API request to modify restricted fields of another user account, including the Super Admin account. By changing the email address of the Super Admin and triggering a password reset,...

Information Disclosure Snipe It Snipeitapp
NVD GitHub
CVSS 4.0
8.7
EPSS
0.0%
CVE-2025-65622 Dec 01, 22:15 PHP MEDIUM POC PATCH This Month

Snipe-IT before 8.3.4 allows stored XSS via the Locations "Country" field, enabling a low-privileged authenticated user to inject JavaScript that executes in another user's session.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.4
EPSS
0.0%
CVE-2025-65621 Dec 01, 21:15 PHP MEDIUM POC PATCH This Month

Snipe-IT before 8.3.4 allows stored XSS, allowing a low-privileged authenticated user to inject JavaScript that executes in an administrator's session, enabling privilege escalation.

XSS Privilege Escalation Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.4
EPSS
0.0%
CVE-2025-64027 Nov 20, 17:15 PHP MEDIUM POC This Month

Snipe-IT v8.3.4 (build 20218) contains a reflected cross-site scripting (XSS) vulnerability in the CSV Import workflow. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
6.1
EPSS
0.0%
CVE-2025-63601 Nov 05, 16:15 CRITICAL PATCH This Week

Snipe-IT before version 8.3.3 contains a remote code execution vulnerability that allows an authenticated attacker to upload a malicious backup file containing arbitrary files and execute system. Rated critical severity (CVSS 9.9), this vulnerability is remotely exploitable, low attack complexity. This Unrestricted File Upload vulnerability could allow attackers to upload malicious files that can be executed on the server.

RCE File Upload Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
9.9
EPSS
0.6%
CVE-2025-59713 Sep 19, 03:15 PHP MEDIUM PATCH This Month

Snipe-IT before 8.1.18 allows unsafe deserialization. Rated medium severity (CVSS 6.8), this vulnerability is remotely exploitable. No vendor patch available.

Deserialization Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
6.8
EPSS
0.0%
CVE-2025-59712 Sep 19, 03:15 PHP MEDIUM PATCH This Month

Snipe-IT before 8.1.18 allows XSS. Rated medium severity (CVSS 6.4), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
6.4
EPSS
0.0%
CVE-2025-47226 May 02, 21:15 PHP MEDIUM POC PATCH This Month

Grokability Snipe-IT before 8.1.0 has incorrect authorization for accessing asset information. Rated medium severity (CVSS 5.0), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Information Disclosure Snipe It Snipeitapp
NVD GitHub Exploit-DB
CVSS 3.1
5.0
EPSS
1.0%
CVE-2024-51094 Nov 12, 21:15 HIGH This Week

An issue in Snipe-IT v.7.0.13 build 15514 allows a low-privileged attacker to modify their profile name and inject a malicious payload into the "Name" field. Rated high severity (CVSS 8.0), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Code Injection Snipe It Snipeitapp
NVD
CVSS 3.1
8.0
EPSS
0.4%
CVE-2024-51093 Nov 12, 21:15 PHP HIGH This Week

Stored Cross-Site Scripting (XSS) vulnerability in Snipe-IT - v7.0.13 allows an attacker to upload a malicious XML file containing JavaScript code. Rated high severity (CVSS 8.7), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

XSS Privilege Escalation Snipe It Snipeitapp
NVD
CVSS 3.1
8.7
EPSS
0.4%
CVE-2024-48987 Oct 11, 13:15 PHP MEDIUM POC PATCH This Month

Snipe-IT before 7.0.10 allows remote code execution (associated with cookie serialization) when an attacker knows the APP_KEY. Rated medium severity (CVSS 6.6), this vulnerability is remotely exploitable. Public exploit code available and no vendor patch available.

RCE Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
6.6
EPSS
1.0%
CVE-2024-5685 Jun 14, 10:15 PHP HIGH PATCH This Week

Users with "User:edit" and "Self:api" permissions can promote or demote themselves or other users by performing changes to the group's memberships via API call.6.17 through v6.4.1. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, low attack complexity. This Missing Authorization vulnerability could allow attackers to access resources or perform actions without proper authorization checks.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
8.1
EPSS
0.4%
CVE-2023-5511 Oct 11, 01:15 PHP HIGH POC PATCH This Week

Cross-Site Request Forgery (CSRF) in GitHub repository snipe/snipe-it prior to v.6.2.3. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

CSRF Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
8.8
EPSS
0.3%
CVE-2023-5452 Oct 06, 20:15 PHP MEDIUM POC PATCH This Month

Cross-site Scripting (XSS) - Stored in GitHub repository snipe/snipe-it prior to v6.2.2. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.4
EPSS
0.5%
CVE-2022-44381 Dec 25, 05:15 PHP MEDIUM POC This Month

Snipe-IT through 6.0.14 allows attackers to check whether a user account exists because of response variations in a /password/reset request. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Snipe It Snipeitapp
NVD
CVSS 3.1
5.3
EPSS
0.6%
CVE-2022-44380 Dec 25, 05:15 PHP MEDIUM POC PATCH This Month

Snipe-IT before 6.0.14 is vulnerable to Cross Site Scripting (XSS) for View Assigned Assets. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

XSS Snipe It Snipeitapp
NVD
CVSS 3.1
5.4
EPSS
0.5%
CVE-2022-3173 Sep 17, 07:15 PHP MEDIUM POC PATCH This Month

Improper Authentication in GitHub repository snipe/snipe-it prior to 6.0.10. Rated medium severity (CVSS 4.3), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
4.3
EPSS
0.7%
CVE-2022-3035 Aug 29, 20:15 PHP MEDIUM POC PATCH This Month

Cross-site Scripting (XSS) - Stored in GitHub repository snipe/snipe-it prior to v6.0.11. Rated medium severity (CVSS 4.8), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
4.8
EPSS
0.6%
CVE-2022-2997 Aug 25, 21:15 PHP HIGH POC PATCH This Week

Session Fixation in GitHub repository snipe/snipe-it prior to 6.0.10. Rated high severity (CVSS 8.0), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Information Disclosure Session Fixation Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
8.0
EPSS
0.7%
CVE-2022-32061 Jul 07, 23:15 PHP MEDIUM POC This Month

An arbitrary file upload vulnerability in the Select User function under the People Menu component of Snipe-IT v6.0.2 allows attackers to execute arbitrary code via a crafted file. Rated medium severity (CVSS 4.8), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

XSS RCE File Upload Snipe It Snipeitapp
NVD
CVSS 3.1
4.8
EPSS
0.6%
CVE-2022-32060 Jul 07, 23:15 PHP MEDIUM POC This Month

An arbitrary file upload vulnerability in the Update Branding Settings component of Snipe-IT v6.0.2 allows attackers to execute arbitrary code via a crafted file. Rated medium severity (CVSS 4.8), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

XSS RCE File Upload Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
4.8
EPSS
1.1%
CVE-2022-23064 May 02, 13:15 PHP HIGH POC PATCH This Week

In Snipe-IT, versions v3.0-alpha to v5.3.7 are vulnerable to Host Header Injection. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
8.8
EPSS
1.3%
CVE-2022-1511 Apr 28, 15:15 PHP MEDIUM POC PATCH This Month

Missing Authorization in GitHub repository snipe/snipe-it prior to 5.4.4. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
6.5
EPSS
1.0%
CVE-2022-1445 Apr 24, 15:15 PHP MEDIUM POC PATCH This Month

Stored Cross Site Scripting vulnerability in the checked_out_to parameter in GitHub repository snipe/snipe-it prior to 5.4.3. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.4
EPSS
0.8%
CVE-2022-1380 Apr 16, 12:15 PHP MEDIUM POC PATCH This Month

Stored Cross Site Scripting vulnerability in Item name parameter in GitHub repository snipe/snipe-it prior to v5.4.3. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.4
EPSS
0.8%
CVE-2022-1155 Mar 30, 13:15 PHP HIGH POC PATCH This Week

Old sessions are not blocked by the login enable function. Rated high severity (CVSS 7.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Information Disclosure Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
7.4
EPSS
1.0%
CVE-2022-0622 Feb 17, 02:15 PHP MEDIUM POC PATCH This Month

Generation of Error Message Containing Sensitive Information in Packagist snipe/snipe-it prior to 5.3.11. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.3
EPSS
1.0%
CVE-2021-4130 Dec 18, 05:15 PHP HIGH POC PATCH This Week

snipe-it is vulnerable to Cross-Site Request Forgery (CSRF). Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

CSRF Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
8.8
EPSS
0.5%
CVE-2021-4108 Dec 14, 20:15 PHP MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
6.1
EPSS
0.8%
CVE-2021-4089 Dec 10, 20:15 PHP MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Access Control. Rated medium severity (CVSS 4.3), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
4.3
EPSS
0.7%
CVE-2021-4075 Dec 06, 21:15 PHP HIGH POC PATCH This Week

snipe-it is vulnerable to Server-Side Request Forgery (SSRF). Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

SSRF Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
7.2
EPSS
0.9%
CVE-2021-4018 Dec 01, 10:15 PHP MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.4
EPSS
0.6%
CVE-2021-3961 Nov 19, 12:15 PHP MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.4
EPSS
0.7%
CVE-2021-3938 Nov 13, 09:15 PHP MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.4
EPSS
0.5%
CVE-2021-3931 Nov 13, 09:15 PHP MEDIUM POC PATCH This Month

snipe-it is vulnerable to Cross-Site Request Forgery (CSRF). Rated medium severity (CVSS 4.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

CSRF Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
4.3
EPSS
0.4%
CVE-2021-3879 Oct 19, 13:15 PHP MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
5.4
EPSS
0.8%
CVE-2021-3863 Oct 19, 13:15 PHP MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
6.1
EPSS
0.8%
CVE-2021-3858 Oct 19, 13:15 PHP HIGH POC PATCH This Week

snipe-it is vulnerable to Cross-Site Request Forgery (CSRF). Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

CSRF Snipe It Snipeitapp
NVD GitHub
CVSS 3.1
8.8
EPSS
0.5%
CVE-2019-10118 Mar 27, 04:29 PHP MEDIUM PATCH This Month

Snipe-IT before 4.6.14 has XSS, as demonstrated by log_meta values and the user's last name in the API. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS Snipe It Snipeitapp
NVD GitHub
CVSS 3.0
6.1
EPSS
0.8%
EPSS 0% CVSS 5.0
MEDIUM POC PATCH This Month

Cross-tenant authorization bypass in Snipe-IT prior to v8.6.2 allows an authenticated user with only `reports.view` permission in one company to delete pending checkout acceptance records belonging to any other company by supplying arbitrary global IDs to the unaccepted-assets report delete endpoint. The root cause is a classic IDOR (CWE-639): the endpoint validates role but not company-scope ownership. No public exploit has been identified and this CVE is absent from the CISA KEV catalog, but multi-tenant deployments relying on organizational data isolation are directly impacted.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 6.2
MEDIUM PATCH This Month

CSS injection in Snipe-IT's superadmin branding configuration (versions prior to 8.6.2) allows arbitrary stylesheet content to persist in the database and render for all authenticated users on every subsequent page load. The template default.blade.php applies HTML entity encoding to the header_color and related color settings before embedding them inside a CSS style block - encoding that is context-incorrect and insufficient to prevent CSS breakout via constructs such as closing braces or url() references. No public exploit has been identified at time of analysis, but the CVSS 4.0 vector (SC:H/SI:H) reflects that, once injected, the payload affects every authenticated user's session regardless of their privilege level, making this a persistent, cross-user impact from a single privileged action.

PHP XSS Snipe It +1
NVD GitHub VulDB
EPSS 0% CVSS 5.3
MEDIUM POC PATCH This Month

Broken authorization in Snipe-IT's legacy single-seat license checkin endpoint allows authenticated users with only checkout (assign) rights to invoke the checkin (unassign) action, bypassing the intended permission boundary. Versions prior to 8.6.2 are affected; this is fixed in v8.6.2. No public exploit has been identified at time of analysis, and the flaw is not listed in the CISA KEV catalog, but the low-complexity, network-accessible nature of the bypass makes it straightforward to exploit for any authenticated user with checkout-level access.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 5.7
MEDIUM PATCH This Month

Unauthorized modification of import ownership metadata in Snipe-IT prior to version 8.6.1 allows an authenticated user with CSV import capabilities to overwrite the created_by field on import records via the Importer API endpoint. The flaw stems from insufficient authorization enforcement (CWE-863) on the created_by parameter during CSV import operations, enabling a low-privileged API user to falsify asset audit trails and attribution records. No public exploit code has been identified and this vulnerability is absent from CISA KEV; a vendor-released patch is available in v8.6.1.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 6.5
MEDIUM PATCH This Month

Arbitrary file deletion in Snipe-IT prior to 8.6.2 allows an authenticated attacker holding both import and assets.update permissions to delete any file readable by the server process via a path traversal string injected into the asset image field during CSV import. The vulnerability is triggered in a two-stage pattern: first importing a crafted CSV, then invoking the image deletion action, which follows the unsanitized path without boundary checks. No public exploit code has been identified at time of analysis, and this vulnerability is not listed in the CISA KEV catalog. The fix is confirmed in the v8.6.2 release.

Path Traversal Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 6.2
MEDIUM POC PATCH This Month

Stored cross-site scripting in Snipe-IT prior to 8.6.2 enables a low-privilege authenticated user to upload malicious XHTML or XML files that bypass the SVG sanitization gate and execute arbitrary JavaScript in any viewer's browser when the attachment is opened inline. The bypass works because UploadFileRequest only sanitizes SVG content when PHP's finfo extension reports image/svg+xml - uploading XHTML or generic XML evades this check - while UploadedFilesController serves the file same-origin without invoking StorageHelper::allowSafeInline(), completing the injection path. No public exploit code or CISA KEV listing has been identified at time of analysis; the vendor released a confirmed fix in version 8.6.2.

PHP XSS Snipe It +1
NVD GitHub
EPSS 0% CVSS 4.3
MEDIUM POC PATCH This Month

Incorrect authorization in Snipe-IT's UsersController before version 8.6.2 allows any authenticated user holding only the users.view permission to access restricted inventory and procurement metadata - including assigned licenses, accessories, consumables, and associated cost and order data - from modules their direct permissions would otherwise deny. The flaw exists in both the show() and printInventory() controller methods, which enforce authorization only for the user-viewing scope before eagerly loading and rendering related asset relationships without further permission checks. No public exploit exists and this vulnerability is not listed in the CISA KEV catalog, but the low attack complexity and common assignment of users.view to helpdesk staff makes this a realistic insider access-control bypass in enterprise deployments.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 6.1
MEDIUM PATCH This Month

Open redirect in Snipe-IT prior to 8.6.2 allows unauthenticated attackers to abuse the application as a trusted redirector against authenticated users. The user edit workflow persists the HTTP Referer header - which an attacker can control - into Laravel's session-stored intended URL, then unconditionally honors it via redirect()->intended() when redirect_option=back is submitted by a legitimate user. No public exploit code and no CISA KEV listing have been identified at time of analysis; the vulnerability is a medium-severity phishing-chain enabler rather than a direct system compromise.

Open Redirect Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 4.8
MEDIUM PATCH This Month

CSV formula injection in Snipe-IT prior to version 8.5.0 enables a low-privileged authenticated user to store a malicious spreadsheet formula via the HTTP User-Agent header, which is then written unescaped into exported Activity Report CSV files. When an administrator or report viewer opens the exported file in spreadsheet software such as Microsoft Excel or LibreOffice Calc, the embedded formula executes within their local application environment, potentially enabling data exfiltration or arbitrary command execution on the viewer's workstation. No public exploit code has been identified at time of analysis, and a vendor-released patch is available in version 8.5.0.

Information Disclosure Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 8.7
HIGH PATCH This Week

Snipe-IT versions prior to 8.3.7 contain sensitive user attributes related to account privileges that are insufficiently protected against mass assignment. An authenticated, low-privileged user can craft a malicious API request to modify restricted fields of another user account, including the Super Admin account. By changing the email address of the Super Admin and triggering a password reset,...

Information Disclosure Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 5.4
MEDIUM POC PATCH This Month

Snipe-IT before 8.3.4 allows stored XSS via the Locations "Country" field, enabling a low-privileged authenticated user to inject JavaScript that executes in another user's session.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 5.4
MEDIUM POC PATCH This Month

Snipe-IT before 8.3.4 allows stored XSS, allowing a low-privileged authenticated user to inject JavaScript that executes in an administrator's session, enabling privilege escalation.

XSS Privilege Escalation Snipe It +1
NVD GitHub
EPSS 0% CVSS 6.1
MEDIUM POC This Month

Snipe-IT v8.3.4 (build 20218) contains a reflected cross-site scripting (XSS) vulnerability in the CSV Import workflow. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 9.9
CRITICAL PATCH This Week

Snipe-IT before version 8.3.3 contains a remote code execution vulnerability that allows an authenticated attacker to upload a malicious backup file containing arbitrary files and execute system. Rated critical severity (CVSS 9.9), this vulnerability is remotely exploitable, low attack complexity. This Unrestricted File Upload vulnerability could allow attackers to upload malicious files that can be executed on the server.

RCE File Upload Snipe It +1
NVD GitHub
EPSS 0% CVSS 6.8
MEDIUM PATCH This Month

Snipe-IT before 8.1.18 allows unsafe deserialization. Rated medium severity (CVSS 6.8), this vulnerability is remotely exploitable. No vendor patch available.

Deserialization Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 6.4
MEDIUM PATCH This Month

Snipe-IT before 8.1.18 allows XSS. Rated medium severity (CVSS 6.4), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 5.0
MEDIUM POC PATCH This Month

Grokability Snipe-IT before 8.1.0 has incorrect authorization for accessing asset information. Rated medium severity (CVSS 5.0), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Information Disclosure Snipe It Snipeitapp
NVD GitHub Exploit-DB
EPSS 0% CVSS 8.0
HIGH This Week

An issue in Snipe-IT v.7.0.13 build 15514 allows a low-privileged attacker to modify their profile name and inject a malicious payload into the "Name" field. Rated high severity (CVSS 8.0), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Code Injection Snipe It Snipeitapp
NVD
EPSS 0% CVSS 8.7
HIGH This Week

Stored Cross-Site Scripting (XSS) vulnerability in Snipe-IT - v7.0.13 allows an attacker to upload a malicious XML file containing JavaScript code. Rated high severity (CVSS 8.7), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

XSS Privilege Escalation Snipe It +1
NVD
EPSS 1% CVSS 6.6
MEDIUM POC PATCH This Month

Snipe-IT before 7.0.10 allows remote code execution (associated with cookie serialization) when an attacker knows the APP_KEY. Rated medium severity (CVSS 6.6), this vulnerability is remotely exploitable. Public exploit code available and no vendor patch available.

RCE Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 8.1
HIGH PATCH This Week

Users with "User:edit" and "Self:api" permissions can promote or demote themselves or other users by performing changes to the group's memberships via API call.6.17 through v6.4.1. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, low attack complexity. This Missing Authorization vulnerability could allow attackers to access resources or perform actions without proper authorization checks.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 8.8
HIGH POC PATCH This Week

Cross-Site Request Forgery (CSRF) in GitHub repository snipe/snipe-it prior to v.6.2.3. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

CSRF Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 5.4
MEDIUM POC PATCH This Month

Cross-site Scripting (XSS) - Stored in GitHub repository snipe/snipe-it prior to v6.2.2. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 5.3
MEDIUM POC This Month

Snipe-IT through 6.0.14 allows attackers to check whether a user account exists because of response variations in a /password/reset request. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Snipe It Snipeitapp
NVD
EPSS 0% CVSS 5.4
MEDIUM POC PATCH This Month

Snipe-IT before 6.0.14 is vulnerable to Cross Site Scripting (XSS) for View Assigned Assets. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

XSS Snipe It Snipeitapp
NVD
EPSS 1% CVSS 4.3
MEDIUM POC PATCH This Month

Improper Authentication in GitHub repository snipe/snipe-it prior to 6.0.10. Rated medium severity (CVSS 4.3), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 4.8
MEDIUM POC PATCH This Month

Cross-site Scripting (XSS) - Stored in GitHub repository snipe/snipe-it prior to v6.0.11. Rated medium severity (CVSS 4.8), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 8.0
HIGH POC PATCH This Week

Session Fixation in GitHub repository snipe/snipe-it prior to 6.0.10. Rated high severity (CVSS 8.0), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Information Disclosure Session Fixation Snipe It +1
NVD GitHub
EPSS 1% CVSS 4.8
MEDIUM POC This Month

An arbitrary file upload vulnerability in the Select User function under the People Menu component of Snipe-IT v6.0.2 allows attackers to execute arbitrary code via a crafted file. Rated medium severity (CVSS 4.8), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

XSS RCE File Upload +2
NVD
EPSS 1% CVSS 4.8
MEDIUM POC This Month

An arbitrary file upload vulnerability in the Update Branding Settings component of Snipe-IT v6.0.2 allows attackers to execute arbitrary code via a crafted file. Rated medium severity (CVSS 4.8), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

XSS RCE File Upload +2
NVD GitHub
EPSS 1% CVSS 8.8
HIGH POC PATCH This Week

In Snipe-IT, versions v3.0-alpha to v5.3.7 are vulnerable to Host Header Injection. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 6.5
MEDIUM POC PATCH This Month

Missing Authorization in GitHub repository snipe/snipe-it prior to 5.4.4. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 5.4
MEDIUM POC PATCH This Month

Stored Cross Site Scripting vulnerability in the checked_out_to parameter in GitHub repository snipe/snipe-it prior to 5.4.3. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 5.4
MEDIUM POC PATCH This Month

Stored Cross Site Scripting vulnerability in Item name parameter in GitHub repository snipe/snipe-it prior to v5.4.3. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 7.4
HIGH POC PATCH This Week

Old sessions are not blocked by the login enable function. Rated high severity (CVSS 7.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Information Disclosure Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 5.3
MEDIUM POC PATCH This Month

Generation of Error Message Containing Sensitive Information in Packagist snipe/snipe-it prior to 5.3.11. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 8.8
HIGH POC PATCH This Week

snipe-it is vulnerable to Cross-Site Request Forgery (CSRF). Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

CSRF Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 6.1
MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 4.3
MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Access Control. Rated medium severity (CVSS 4.3), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

Authentication Bypass Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 7.2
HIGH POC PATCH This Week

snipe-it is vulnerable to Server-Side Request Forgery (SSRF). Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

SSRF Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 5.4
MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 5.4
MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 5.4
MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 0% CVSS 4.3
MEDIUM POC PATCH This Month

snipe-it is vulnerable to Cross-Site Request Forgery (CSRF). Rated medium severity (CVSS 4.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

CSRF Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 5.4
MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 6.1
MEDIUM POC PATCH This Month

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

XSS Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 8.8
HIGH POC PATCH This Week

snipe-it is vulnerable to Cross-Site Request Forgery (CSRF). Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

CSRF Snipe It Snipeitapp
NVD GitHub
EPSS 1% CVSS 6.1
MEDIUM PATCH This Month

Snipe-IT before 4.6.14 has XSS, as demonstrated by log_meta values and the user's last name in the API. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS Snipe It Snipeitapp
NVD GitHub

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