Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
Lifecycle Timeline
9DescriptionCVE.org
A security vulnerability has been detected in LinkStackOrg LinkStack up to 4.8.6. The affected element is the function saveLink of the file app/Http/Controllers/UserController.php of the component Management Endpoint. The manipulation leads to authorization bypass. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. The pull request to fix this issue awaits acceptance.
AnalysisAI
LinkStack up to version 4.8.6 contains an authorization bypass vulnerability in the saveLink function of UserController.php that allows authenticated attackers to modify links belonging to other users via insecure direct object references (IDOR). The vulnerability affects the Management Endpoint and enables remote attackers with valid credentials to manipulate or delete arbitrary user links, with publicly available exploit code and an unmerged patch awaiting acceptance.
Technical ContextAI
LinkStack is a PHP-based web application with a Management Endpoint that exposes user link management functionality via HTTP. The vulnerable saveLink function in app/Http/Controllers/UserController.php fails to validate that the authenticated user owns the link object they are modifying. The root cause is CWE-639 (Authorization Bypass Through User-Controlled Key), wherein the application accepts user-supplied link IDs without verifying ownership. The GitHub PR#975 demonstrates the fix: adding a user_id ownership check (if ($OrigLink->user_id !== $userId) abort(403)) and applying the 'link-id' middleware to the clearIcon route. The vulnerability is compounded by the lack of proper authorization checks in sortLinks and related endpoints, evidenced by the need to add explicit where('user_id', Auth::user()->id) filters.
RemediationAI
The primary remediation is to upgrade to a patched version once PR#975 is merged and released; currently, the fix is available only as an unmerged pull request. In the interim, apply the patch manually by: (1) adding the ownership check to the saveLink function: if ($OrigLink->user_id !== $userId) abort(403); (2) applying the 'link-id' middleware to the clearIcon route; (3) adding explicit user_id filtering to sortLinks and any other link-manipulation endpoints. These changes are directly taken from the GitHub PR diff. Alternatively, if immediate patching is not feasible, implement network-level controls by restricting access to the Management Endpoint to trusted users only and implementing strict rate limiting on link modification endpoints to detect potential enumeration attacks. The trade-off of network restriction is reduced accessibility for remote or distributed teams. For multi-user LinkStack instances, enforce strong password policies and consider multi-factor authentication to reduce the likelihood of account compromise, which is the primary enabler of this IDOR attack.
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 technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26449