CVE-2026-5347 PUBLISHED

WP Books Gallery <= 4.8.0 - Missing Authorization to Unauthenticated Settings Update via 'permalink_structure' Parameter

Assigner: Wordfence
Reserved: 01.04.2026 Published: 24.04.2026 Updated: 24.04.2026

The HM Books Gallery plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 4.8.0. This is due to the absence of capability checks and nonce verification in the admin_init hook that handles the permalink settings update at line 205-209 of wp-books-gallery.php. The vulnerable code checks only for the presence of the 'permalink_structure' POST parameter before updating the 'wbg_cpt_slug' option, without verifying that the request comes from an authenticated administrator. This makes it possible for unauthenticated attackers to modify the custom post type slug for the books gallery, which changes the URL structure for all book entries and can break existing links and SEO rankings.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
CVSS Score: 5.3

Product Status

Vendor mhmrajib
Product WP Books Gallery – Build Stunning Book Showcases & Libraries in Minutes
Versions Default: unaffected
  • affected from 0 to 4.8.0 (incl.)

Credits

  • Abhirup Konwar finder

References

Problem Types

  • CWE-862 Missing Authorization CWE