---
id: CVE-2026-48492
title: Snipe-IT's selectlist visibility is too permissive
summary: Snipe-IT's selectlist visibility is too permissive
severity: medium
cwe:
  - CWE-862
vendor: snipe
product: snipe/snipe-it
ecosystem: composer
affected:
  - snipe/snipe-it < 8.5.1
patched:
  - snipe/snipe-it 8.5.1
published: '2026-06-23'
updated: '2026-06-23'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-f3c5-6cw8-fg57'
references:
  - url: >-
      https://github.com/grokability/snipe-it/security/advisories/GHSA-f3c5-6cw8-fg57
  - url: >-
      https://github.com/grokability/snipe-it/commit/4f943d4a7ab8e53f3d9e32770602d1118bab005f
  - url: 'https://github.com/advisories/GHSA-f3c5-6cw8-fg57'
tags:
  - ghsa
  - composer
ingestedAt: '2026-06-26T16:43:14.604Z'
epss: 0.00385
epssPercentile: 0.29789
---

## Overview

### Impact
The GET /api/v1/{object}/selectlist API endpoint is missing an authorization check. Any user who can log into Snipe-IT - regardless of permissions - can retrieve a paginated list of all user accounts using only their web session cookie. No API token or elevated permissions are required. This exposes usernames, display names, employee numbers, and user IDs for every active account in the system if FMCS is not enabled, and within the company they belong to if FMCS is enabled.

### What an attacker can do with a valid login and zero permissions:
- Enumerate all active user accounts by paginating through the endpoint
- Harvest usernames for credential stuffing or password spray attacks
- Collect employee numbers and full names for social engineering
- Perform indirect email enumeration via the search parameter
- Map user IDs for use in further enumeration against other endpoints

This vulnerability is exploitable only by users who have a working login to the Snipe-IT system. 

### Patches
https://github.com/grokability/snipe-it/commit/4f943d4a7ab8e53f3d9e32770602d1118bab005f

## Affected packages

- `snipe/snipe-it < 8.5.1`

## Remediation

Upgrade to a patched release:

- `snipe/snipe-it 8.5.1`
