Description
boringproxy through 0.10.0 contains a newline injection vulnerability that allows authenticated low-privileged users with tunnel-creation permission to inject arbitrary lines into the server account's SSH authorized_keys file by supplying a percent-encoded newline character in the domain parameter of the tunnel creation endpoint. Attackers can insert an unrestricted public key entry into authorized_keys to gain persistent shell access, and subsequently read cleartext credentials from the database file including all user tokens, tunnel private keys, and TLS certificates.
Published: 2026-08-05
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Boringproxy, up to version 0.10.0, allows an authenticated low‑privileged user to inject arbitrary lines into the SSH authorized_keys file by supplying a percent‑encoded newline character in the domain parameter of the tunnel creation endpoint. This injection permits the attacker to add an unrestricted public key, creating persistent shell access; the attacker can then read cleartext credentials from the database file, exposing user tokens, tunnel private keys, and TLS certificates.

Affected Systems

The Boringproxy open‑source proxy, version 0.10.0 and earlier, is affected.

Risk and Exploitability

This vulnerability carries a CVSS score of 8.5, indicating high severity. The EPSS score is not available, so the current exploitation probability is unknown, and the KEV catalog does not list it. An attacker must first authenticate as a low‑privileged user with tunnel‑creation rights; by inserting a percent‑encoded newline (%0A) into the domain parameter of the tunnel creation endpoint, the attacker can inject arbitrary lines into the SSH authorized_keys file, thereby creating an unrestricted public‑key entry that yields persistent shell access. The attacker can then read cleartext credentials from the database, exposing all user tokens, tunnel private keys, and TLS certificates.

Generated by OpenCVE AI on August 5, 2026 at 20:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Boringproxy to the latest version that removes the newline injection flaw.
  • Configure the application to reject percent‑encoded newline characters (%0A) in the domain parameter of the tunnel creation endpoint and validate input strictly.
  • Restrict tunnel‑creation permissions to trusted users only, and monitor for unauthorized SSH key additions.

Generated by OpenCVE AI on August 5, 2026 at 20:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Boringproxy
Boringproxy boringproxy
Vendors & Products Boringproxy
Boringproxy boringproxy

Wed, 05 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description boringproxy through 0.10.0 contains a newline injection vulnerability that allows authenticated low-privileged users with tunnel-creation permission to inject arbitrary lines into the server account's SSH authorized_keys file by supplying a percent-encoded newline character in the domain parameter of the tunnel creation endpoint. Attackers can insert an unrestricted public key entry into authorized_keys to gain persistent shell access, and subsequently read cleartext credentials from the database file including all user tokens, tunnel private keys, and TLS certificates.
Title boringproxy 0.10.0 SSH authorized_keys Injection via Tunnel Creation
Weaknesses CWE-93
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Boringproxy Boringproxy
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-06T17:33:41.750Z

Reserved: 2026-08-04T20:17:18.296Z

Link: CVE-2026-70615

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-05T20:17:17.420

Modified: 2026-08-06T22:18:26.540

Link: CVE-2026-70615

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T10:05:10Z

Weaknesses
  • CWE-93

    Improper Neutralization of CRLF Sequences ('CRLF Injection')