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).

Exploitability

Multiple proof-of-concept exploits have been published demonstrating the vulnerability. The attack can be executed remotely and requires no special privileges or user interaction. Exploit code is publicly available that demonstrates how to achieve remote code execution through command injection (POC Exploit, Exploit).

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-61539CRITICAL10
  • Python logoPython
  • xinference
NoYesAug 21, 2026
CVE-2026-49360HIGH7.8
  • Python logoPython
  • recce
NoYesAug 21, 2026
CVE-2026-68508HIGH7.8
  • Python logoPython
  • hydra-core
NoYesAug 21, 2026
CVE-2026-54457HIGH7.7
  • Python logoPython
  • tensorzero
NoYesAug 21, 2026
CVE-2026-43980MEDIUM6.3
  • Python logoPython
  • malla
NoNoAug 21, 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