CVE-2026-55703 PUBLISHED

Snipe-IT: Maintenance Record Disclosure via Missing Authorization on GET

Assigner: GitHub_M
Reserved: 17.06.2026 Published: 19.08.2026 Updated: 19.08.2026

Snipe-IT is an IT asset/license management system. Prior to 8.6.3, any activated account can request /maintenances/{id} and read maintenance records for assets in the same company without asset or maintenance permission. app/Http/Controllers/MaintenancesController.php show() renders the record without authorize(), while company-scoped route-model binding only prevents access to other companies. Disclosed fields include asset tags, suppliers, purchase costs, notes, and dates. This issue is fixed in version 8.6.3.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
CVSS Score: 4.3

Product Status

Vendor grokability
Product snipe-it
Versions
  • Version < 8.6.3 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE