In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Arbitrary Code Injection vulnerabilities in an interactive lesson.
Start learningUpgrade pywikibot to version 10.7.1 or higher.
pywikibot is a Python MediaWiki Bot Framework
Affected versions of this package are vulnerable to Arbitrary Code Injection via the readPassword method in pywikibot.login, which used eval() on password file entries. Each non-empty, non-comment line from the configured password file was evaluated with Python’s eval without restricting the syntax, allowing arbitrary Python expressions in that file to execute within the pywikibot process.