Description
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.
Published: 2026-05-01
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

V2Board versions up to 1.7.4 allow a server authentication token to be passed in a GET parameter, and the token is embedded in URLs such as "/api/v1/server/UniProxy/user?token=SECRET". This practice causes the token to be logged by web servers, stored in browser history, transmitted in HTTP Referer headers, and recorded by proxy/CDN logs. An attacker who obtains any of these log sources can retrieve the token and then use it to impersonate a proxy server node, potentially intercepting all traffic destined for the legitimate proxy.

Affected Systems

The vulnerability affects the V2Board application, specifically versions up to and including 1.7.4. No other vendors or products are listed as affected in the CNA data.

Risk and Exploitability

The CVSS score is 5.3, indicating medium severity. EPSS is currently unavailable, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is remote: an attacker who can access web server logs, browser history, or Referer headers can leverage the exposed token to impersonate the server.

Generated by OpenCVE AI on May 2, 2026 at 10:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade V2Board to a version released after 1.7.4 that removes the server_token from GET parameters
  • Configure the application to send authentication tokens via HTTPS form POST or custom headers instead of query strings
  • Modify web server logging settings to exclude sensitive URL query strings, or encode the token in a way that is not recorded

Generated by OpenCVE AI on May 2, 2026 at 10:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 11 May 2026 19:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:v2board:v2board:*:*:*:*:*:*:*:*

Sat, 02 May 2026 11:15:00 +0000

Type Values Removed Values Added
Title Token Exposure via GET Parameters in V2Board

Fri, 01 May 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared V2board
V2board v2board
Vendors & Products V2board
V2board v2board

Fri, 01 May 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-598
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 01 May 2026 15:30:00 +0000

Type Values Removed Values Added
Description 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.
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AC:H/AV:N/A:N/C:H/I:N/PR:N/S:U/UI:R'}


cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-05-01T19:46:01.535Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-37504

cve-icon Vulnrichment

Updated: 2026-05-01T19:39:51.275Z

cve-icon NVD

Status : Analyzed

Published: 2026-05-01T16:16:30.633

Modified: 2026-05-11T19:25:20.300

Link: CVE-2026-37504

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-02T11:00:06Z

Weaknesses