Cyber Resilience

CVE-2023-33965

CriticalRCE

Published: 01 June 2023

Published
01 June 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.0081 74.6th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-33965 is a critical-severity OS Command Injection (CWE-78) vulnerability in Txthinking Brook. Its CVSS base score is 9.6 (Critical).

Operationally, ranked in the top 25.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

Brook is a cross-platform programmable network tool whose tproxy server component is affected by CVE-2023-33965, a command-injection flaw (CWE-78) that permits drive-by remote code execution. The vulnerability carries a CVSS 3.1 score of 9.6 and stems from insufficient input validation when the tproxy service processes requests originating from a web browser.

An attacker can exploit the issue by luring a victim into visiting a malicious web page that issues crafted requests to the locally running tproxy instance; successful exploitation grants the attacker arbitrary code execution on the victim’s machine with the privileges of the tproxy process. No authentication or user interaction beyond visiting the page is required, and the attack surface is exposed whenever the tproxy server is active.

Public advisories and the referenced GitHub security notice GHSA-vfrj-fv6p-3cpf state that the flaw is resolved in Brook version 20230606; the corresponding commits (314d7070c37babf6c38a0fe1eada872bb74bf03e) implement the necessary sanitization. The EPSS score rose from a low baseline to a peak of 0.0857 before receding to its current value of 0.0081, indicating a period of increased exploitation interest after disclosure.

EU & UK References

Vulnerability details

Brook is a cross-platform programmable network tool. The `tproxy` server is vulnerable to a drive-by command injection. An attacker may fool a victim into visiting a malicious web page which will trigger requests to the local `tproxy` service leading to…

more

remote code execution. A patch is available in version 20230606.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

txthinking
brook
≤ 20230606

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References