Description
ATutor is vulnerable to Insecure Direct Object Reference (IDOR) attack in profile picture related endpoints. Any authenticated user, including a student, can supply another user's member_id in a POST request to the profile album endpoint and permanently delete that user's profile picture, including those of instructors and administrators.


Product is no longer actively supported and the vulnerabilities have not been fixed. Only version 2.2.4 was tested and confirmed as vulnerable, other versions were not tested but might also be vulnerable.
Published: 2026-08-20
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ATutor fails to validate ownership of profile picture resources. When a logged‑in user posts a request to the profile picture deletion endpoint with another member_id, the system treats the request unconditionally and permanently removes that member’s image, affecting students, instructors, and administrators alike. The vulnerability is an Insecure Direct Object Reference that damages data integrity by allowing arbitrary deletion of protected assets.

Affected Systems

ATutor version 2.2.4, the only tested release confirmed to be vulnerable; other releases have not been evaluated but may also suffer the same flaw. Product obsolescence is noted, as continued support for ATutor has ceased.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity; EPSS is not available and the vulnerability is not listed in the CISA KEV catalog. The exploit path requires that the attacker be authenticated to the LMS. Once authenticated, the attacker can craft a POST request to the deletion endpoint, specifying any member_id, resulting in permanent loss of profile pictures. While no remote code execution is possible, the loss of instructor and administrator photos could impair institutional trust and operational integrity.

Generated by OpenCVE AI on August 20, 2026 at 20:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Replace ATutor with a supported learning management system or perform a full data migration to an actively maintained product.
  • Modify the application to enforce ownership checks on the picture deletion endpoint, allowing only the picture owner or administrator roles to delete the image.
  • If a migration is not immediate, block delete requests at the web‑server level (e.g., deny POST to the profiled-picture deletion URL) or disable the delete functionality in the ATutor UI until a patch is available.

Generated by OpenCVE AI on August 20, 2026 at 20:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Atutor
Atutor atutor
Vendors & Products Atutor
Atutor atutor

Thu, 20 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Description ATutor is vulnerable to Insecure Direct Object Reference (IDOR) attack in profile picture related endpoints. Any authenticated user, including a student, can supply another user's member_id in a POST request to the profile album endpoint and permanently delete that user's profile picture, including those of instructors and administrators. Product is no longer actively supported and the vulnerabilities have not been fixed. Only version 2.2.4 was tested and confirmed as vulnerable, other versions were not tested but might also be vulnerable.
Title Insecure Direct Object Reference in ATutor
Weaknesses CWE-639
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: CERT-PL

Published:

Updated: 2026-08-20T15:26:24.813Z

Reserved: 2026-07-21T09:36:01.218Z

Link: CVE-2026-64969

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-20T14:17:45.680

Modified: 2026-08-20T16:17:36.653

Link: CVE-2026-64969

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T21:00:05Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key