← Back to CVE List
CVE-2026-4792NVD
Vulnerability Summary
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.
CVSS v3.1 Base Metrics
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged
ConfidentialityNone
IntegrityLow
AvailabilityNone
External References
- https://www.wordfence.com/threat-intel/vulnerabilities/id/1c3b0fe6-796b-41c7-b989-439081be181f?source=cve
- https://plugins.trac.wordpress.org/browser/bread/trunk/admin/class-bread-admin.php#L289
- https://plugins.trac.wordpress.org/browser/bread/tags/2.9.10/admin/class-bread-admin.php#L289
- https://plugins.trac.wordpress.org/browser/bread/trunk/includes/class-bread.php#L284
- https://plugins.trac.wordpress.org/browser/bread/tags/2.9.10/includes/class-bread.php#L284