Severity by source
AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
Lifecycle Timeline
4DescriptionCVE.org
Sensitive server_token exposed via GET parameter in V2Board thru 1.7.4. In app/Http/Controllers/Server/UniProxyController.php, the server authentication token is accepted via GET parameter transmission. The token appears in URLs such as /api/v1/server/UniProxy/user?token=SECRET, causing it to be recorded in web server access logs, browser history, HTTP Referer headers, and proxy/CDN logs. An attacker who gains access to any log source can extract the token and impersonate a proxy server node, potentially intercepting all user traffic.
AnalysisAI
V2Board through version 1.7.4 exposes sensitive server authentication tokens via GET parameters in the UniProxy API endpoint, causing tokens to be recorded in web server access logs, browser history, HTTP Referer headers, and intermediary proxies. An attacker who obtains access to any log source can extract the token and impersonate a proxy server node, potentially intercepting all user traffic passing through that node.
Technical ContextAI
V2Board is a subscription-based server panel written in PHP that manages proxy and VPN services. The vulnerability exists in app/Http/Controllers/Server/UniProxyController.php, where the server authentication token-a sensitive credential used for proxy node authentication-is transmitted as a GET parameter rather than in request headers or the request body. GET parameters are inherently logged by web servers, CDNs, proxy appliances, ISPs, and browsers by design. This violates fundamental HTTP security practices: sensitive credentials must never be transmitted via URL parameters due to their visibility in multiple logging contexts (server access logs, browser history, Referer headers, proxy logs). The root cause is improper credential transmission mechanism selection (CWE-598: Use of GET Request with Sensitive Query Strings).
RemediationAI
Upgrade V2Board to a patched version released after 1.7.4 that transmits server tokens via HTTP Authorization headers or request body (POST/JSON) instead of GET parameters. Patch availability information is not confirmed in the provided data; check the official V2Board repository (https://github.com/v2board/v2board) for the latest security release. Immediately after patching, rotate all server authentication tokens in production environments, as tokens transmitted via GET parameters in previous versions should be considered compromised. As an interim compensating control prior to patching, implement HTTP header filtering at the reverse proxy or WAF layer to block requests containing 'token=' in the query string, and restrict access to web server logs and CDN logs to authorized personnel only. Remove or redact existing log entries containing 'token=' parameters from accessible log archives. Note that WAF filtering does not prevent the token from being logged or transmitted-it only reduces exposure during the interim period.
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 Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26668