๐Ÿ” CVE Alert

CVE-2026-45274

UNKNOWN 0.0

MyBooks: Unauthenticated Registration Bypass via Missing Server-Side ALLOW_REGISTER Enforcement

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

MyBooks is anebook management web server also known as Talebook. In 3.41.2 and earlier, the SignUp.post handler for POST /api/user/sign_up in webserver/handlers/user.py does not enforce the ALLOW_REGISTER configuration flag, even though the frontend hides registration controls when the flag is false. An unauthenticated remote attacker can call the endpoint directly and create a valid account on an instance whose administrator disabled public registration. The process_auth_header function in webserver/handlers/base.py also does not verify the account's active flag, so the newly created and unactivated account can authenticate immediately and access user-level API functionality. The bypass defeats the intended account-creation policy and can supply the low-privilege account required by related authorization vulnerabilities. This issue is fixed in version 3.42.0.

CWE CWE-602
Vendor poxenstudio
Product talebook
Published Aug 19, 2026
Last Updated 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-3q85-5vj5-qx5v github.com: https://github.com/PoxenStudio/mybooks/commit/a1780c98b00566af7da2fc099fe38500efc02e92 github.com: https://github.com/PoxenStudio/mybooks/releases/tag/3.42.0