PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-45273 PoxenStudio CVE debrief

CVE-2026-45273 is a high-severity vulnerability in MyBooks, an ebook management web server. An authenticated regular user can overwrite server configuration values, including SMTP credentials and OAuth client secrets, due to improper authorization in the AdminSettings.post handler. This issue is fixed in version 3.42.0. The vulnerability allows for configuration access, potential disclosure of sensitive information, sabotage of application behavior, and code injection. Defenders should prioritize verifying exposure and applying the vendor-provided fix. The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions.

Vendor
PoxenStudio
Product
talebook
CVSS
HIGH 8.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-19
Original CVE updated
2026-09-09
Advisory published
2026-08-19
Advisory updated
2026-09-09

Who should care

Defenders responsible for MyBooks servers, particularly those using version 3.41.2 or earlier, should assess exposure and apply the vendor-provided fix to prevent potential configuration access and code injection.

Why it matters

CVE-2026-45273 is a high-severity vulnerability in MyBooks that allows authenticated regular users to overwrite server configuration values, potentially leading to configuration access, sabotage, and code injection. Defenders should prioritize verifying exposure and applying the vendor-provided fix.

  • Configuration access and potential disclosure of sensitive information
  • Sabotage of application behavior through unauthorized configuration changes
  • Force service restarts and supply settings for related code-injection attacks
  • Verification of server configuration values for potential unauthorized changes

Technical summary

The AdminSettings.post handler in MyBooks 3.41.2 and earlier does not properly check the self.admin_user property, allowing authenticated regular users to overwrite server configuration values. The process_auth_header function also fails to verify the matched account's active flag, enabling registered but unactivated accounts to authenticate and reach the vulnerable handler. This vulnerability can be exploited to disclose sensitive information, sabotage application behavior, and potentially lead to code injection attacks. Defenders should prioritize verifying exposure and applying the vendor-provided fix to prevent potential configuration access and code injection.

Defensive priority

Defenders should prioritize verifying exposure and applying the vendor-provided fix, as the vulnerability allows for configuration access and potential code injection.

Recommended defensive actions

  • Verify if the MyBooks server is running version 3.41.2 or earlier.
  • Check if the server has been configured to use secure authentication and authorization mechanisms.
  • Apply the vendor-provided fix by upgrading to version 3.42.0.
  • Review server configuration values for potential unauthorized changes.
  • Monitor for suspicious activity and review logs for potential exploitation attempts.
  • Perform a thorough review of server configuration and security settings.
  • Consider implementing additional security measures, such as two-factor authentication.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. However, the corpus does not establish specific exploitation instances or impact.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-45273 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-45273

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-45273 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45273

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.