5 matches found
Remote Code Execution
fastbots is vulnerable to Remote Code Execution. The vulnerability is due to improper validation in the locator function which allows an attacker to modify the locators.ini file within the page.py module. This issue can be exploited by an attacker to cause remote code execution...
CVE-2023-48699
fastbots is a library for fast bot and scraper development using selenium and the Page Object Model POM design. Prior to version 0.1.5, an attacker could modify the locators.ini locator file with python code that without proper validation it's executed and it could lead to rce. The vulnerability ...
CVE-2023-48699
Summary: CVE-2023-48699 corresponds to the fastbots vulnerability prior to 0.1.5 where the locators.ini file is loaded and evaluated without proper validation in page.py (def locator (self, locator_name: str)). This can allow an attacker to inject Python code and trigger remote code execution (RC...
GHSA-VCCG-F4GP-45X9 Eval Injection in fastbots
Impact An attacker could modify the locators.ini locator file with python code that without proper validation it's executed and it could lead to rce. The vulnerability is in the function def locatorself, locatorname: str in page.py. The vulnerable code that load and execute directly from the file...
Eval Injection in fastbots
Impact An attacker could modify the locators.ini locator file with python code that without proper validation it's executed and it could lead to rce. The vulnerability is in the function def locatorself, locatorname: str in page.py. The vulnerable code that load and execute directly from the file...