---
id: CVE-2026-79920
title: Ajenti is a Linux & BSD modular server admin panel
summary: >-
  Ajenti is a Linux & BSD modular server admin panel. Prior to version 2.2.16,
  any authenticated user can call /api/core/tasks/start to enqueue
  InstallPlugin, UnInstallPlugin, or UpgradeAll from plugins/plugins/tasks.py
  without plugin-mana…
severity: critical
cvss: 9.9
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'
cwe:
  - CWE-862
vendor: ajenti
product: ajenti
affected:
  - ajenti < 2.2.16
published: '2026-09-21'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T21:25:27.050'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-79920'
references:
  - url: >-
      https://github.com/ajenti/ajenti/commit/3a8cbee32df4c5033796f19af4210011163a6f6e
    label: security-advisories@github.com
  - url: >-
      https://github.com/ajenti/ajenti/commit/f07f02e0cdeeb3e528c1d5af28e27fd11623c49c
    label: security-advisories@github.com
  - url: 'https://github.com/ajenti/ajenti/releases/tag/v2.2.16'
    label: security-advisories@github.com
  - url: 'https://github.com/ajenti/ajenti/security/advisories/GHSA-j8xf-5fw2-f99q'
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
epss: 0.00624
epssPercentile: 0.47725
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-21T18:56:29.010009Z'
ingestedAt: '2026-09-21T16:49:07.867Z'
---

## Overview

Ajenti is a Linux & BSD modular server admin panel. Prior to version 2.2.16, any authenticated user can call /api/core/tasks/start to enqueue InstallPlugin, UnInstallPlugin, or UpgradeAll from plugins/plugins/tasks.py without plugin-management authorization. InstallPlugin and UnInstallPlugin construct a pip package specification from unvalidated name and version fields, and the task worker invokes pip while running as root. A low-privileged user can therefore select or manipulate a package installed with root privileges and can install, remove, or upgrade plugins without administrative permission, resulting in root code execution and full host compromise. This issue is fixed in version 2.2.16.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
