๐Ÿ” CVE Alert

CVE-2026-45272

UNKNOWN 0.0

MyBooks: Remote Code Execution via SOCIAL_AUTH Key Name Injection in Python Config File

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

MyBooks is an enhanced and easy-to-use personal ebook management web server also known as Talebook. In 3.41.2 and earlier, the AdminSettings.post handler in webserver/handlers/admin.py accepts SOCIAL_AUTH key names without validating quotes or newline characters, and SettingsLoader.dumpfile in webserver/loader.py concatenates those names into the generated Python source file auto.py without escaping them. An administrator can submit a crafted SOCIAL_AUTH key name that closes the settings dictionary and injects arbitrary Python statements. The application later executes those statements because SettingsLoader.loadfile imports auto.py as a module, and setting autoreload to true invokes restart_async so a process supervisor restarts the service and triggers the import. Successful exploitation executes commands with the privileges of the application service account and can disclose data, modify files, establish persistence, or disrupt the service. Related authorization and registration vulnerabilities can reduce the effective privilege requirement in a chained attack, but the standalone vulnerability requires administrator access. This issue is fixed in version 3.42.0.

CWE CWE-94 CWE-829
Vendor poxenstudio
Product talebook
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for poxenstudio talebook

Be the first to know when new unknown vulnerabilities affecting poxenstudio talebook are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

PoxenStudio / talebook
< 3.42.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/PoxenStudio/mybooks/security/advisories/GHSA-4wfr-9gcv-j638 github.com: https://github.com/PoxenStudio/mybooks/commit/a1780c98b00566af7da2fc099fe38500efc02e92 github.com: https://github.com/PoxenStudio/mybooks/releases/tag/3.42.0