CVE-2023-43364
Python vulnerability analysis and mitigation

Overview

Searchor before version 2.4.2 contains a critical vulnerability (CVE-2023-43364) in the search feature of its Command Line Interface (CLI). The vulnerability was discovered in the main.py file where the use of eval() on CLI input could lead to arbitrary code execution (GitHub Advisory).

Technical details

The vulnerability exists in src/searchor/main.py where the search function uses eval() to process user input through the query parameter. The vulnerable code executes: eval(f"Engine.{engine}.search('{query}', copy_url={copy}, open_web={open})"). This implementation allows for arbitrary code execution if the query parameter is not properly sanitized. The vulnerability has been assigned a CVSS v3.1 base score of 9.8 CRITICAL with vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H (NVD).

Impact

The vulnerability allows attackers to execute arbitrary code on the affected system through the CLI search feature. This could lead to complete system compromise, including unauthorized access to sensitive data, system modification, and potential service disruption (GitHub Advisory).

Mitigation and workarounds

The vulnerability has been patched in version 2.4.2 by removing the eval() function and replacing it with a more secure implementation. Users should upgrade to version 2.4.2 or later to mitigate this vulnerability. The fix was implemented through a pull request that changed how the search method is called in the CLI code (Pull Request).

Community reactions

The security community has actively discussed this vulnerability, with multiple researchers creating proof-of-concept exploits. The vulnerability received significant attention due to its critical severity rating and the simplicity of exploitation (GitHub Discussion).

Additional resources


SourceThis report was generated using AI

Related Python vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-22871HIGH8.7
  • PythonPython
  • guarddog
NoYesJan 13, 2026
GHSA-58pv-8j8x-9vj2HIGH8.6
  • PythonPython
  • jaraco.context
NoYesJan 13, 2026
CVE-2026-22779MEDIUM6.3
  • PythonPython
  • blacksheep
NoYesJan 14, 2026
CVE-2026-21889LOW2.3
  • PythonPython
  • weblate
NoYesJan 14, 2026
CVE-2025-68492LOW2.3
  • PythonPython
  • chainlit
NoYesJan 14, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management