CVE-2024-6264 – Post Meta Data Manager <= 1.2.3 - Authenticated (Contributor+) Stored Cross-Site Scripting
https://notcve.org/view.php?id=CVE-2024-6264
01 Jul 2024 — The Post Meta Data Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘$meta_key’ parameter in all versions up to, and including, 1.2.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. • https://plugins.trac.wordpress.org/browser/post-meta-data-manager/trunk/includes/admin/html/pmdm_wp_display_post_metadata_html.php#L23 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVE-2023-5776 – Post Meta Data Manager <= 1.2.1 - Cross-Site Request Forgery to Post, Term, and User Meta Deletion
https://notcve.org/view.php?id=CVE-2023-5776
20 Nov 2023 — The Post Meta Data Manager plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2.1. This is due to missing nonce validation on the pmdm_wp_ajax_delete_meta, pmdm_wp_delete_user_meta, and pmdm_wp_delete_user_meta functions. This makes it possible for unauthenticated attackers to delete arbitrary user, term, and post meta via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. El complemento Pos... • https://plugins.svn.wordpress.org/post-meta-data-manager/tags/1.2.1/readme.txt • CWE-352: Cross-Site Request Forgery (CSRF) •
CVE-2023-5425 – Post Meta Data Manager <=1.2.0 - Missing Authorization to Authenticated (Subscriber+) Privilege Escalation
https://notcve.org/view.php?id=CVE-2023-5425
27 Oct 2023 — The Post Meta Data Manager plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the pmdm_wp_change_user_meta and pmdm_wp_change_post_meta functions in versions up to, and including, 1.2.0. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to gain elevated (e.g., administrator) privileges. El complemento Post Meta Data Manager para WordPress es vulnerable a modificaciones no autorizadas de datos debido a un... • https://plugins.trac.wordpress.org/changeset/2981559/post-meta-data-manager • CWE-862: Missing Authorization •
CVE-2023-5426 – Post Meta Data Manager <=1.2.0 - Missing Authorization to User, Term, and Post Meta Deletion
https://notcve.org/view.php?id=CVE-2023-5426
27 Oct 2023 — The Post Meta Data Manager plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the pmdm_wp_delete_user_meta, pmdm_wp_delete_term_meta, and pmdm_wp_ajax_delete_meta functions in versions up to, and including, 1.2.0. This makes it possible for unauthenticated attackers to delete user, term, and post meta belonging to arbitrary users. El complemento Post Meta Data Manager para WordPress es vulnerable a modificaciones no autorizadas de datos debido a una ... • https://plugins.trac.wordpress.org/changeset/2981559/post-meta-data-manager • CWE-862: Missing Authorization •