Description
Keploy versions 3.1.0 through 3.6.25, fixed in 3.6.26, 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: < 1% Very Low
KEV: No
Impact: Compromise of TLS traffic confidentiality by unauthenticated key exposure
Action: Immediate Patch
AI Analysis

Impact

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 the /agent/stop and /agent/storemocks endpoints to manipulate 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 score is < 1%, indicating a very low exploitation probability, yet 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 September 3, 2026 at 14:59 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 September 3, 2026 at 14:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 19:30:00 +0000


Wed, 02 Sep 2026 18: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. Keploy versions 3.1.0 through 3.6.25, fixed in 3.6.26, 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 Keploy 3.1.0-3.6.25 Unauthenticated TLS Key Exposure
References

Mon, 31 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 31 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
First Time appeared Keploy
Keploy keploy
Vendors & Products Keploy
Keploy keploy

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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-02T18:13:51.319Z

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

Link: CVE-2026-82641

cve-icon Vulnrichment

Updated: 2026-08-31T16:46:50.609Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-10T15:53:23.707

Link: CVE-2026-82641

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T15:00:06Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function