Description
In Proxmox pmg-api, an argument injection vulnerability exists in the package changelog retrieval functionality. This is caused by improper handling of user-supplied input passed to the underlying apt-get command when fetching package changelogs. It requires authentication but can be exploited in a CSRF-style attack.
Published: 2026-09-21
Score: 4.4 Medium
EPSS: n/a
KEV: No
Impact: Argument Injection (CSRF)
Action: Apply Patch
AI Analysis

Impact

The vulnerability resides in the pmg-api package changelog retrieval endpoint. User‑supplied arguments are concatenated into an apt‑get command without proper sanitization. This allows an authenticated attacker exploiting a CSRF‑style vector to inject arbitrary parameters, potentially executing commands or accessing sensitive logs. The flaw does not provide immediate remote code execution but can lead to unauthorized information disclosure or further compromise if combined with other weaknesses.

Affected Systems

The affected product is Proxmox Mail Gateway API (pmg-api). No specific version range is listed. Any deployment of the Proxmox Mail Gateway that runs pmg‑api is potentially impacted.

Risk and Exploitability

The CVSS base score of 4.4 indicates moderate overall risk with the primary impact being exploitation of a privileged API. Because the flaw requires authentication and relies on CSRF, the effective attack surface is limited to users who have valid session cookies. EPSS is not available and the vulnerability is not in the CISA KEV list, suggesting that widespread exploitation has not yet been observed. Still, organizations should consider the risk moderate due to the potential for unauthorized information disclosure.

Generated by OpenCVE AI on September 21, 2026 at 22:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Proxmox Mail Gateway to the latest patch that addresses argument injection in pmg-api.
  • Restrict API access to authenticated users only and enforce strict origin checks to mitigate CSRF.
  • Implement input validation or sanitization for all arguments passed to system commands in pmg-api.
  • Monitor API usage logs for anomalous changelog requests and review audit trails regularly.

Generated by OpenCVE AI on September 21, 2026 at 22:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 23:00:00 +0000

Type Values Removed Values Added
Title Argument Injection in Package Changelog Retrieval Allows CSRF Attack in Proxmox pmg-api

Mon, 21 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
Description In Proxmox pmg-api, an argument injection vulnerability exists in the package changelog retrieval functionality. This is caused by improper handling of user-supplied input passed to the underlying apt-get command when fetching package changelogs. It requires authentication but can be exploited in a CSRF-style attack.
Weaknesses CWE-88
References
Metrics cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-21T20:46:23.309Z

Reserved: 2026-09-21T20:46:22.983Z

Link: CVE-2026-94588

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T21:17:22.343

Modified: 2026-09-21T21:17:22.343

Link: CVE-2026-94588

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T22:45:17Z

Weaknesses
  • CWE-88

    Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')