CVE-2026-18436 PUBLISHED

MailerPress <= 1.5.0 - Missing Authorization to Unauthenticated Arbitrary Modification via REST API Endpoint

Assigner: Wordfence
Reserved: 30.07.2026 Published: 31.07.2026 Updated: 31.07.2026

The MailPress plugin for WordPress is vulnerable to unauthorized access in versions up to, and including, 1.5.0 via the campaign revision-restore REST endpoint (POST /wp-json/mailpress/v1/campaign/<id>/restore-revision/<revision_id>). The route in the vulnerable range was registered without a permissionCallback, allowing the restoreRevision() handler to run for unauthenticated requests and overwrite a campaign's content_html with any prior revision. This makes it possible for unauthenticated attackers to modify campaign content by restoring an arbitrary revision.

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 mailerpress
Product MailerPress – Newsletter, email marketing & AI automation
Versions Default: unaffected
  • affected from 0 to 1.5.0 (incl.)

Credits

  • Jakub Lipiński (A3RES) finder

References

Problem Types

  • CWE-862 Missing Authorization CWE