Skip to content

Plugin Installation - Insufficient Permissions

Moderate
SchrodingersGat published GHSA-7c3q-vwcv-2vp7 Apr 7, 2026

Package

No package listed

Affected versions

< 1.2.7

Patched versions

1.2.7, 1.3.0

Description

Impact

Any users who have staff access permissions can install plugins via the API, without requiring "superuser" account access. This level of permission requirement is out of alignment with other plugin actions (such as uninstalling) which do require superuser access.

The vulnerability allows staff users (who may be considered to have a lower level of trust than a superuser account) to install arbitrary (and potentially harmful) plugins.

Note: As per our threat model documentation, which covers our "assumed level of trust", all users must be trusted. Staff users have a high level of privileges, this flag should only be applied to strictly controlled and trusted accounts.

Patches

The vulnerability has been patched in version 1.2.7, and the upcoming 1.3.0 release. These versions now require superuser access to install a plugin.

Workarounds

To prevent this vulnerability from being exploited in unpatched versions of InvenTree, the system administrator can:

  1. Disable plugins entirely via the PLUGINS_ENABLED environment variable
  2. Disable runtime plugin installation via the INVENTREE_PLUGIN_NOINSTALL environment variable

References

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
High
User interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
Low

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L

CVE ID

CVE-2026-35479

Weaknesses

No CWEs

Credits