Description
The ProfileGrid WordPress plugin before 5.9.9.8 does not verify that a notification belongs to the requesting user before deleting it, allowing any authenticated user such as a Subscriber to delete other users' notifications by enumerating notification identifiers.
Published: 2026-08-02
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability, classified as an Insecure Direct Object Reference (CWE‑639), exists because ProfileGrid does not confirm that a notification scheduled for deletion actually belongs to the user making the request. This means an authenticated user can delete any notification simply by supplying its identifier, sacrificing the integrity of other users’ data. The immediate consequence is loss or tampering of notification content, potentially exposing sensitive information or disrupting communications.

Affected Systems

This flaw affects installations of the ProfileGrid WordPress plugin version prior to 5.9.9.8. Any WordPress site that has this plugin deployed, regardless of vendor, is at risk if the plugin has not been upgraded to the patched release.

Risk and Exploitability

The EPSS score of fewer than 1 % indicates a very low probability of exploitation, and the vulnerability is not listed in CISA's KEV catalog. However, the flaw requires only an authenticated user, and subscribers can enumerate notification IDs, so the attack can be carried out for any site that has exposed the deletion endpoint. The CVSS score is 4.3, indicating low severity, but the impact on application integrity is still significant enough to warrant prompt attention.

Generated by OpenCVE AI on August 4, 2026 at 22:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update ProfileGrid to version 5.9.9.8 or later, which includes a check to verify notification ownership before deletion.
  • If a patch is not immediately available, restrict the notification deletion endpoint so that only users with higher privileges (e.g., administrators) can invoke it – this can be enforced with a role‑based access control plugin or custom code.
  • Monitor site logs for unexpected deletion activity and audit notification records to confirm that no unauthorized deletions have occurred after upgrading.

Generated by OpenCVE AI on August 4, 2026 at 22:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 04 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639

Sun, 02 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Profilegrid
Profilegrid profilegrid
Wordpress
Wordpress wordpress
Vendors & Products Profilegrid
Profilegrid profilegrid
Wordpress
Wordpress wordpress

Sun, 02 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The ProfileGrid WordPress plugin before 5.9.9.8 does not verify that a notification belongs to the requesting user before deleting it, allowing any authenticated user such as a Subscriber to delete other users' notifications by enumerating notification identifiers.
Title ProfileGrid < 5.9.9.8 - Subscriber+ Arbitrary Notification Deletion via IDOR
References

Subscriptions

Profilegrid Profilegrid
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-04T17:42:27.490Z

Reserved: 2026-07-20T12:19:42.905Z

Link: CVE-2026-16291

cve-icon Vulnrichment

Updated: 2026-08-04T16:18:40.375Z

cve-icon NVD

Status : Received

Published: 2026-08-02T06:16:40.387

Modified: 2026-08-04T18:16:46.763

Link: CVE-2026-16291

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T23:00:14Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key