Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
2DescriptionGitHub Advisory
EspoCRM is an open source customer relationship management application. Prior to 9.3.5, a business logic flaw (Broken Access Control) in EspoCRM 9.3.3 allows low-privileged users to pin arbitrary notes without having the required edit permissions for the parent object. Due to a "write first, authorize later" execution flaw in the backend API, even though the server correctly returns a 403 Forbidden error, the targeted note's pinned status is already persistently modified in the database. The root cause lies in the server-side processing of the POST /api/v1/Note/{id}/pin endpoint. In application/Espo/Tools/Stream/Api/PostNotePin.php, the process() method first calls getNote($id) before calling checkParent($note). This vulnerability is fixed in 9.3.5.
AnalysisAI
{id}/pin endpoint, where the server returns a 403 Forbidden response but the targeted record is already persistently modified. A publicly available exploit exists; this vulnerability is not confirmed actively exploited per CISA KEV, and impact is constrained to unauthorized data integrity modification without confidentiality or availability consequences.
Technical ContextAI
EspoCRM is a PHP-based open source CRM platform. The vulnerability originates in application/Espo/Tools/Stream/Api/PostNotePin.php, where the process() method invokes getNote($id) to fetch and modify the record's pin state before calling checkParent($note) to validate the requesting user's permissions - a classic 'write first, authorize later' execution order inversion. CWE-284 (Improper Access Control) classifies this as a broken access control / business logic flaw: the authorization gate is structurally bypassed because the side effect (database write) completes prior to the permission check returning a reject signal. The affected CPE is cpe:2.3:a:espocrm:espocrm:*:*:*:*:*:*:*:* covering all EspoCRM releases before 9.3.5. Tags indicate PHP and Authentication Bypass surface area.
RemediationAI
Upgrade to EspoCRM 9.3.5, which contains the vendor-confirmed fix for this vulnerability per the GitHub Security Advisory at https://github.com/espocrm/espocrm/security/advisories/GHSA-c3rm-m24p-255p. If immediate patching is not feasible, a compensating control would be to restrict network or WAF-level access to the POST /api/v1/Note/{id}/pin API endpoint, though this will disable note-pinning functionality entirely for all users, including those with legitimate permissions - assess operational impact before applying. Additionally, auditing the database for unexpected or unauthorized note pin state changes can help detect exploitation in the interim. Minimizing the number of low-privileged user accounts with API access reduces the attack surface until the patch is applied.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-32946