Description
CentreStack before 17.4 contains a session variable injection vulnerability that allows unauthenticated attackers to inject arbitrary session variables by embedding newline and tab characters into a crafted AccountName parameter posted to the SelectProvider.aspx endpoint. Attackers can exploit the lack of input sanitization in the custom session serialization format to inject a resellerid session variable, bypassing the IsValidRSession authentication check and gaining unauthorized access to management pages.
Published: 2026-07-30
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

CentreStack versions before 17.4 allow an attacker to inject arbitrary session variables by embedding newline and tab characters into the AccountName parameter sent to the SelectProvider.aspx endpoint. The custom session serialization format does not sanitize these control characters, enabling the injection of a resellerid session variable. This bypasses the IsValidRSession authentication check, allowing attackers to gain unauthorized access to the system’s management pages and potentially compromise other administrative functions.

Affected Systems

The vulnerability affects all instances of Gladinet CentreStack deployed with a version number less than 17.4. No specific sub‑version details are provided, so any build prior to the 17.4 release is considered at risk.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, while the EPSS score of less than 1 % suggests a low probability of exploitation under current conditions. The vulnerability is not listed in CISA’s KEV catalog. Exploitation requires unauthenticated access to the web application and a crafted HTTP POST request to the SelectProvider.aspx endpoint. Attackers do not need privileged system access beyond the ability to send requests to the target server.

Generated by OpenCVE AI on August 3, 2026 at 10:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade CentreStack to version 17.4 or later. This release removes the vulnerability by sanitizing session input.
  • Restrict external access to the SelectProvider.aspx endpoint or remove the endpoint entirely if not needed. This limits exposure to unauthenticated users.
  • If an upgrade is not immediately possible, modify the web application to escape or strip newline and tab characters from the AccountName parameter before session serialization.

Generated by OpenCVE AI on August 3, 2026 at 10:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:gladinet:centrestack:*:*:*:*:*:*:*:*

Thu, 30 Jul 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Gladinet
Gladinet centrestack
Vendors & Products Gladinet
Gladinet centrestack

Thu, 30 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Description CentreStack before 17.4 contains a session variable injection vulnerability that allows unauthenticated attackers to inject arbitrary session variables by embedding newline and tab characters into a crafted AccountName parameter posted to the SelectProvider.aspx endpoint. Attackers can exploit the lack of input sanitization in the custom session serialization format to inject a resellerid session variable, bypassing the IsValidRSession authentication check and gaining unauthorized access to management pages.
Title CentreStack < 17.4 Session Injection via SelectProvider.aspx
Weaknesses CWE-116
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Gladinet Centrestack
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:50:19.787Z

Reserved: 2026-06-12T20:20:02.947Z

Link: CVE-2026-54364

cve-icon Vulnrichment

Updated: 2026-07-30T12:53:03.576Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T13:16:51.367

Modified: 2026-07-30T16:45:00.353

Link: CVE-2026-54364

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T11:00:03Z

Weaknesses
  • CWE-116

    Improper Encoding or Escaping of Output