216.73.216.233

CVE-2026-34406

· Published 31/03/2026 22:16 · Modified 01/04/2026 14:23

Labels: CVE-2026-34406 2026-03-31CVE-2026-34406CWE-915[email protected]

Essential information

Published
31/03/2026 22:16
Modified
01/04/2026 14:23
Author
Creator
CVSS
9.4 CRITICAL (v3) 9.4 CRITICAL (v4.0)
CISA KEV
No
CWE
CVSS vector

CVSS metrics

Description

APTRS (Automated Penetration Testing Reporting System) is a Python and Django-based automated reporting tool designed for penetration testers and security organizations. Prior to version 2.0.1, the edit_user endpoint (POST /api/auth/edituser/<pk>) allows Any user who can reach that endpoint and submit crafted permission to escalate their own account (or any other account) to superuser by including "is_superuser": true in the request body. The root cause is that CustomUserSerializer explicitly includes is_superuser in its fields list but omits it from read_only_fields, making it a writable field. The edit_user view performs no additional validation to prevent non-superusers from modifying this field. Once is_superuser is set to true, gaining unrestricted access to all application functionality without requiring re-authentication. This issue has been patched in version 2.0.1.

NVD status

Status
Awaiting Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
aptrs / aptrs cpe:2.3:a:aptrs:aptrs:<2.0.1:*:*:*:*:*:*:*
aptrs / aptrs cpe:2.3:a:aptrs:aptrs:2.0.1:*:*:*:*:*:*:*

References