
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-48507 is an incorrect authorization vulnerability in Snipe-IT, an open-source IT asset and license management system. It affects all versions prior to 8.6.0 and allows a non-admin user holding only the granular users.edit permission to lock every administrator out of the instance by manipulating the activated and ldap_import user flags via the bulk edit functionality. The vulnerability was published on June 8, 2026, with a patch released in version 8.6.0. It carries a CVSS v3.1 base score of 7.1 (High) (GitHub Advisory, Red Hat CVE).
The root cause is an incorrect authorization flaw (CWE-863) in the bulk user editing functionality within app/Http/Controllers/Users/BulkUsersController.php. Prior to the patch, the activated and ldap_import fields were included in the bulk update array without any per-user authorization check, meaning a user with only users.edit permission could submit a bulk edit request setting activated=0 (disabling login) and ldap_import=1 (blocking password reset via LDAP) for all admin accounts. The attack is network-based, requires low privileges (a valid account with users.edit), and no user interaction, making it straightforward to execute against any unpatched instance (GitHub Advisory, Patch Commit).
Successful exploitation results in a complete denial of service for all administrator accounts: admins are unable to log in (activated=0) and cannot request a password reset (ldap_import=1), effectively locking them out of the Snipe-IT instance entirely. There is no confidentiality impact, but integrity is partially affected as user account flags are modified without authorization. The availability impact is rated High, as the entire administrative control plane of the asset management system becomes inaccessible (GitHub Advisory).
There is no public proof-of-concept exploit code and no evidence of in-the-wild exploitation at this time (Red Hat CVE). The EPSS score is approximately 0.036%, indicating a low current probability of exploitation. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. However, the low attack complexity and minimal privilege requirement (any user with users.edit) make it a realistic insider threat or privilege abuse scenario.
users.edit permission.users/bulkeditsave route with the selected admin user IDs and the parameters activated=0 and/or ldap_import=1.activated flag to 0 (preventing login) and ldap_import to 1 (blocking password reset).users/bulkeditsave route from a non-admin user account, particularly with parameters activated=0 or ldap_import=1 targeting multiple user IDs.activated or ldap_import columns in the users table for admin or superuser accounts, especially if changed to 0 and 1 respectively in a short time window.Upgrade Snipe-IT to version 8.6.0 or later, which contains the patch that enforces per-user canEditAuthFields authorization checks before applying activated and ldap_import changes in bulk edits (Patch Commit). As an interim workaround, restrict the users.edit permission to only fully trusted users, and audit which accounts currently hold this permission. Additionally, consider maintaining at least one superuser account that is managed separately and not subject to bulk edit operations.
The vulnerability was reported by security researchers louissanchez-vokecyber and whatisproblem, and was disclosed via GitHub's security advisory process (GitHub Advisory). No significant broader media coverage or notable social media commentary has been identified at this time.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."