Description
keploy versions 3.1.0 through 3.6.25 bind the agent control-plane HTTP server to all interfaces without authentication, exposing endpoints that stream TLS session keys and traffic data. Attackers can access the /agent/pcap/keylog endpoint to retrieve NSS keylog lines and decrypt recorded TLS traffic, or invoke /agent/stop and /agent/storemocks to manipulate recording sessions.
Published: 2026-08-30
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows anyone with network access to the keploy agent control-plane HTTP server to obtain TLS session keys and traffic data without authentication. Attackers can use the /agent/pcap/keylog endpoint to retrieve NSS keylog lines, decrypt recorded TLS traffic, and also access /agent/stop and /agent/storemocks to interfere with recording sessions. This results in a breach of confidentiality and potential manipulation of the agent’s operation.

Affected Systems

Keploy agent versions from 3.1.0 through 3.6.25 are affected. The issue stems from the agent control-plane server binding to all network interfaces without enforcing authentication, exposing sensitive endpoints.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity vulnerability. EPSS information is not available, but the lack of authentication and exposure of all interfaces make exploitation straightforward for anyone who can reach the agent. The vulnerability is not listed in CISA KEV, but its impact is significant due to the ability to decrypt TLS traffic and alter agent behavior.

Generated by OpenCVE AI on August 30, 2026 at 15:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade keploy to a version that fixes the keylog exposure (3.6.26 or later).
  • Reconfigure the agent control-plane to listen only on trusted interfaces or enable authentication so that external access is restricted.
  • Remove or disable the /agent/pcap/keylog endpoint and any other sensitive endpoints when they are not required for operation.

Generated by OpenCVE AI on August 30, 2026 at 15:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 30 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Description keploy versions 3.1.0 through 3.6.25 bind the agent control-plane HTTP server to all interfaces without authentication, exposing endpoints that stream TLS session keys and traffic data. Attackers can access the /agent/pcap/keylog endpoint to retrieve NSS keylog lines and decrypt recorded TLS traffic, or invoke /agent/stop and /agent/storemocks to manipulate recording sessions.
Title keploy 3.1.0 through 3.6.25 Unauthenticated TLS Key Exposure
Weaknesses CWE-306
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-30T13:23:40.516Z

Reserved: 2026-08-30T13:06:11.827Z

Link: CVE-2026-82641

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-30T14:17:04.020

Modified: 2026-08-30T14:17:04.020

Link: CVE-2026-82641

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T15:15:04Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function