Miggo Logo

CVE-2025-47226: Grokability Snipe-IT has incorrect authorization for accessing asset information

5

CVSS Score
3.1

Basic Information

EPSS Score
0.53695%
Published
5/2/2025
Updated
5/5/2025
KEV Status
No
Technology
TechnologyPHP

Technical Details

CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
Package NameEcosystemVulnerable VersionsFirst Patched Version
snipe/snipe-itcomposer< 8.1.08.1.0

Vulnerability Intelligence
Miggo AIMiggo AI

Miggo AIRoot Cause Analysis

The vulnerability is described as 'incorrect authorization for accessing asset information' in Snipe-IT versions before 8.1.0. The provided pull request #16672 and its associated commits directly address this by adding authorization checks (gates) to several methods within app/Http/Controllers/LocationsController.php. Commit 41fb058adb92e003e06a95ee88268138eeb2e045 is key, as it introduces $this->authorize('view', Location::class); to the show, print_assigned, and print_all_assigned methods. The absence of these checks in versions prior to the patch meant that users could potentially access asset information linked to locations without having the necessary permissions. The functions show, print_assigned, and print_all_assigned are directly involved in displaying or providing data about assets associated with locations. Therefore, these functions, in their state before the patch, were vulnerable to the described incorrect authorization. The other changes in the commit (to postBulkDelete and postBulkDeleteStore) are also authorization additions, but the core of accessing asset information lies with the view/print functions.

Vulnerable functions

Only Mi**o us*rs **n s** t*is s**tion

WAF Protection Rules

WAF Rule

*rok**ility Snip*-IT ***or* *.*.* **s in*orr**t *ut*oriz*tion *or ****ssin* *ss*t in*orm*tion.

Reasoning

T** vuln*r**ility is **s*ri*** *s 'in*orr**t *ut*oriz*tion *or ****ssin* *ss*t in*orm*tion' in Snip*-IT v*rsions ***or* *.*.*. T** provi*** pull r*qu*st #***** *n* its *sso*i*t** *ommits *ir**tly ***r*ss t*is *y ***in* *ut*oriz*tion ****ks (**t*s) to