// 1 ZERO-DAY · 4 CVE · 3 EXPLOIT IN THE LAST 24H
BeyondTrust released patches on July 7, 2026 for four vulnerabilities in Remote Support and Privileged Remote Access. Two carry CVSS 9.2 scores and allow pre-authentication bypass leading to elevated privileges. The vendor disclosed it discovered the flaws using internal AI models, specifically Anthropic Claude Opus 4.8, sparking debate over automation's dual role in vulnerability research.

BeyondTrust released patches on July 7, 2026 for four vulnerabilities in Remote Support and Privileged Remote Access. Two carry CVSS 9.2 scores and allow complete pre-login authentication bypass with resulting elevated access. The vendor stated it discovered the flaws using internal AI models, opening a debate on the double-edged nature of automation in vulnerability research.

Key Takeaways
  • CVE-2026-40138 and CVE-2026-40139: pre-authentication bypass in RS and PRA with CVSS 9.2, contingent on a specific authentication configuration being enabled
  • CVE-2026-40140 (CVSS 8.7): pre-authentication denial of service in the network communication subsystem
  • CVE-2026-40141 (CVSS 8.5): unauthorized access beyond permitted scope for authenticated user with limited privileges
  • BeyondTrust identified the vulnerabilities internally using AI models (Anthropic Claude Opus 4.8); cloud instances were already patched on April 21, 2026

The Mechanism: Improper Authentication in the Shared Subsystem

The two most severe flaws reside in the authentication subsystem shared between Remote Support and Privileged Remote Access. CVE-2026-40138, documented by NVD with CWE-287 (Improper Authentication), stems from insufficient validation of authentication data. CVE-2026-40139, in the same weakness class, arises from improper processing of authentication requests.

Both allow a network-positioned attacker to bypass access controls without credentials. The access obtained is unauthorized and elevated, but exploit success depends on a non-trivial condition: the presence of a specific authentication configuration enabled on the target.

According to the NVD record for CVE-2026-40138, the CVSS v4 score is 9.2 with a vector that includes Attack Requirements: Present (AT:P), while version 3.1 assigns AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H. For CVE-2026-40139, NVD confirms CVSS v4 at 9.2 with vector AT:P, and CVSS 3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. The difference in the 3.1 vector (AC:H vs AC:L) reflects differing assessments of attack complexity between the two flaws, while maintaining the same final impact.

Affected versions are RS 25.3.2 or earlier and PRA 25.3.2 or earlier. The fix arrives with RS 25.3.3 and PRA 25.3.3 or later. Cloud-hosted instances were remediated early, on April 21, 2026, according to CyberPress.

AI as a Double-Edged Sword in the Vulnerability Race

BeyondTrust explicitly stated it used AI models, specifically Anthropic Claude Opus 4.8, alongside proprietary research tools to identify the four vulnerabilities before they were exploited. The move places the vendor in an ambiguous position: on one hand, AI accelerated internal discovery; on the other, the same automated code and patch behavior analysis techniques are accessible to offensive actors.

The paradox is concrete. Advanced language models, trained on source code and known vulnerability patterns, can be employed to analyze differences between patched and unpatched versions — so-called diff analysis — with speed and scale impossible for manual human analysis. The interval between public advisory and working proof-of-concept, already measured in days for well-documented pre-authentication flaws, could shrink further.

"Critical pre-auth bugs with a clear description of the vulnerable subsystem rarely stay theoretical for long. The gap between a vendor advisory and a working proof of concept is often measured in days, not months" — Innovation Network Design

The quote, from Innovation Network Design's analysis, grounds the problem in reality. CVE-2026-40138 and 40139 present exactly the profile described: identified vulnerable subsystem, circumscribed but not obscure exploit condition, maximum impact. The absence of active exploitation reported by BeyondTrust is a temporary status, not a structural guarantee.

Attack Surface: Approximately 2,000 Exposed Instances with Uncertain Status

The Shadowserver Foundation tracks nearly 2,000 BeyondTrust RS and PRA instances exposed on the internet, according to data reported by both Innovation Network Design and BleepingComputer. This number does not indicate vulnerable instances: Shadowserver lacks information on the patch status of each installation. The data does, however, signal a significant attack surface for potential future exploits.

Historical context makes the risk less abstract. CVE-2024-12356, a previous flaw in RS and PRA, was actively exploited with documented consequences: compromise of the U.S. Department of the Treasury in December 2024, inclusion in the CISA KEV catalog, deployment of web shells and backdoors. More recently, CVE-2026-1731 — another pre-authentication RCE — was used to establish WebSocket channels and distribute ransomware, according to BleepingComputer.

The pattern is recurring: remote access platforms with elevated privileges represent a natural target for APTs and ransomware groups, which use them as a pivot for lateral movement and persistence. The lack of active exploits for the 2026 CVEs does not erase the precedent.

Immediate Actions

  • Verify the RS and PRA version in use: self-hosted assets must be updated to RS 25.3.3 or PRA 25.3.3 or higher; cloud-hosted instances were already remediated on April 21, 2026
  • Check whether the specific authentication configuration cited as a condition for exploitation of CVE-2026-40138 and 40139 is enabled, and assess whether its activation is operationally necessary
  • Inspect RS and PRA access logs for anomalous activity prior to July 7, 2026, the patch release date, with particular attention to incomplete pre-authentication sessions or access attempts with non-standard patterns
  • Review network segmentation to limit RS and PRA reachability from the internet to only those who genuinely require external remote access, reducing the publicly exposed surface

The Real Battleground: Who Analyzes the Patch Faster

BeyondTrust's decision to publicly disclose its use of Claude Opus 4.8 for discovery introduces a new variable in risk calculation. It is no longer just a question of who finds the vulnerability first — attacker or defender — but who extracts actionable intelligence from the patch more quickly. AI lowers the cost of both operations, but not necessarily symmetrically: attackers face fewer legal constraints and no disclosure processes to respect.

The specific authentication configuration required for exploitation is not currently detailed publicly. This is the uncertainty factor that separates a technical advisory from an active incident. Organizations with self-hosted deployments have a window of action that depends on the speed with which they identify their internal exposure.

Innovation Network Design adds an operational observation worth quoting: "Plenty of organizations enable the very features that make these bugs reachable precisely because those features make life easier for distributed support teams." The tension between usability and security, in this case, has a specific name we still don't know in detail.

Frequently Asked Questions

Do the patches released on July 7 fix all four vulnerabilities?

Yes. Updating to RS 25.3.3 or PRA 25.3.3 or later resolves CVE-2026-40138, CVE-2026-40139, CVE-2026-40140, and CVE-2026-40141, according to CyberPress and confirmed by CPE entries in the NVD database.

Can I delay the update if I don't have the vulnerable authentication configuration?

BeyondTrust has not publicly disclosed details of the specific configuration. Without this information, an internal exposure assessment is technically impossible. The vendor recommends applying patches to all self-hosted instances regardless of apparent configuration.

Does the use of AI for internal discovery make these vulnerabilities more dangerous?

The added danger does not lie in the vulnerabilities themselves, but in the demonstration that AI-driven code analysis is now operational at enterprise level. This normalizes tooling that, applied to patch diffs, can accelerate exploit generation by offensive actors. The network effect is unpredictable, but the direction is clear.

Information has been verified against cited sources and is current as of publication.

Sources


Sources and references
  1. thehackernews.com
  2. malwarebytes.com
  3. innovationnetworkdesign.com
  4. hendryadrian.com
  5. cyberpress.org
  6. bleepingcomputer.com
  7. rescana.com
  8. cve.org
  9. nvd.nist.gov