CVE-2026-59240
Last modified
CVE-2026-59240 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. The vulnerability involves an Insecure Direct Object Reference (IDOR) in the `DeleteNotificationController::delete()` method at endpoint `GET /notification/delete/{id}`. The flaw allows any authenticated user, regardless of company or permissions, to delete notifications belonging to any other user in the system. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
The vulnerability involves an Insecure Direct Object Reference (IDOR) in the `DeleteNotificationController::delete()` method at endpoint `GET /notification/delete/{id}`. The flaw allows any authenticated user, regardless of company or permissions, to delete notifications belonging to any other user in the system. The controller retrieves the target record with `Notification::findOrFail($id)` and deletes it without validating `user_id` or `company_id` ownership, unlike the sibling `SetNotificationReadAjaxController`, which correctly scopes lookups by `Auth::id()`. Because notification identifiers are sequential, an attacker can iterate over IDs to systematically delete notifications belonging to any user, denying them visibility of ticket alerts, task assignments, and other system events.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Roskus | Prospero Flow CRM | >= 1.0.0, < 5.5.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-59240?
How severe is CVE-2026-59240?
How do I fix CVE-2026-59240?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-59234Authorization Bypass Through User-Controlled Key (CWE-639) i…6.9
- CVE-2026-59235Missing Authorization (CWE-862) in BankAccountListController…8.7
- CVE-2026-59236Authorization Bypass Through User-Controlled Key (CWE-639) i…6.9
- CVE-2026-59237Authorization Bypass Through User-Controlled Key (CWE-639) i…6.9
- CVE-2026-59238Stored Cross-site Scripting (CWE-79) in the client-side repo…6.9
- CVE-2026-59239Stored Cross-site Scripting (CWE-79) in the email module in …8.6
- CVE-2026-59242Apache Airflow's XCom `GET /api/v2/{...}/xcomEntries/{key}?d…
- CVE-2026-59243The FAB auth manager's Azure AD OAuth login defaulted `verif…9.8
- CVE-2026-59244Apache Airflow's secrets masker did not mask `var.json` Vari…
- CVE-2026-59245In the Apache Airflow FAB auth manager, a DAG whose `dag_id`…8.1
- CVE-2026-59246Allocation of resources without limits vulnerability in elix…6.3
- CVE-2026-59247Insufficient Verification of Data Authenticity vulnerability…7.6
Are you affected by CVE-2026-59240?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
