CVE-2026-4792 PUBLISHED

Bread <= 2.9.12 - Missing Authorization to Unauthenticated Information Exposure

Assigner: Wordfence
Reserved: 24.03.2026 Published: 19.09.2026 Updated: 19.09.2026

The Bread plugin for WordPress is vulnerable to information exposure in versions up to and including 2.9.12. This is due to the lack of authentication and authorization checks on the settings export functionality (download_settings function) which is registered on the plugins_loaded hook and explicitly allows execution on non-admin (public) pages. The function exports all plugin configuration settings including the protection_password field, which is stored in plaintext. This makes it possible for unauthenticated attackers to retrieve the PDF protection password by accessing the /?export-meeting-list=1 endpoint.

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 radius314
Product Bread
Versions Default: unaffected
  • affected from 0 to 2.9.12 (incl.)

Credits

  • Itthidej Aramsri (Boeing777) finder

References

Problem Types

  • CWE-862 Missing Authorization CWE