Skip to main content

V2Board EUVDEUVD-2026-26668

| CVE-2026-37504 MEDIUM
Use of GET Request Method With Sensitive Query Strings (CWE-598)
2026-05-01 mitre
5.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.3 MEDIUM
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
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

4
Analysis Generated
May 01, 2026 - 16:00 vuln.today
EUVD ID Assigned
May 01, 2026 - 15:45 euvd
EUVD-2026-26668
Analysis Generated
May 01, 2026 - 15:45 vuln.today
CVE Published
May 01, 2026 - 00:00 nvd
MEDIUM 5.3

DescriptionCVE.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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

EUVD-2026-26668 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy