VYPR
High severity8.8NVD Advisory· Published Mar 31, 2026· Updated Apr 10, 2026

CVE-2026-34406

CVE-2026-34406

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/) 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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

2
  • Aptrs/Aptrs2 versions
    cpe:2.3:a:aptrs:aptrs:*:*:*:*:*:python:*:*+ 1 more
    • cpe:2.3:a:aptrs:aptrs:*:*:*:*:*:python:*:*range: <2.0.1
    • (no CPE)range: <2.0.1

Patches

Vulnerability mechanics

References

3

News mentions

0

No linked articles in our index yet.