Description
Telenia Software TVox 26.5.3 and prior 26.x versions, and 24.9.21 and prior 24.x versions, contain an authentication bypass vulnerability in set_env.php where the redirectToLoginAdminIRequestHaveAccessToken() function derives the current page name from PHP_SELF and skips authentication when the value matches 'login_admin.php'. Attackers can append '/login_admin.php' to the path of any target PHP script to cause the authentication check to pass and gain unauthenticated access to all PHP scripts under the manager HTML directory.
Published: 2026-08-03
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an authentication bypass that occurs in TVox’s set_env.php script. When the redirectToLoginAdminIRequestHaveAccessToken() function derives the current page name from PHP_SELF, it mistakenly allows access if the value matches the literal string 'login_admin.php'. This flaw is classified as CWE-807, resulting in an unauthorized user being able to gain full read and execution permissions to any PHP script within the manager HTML directory without providing valid credentials.

Affected Systems

The flaw affects Telenia Software’s TVox product versions 26.5.3 and earlier 26.x releases, as well as 24.9.21 and earlier 24.x releases. Any deployment of these versions that exposes the set_env.php endpoint is vulnerable.

Risk and Exploitability

With a CVSS score of 9.3, the flaw is considered critical. Although no EPSS data is provided, the absence of a CISA KEV listing does not mitigate the immediate threat; attackers can manually append '/login_admin.php' to any PHP script URL, causing the authentication check to be bypassed. The attack can be carried out remotely over standard web interfaces, and no privilege or user context is required beyond simple HTTP access.

Generated by OpenCVE AI on August 4, 2026 at 10:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor-provided patch for TVox 26.5.3 or upgrade to a version that has remediated the set_env.php flaw; verify the patch removes the PHP_SELF authentication bypass.
  • If a patch or upgrade is not immediately available, restrict remote access to the manager HTML directory by configuring the web server (e.g., with .htaccess rules) to deny requests that contain 'login_admin.php' in the path, thereby preventing the bypass from being triggered.
  • After implementing a fix or restriction, conduct a quick test by requesting the path <target>/set_env.php/login_admin.php; a successful request should now enforce authentication and return a 401/302 redirect rather than granting access.

Generated by OpenCVE AI on August 4, 2026 at 10:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Teleniasoftware
Teleniasoftware tvox
Vendors & Products Teleniasoftware
Teleniasoftware tvox

Mon, 03 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
Description Telenia Software TVox 26.5.3 and prior 26.x versions, and 24.9.21 and prior 24.x versions, contain an authentication bypass vulnerability in set_env.php where the redirectToLoginAdminIRequestHaveAccessToken() function derives the current page name from PHP_SELF and skips authentication when the value matches 'login_admin.php'. Attackers can append '/login_admin.php' to the path of any target PHP script to cause the authentication check to pass and gain unauthenticated access to all PHP scripts under the manager HTML directory.
Title Telenia TVox 26.5.3 Authentication Bypass via set_env.php
Weaknesses CWE-807
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Teleniasoftware Tvox
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-07T05:32:23.999Z

Reserved: 2026-07-20T18:27:48.161Z

Link: CVE-2026-64827

cve-icon Vulnrichment

Updated: 2026-08-07T05:32:23.999Z

cve-icon NVD

Status : Received

Published: 2026-08-03T14:16:27.630

Modified: 2026-08-07T06:16:57.180

Link: CVE-2026-64827

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T10:30:07Z

Weaknesses
  • CWE-807

    Reliance on Untrusted Inputs in a Security Decision