Description
lamp-cloud through 5.10.0 contains an authorization bypass vulnerability in the deleteMyNotice endpoint that allows authenticated users to delete other users' notifications. Attackers can call the DELETE /anyone/extendNotice/deleteMyNotice endpoint with arbitrary notice IDs to permanently remove notifications belonging to other users without recipient validation.
Published: 2026-09-21
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: Unauthorized deletion of notifications by authenticated users
Action: Immediate Patch
AI Analysis

Impact

lamp-cloud versions through 5.10.0 contain an authorization bypass that lets any authenticated user delete notifications of other users. The vulnerability is exposed via the DELETE /anyone/extendNotice/deleteMyNotice endpoint, which accepts arbitrary notice identifiers without validating that the requester is the intended recipient. This flaw results in unintended data loss and can reveal or erase user‑specific information, constituting a privacy violation and potential denial of service for affected users. The weakness is classified as CWE-639.

Affected Systems

The affected product is lamp‑cloud from dromara, with all releases up to and including version 5.10.0 vulnerable. No other vendor or product versions are listed as affected.

Risk and Exploitability

The CVSS base score of 7.1 indicates high severity. Because the EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, there is no current evidence of widespread exploitation, but the active nature of the endpoint and the lack of recipient validation make this flaw readily exploitable by any user with legitimate credentials. Attackers could programmatically send deletion requests for arbitrary notice IDs, permanently removing data from other accounts without further checks.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update lamp‑cloud to a version newer than 5.10.0 that contains the fixed API behavior.
  • If an update is not immediately possible, enforce role‑based access control that limits use of the deleteMyNotice operation to users with explicit ownership rights and add server‑side checks to confirm the notice belongs to the authenticated user before performing the delete action.
  • Implement monitoring and alerting on the /anyone/extendNotice/deleteMyNotice endpoint to detect anomalous deletion patterns and investigate suspicious activity.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description lamp-cloud through 5.10.0 contains an authorization bypass vulnerability in the deleteMyNotice endpoint that allows authenticated users to delete other users' notifications. Attackers can call the DELETE /anyone/extendNotice/deleteMyNotice endpoint with arbitrary notice IDs to permanently remove notifications belonging to other users without recipient validation.
Title lamp-cloud through 5.10.0 Unauthorized Notification Deletion
First Time appeared Tangyh
Tangyh lamp-cloud
Weaknesses CWE-639
CPEs cpe:2.3:a:tangyh:lamp-cloud:*:*:*:*:*:*:*:*
Vendors & Products Tangyh
Tangyh lamp-cloud
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Tangyh Lamp-cloud
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-21T21:28:14.554Z

Reserved: 2026-09-21T18:25:19.024Z

Link: CVE-2026-94535

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T22:17:00.487

Modified: 2026-09-21T22:17:00.487

Link: CVE-2026-94535

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T22:30:12Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key