CVE-2025-11724 HIGH

CVE-2025-11724: EM Beer Manager <= 3.2.3 - Authenticated (Subscriber+) Arbitrary File Upload

Vendor Erinmorelli
Product EM Beer Manager
Weakness CWE-434 · Unrestricted file upload
Published November 4, 2025
Last update April 8, 2026

CVSS base score

8.8/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

The EM Beer Manager plugin for WordPress is vulnerable to arbitrary file upload leading to remote code execution in all versions up to, and including, 3.2.3. This is due to missing file type validation in the EMBM_Admin_Untappd_Import_image() function and missing authorization checks on the wp_ajax_embm-untappd-import action. This makes it possible for authenticated attackers, with subscriber-level access and above, to upload arbitrary files including PHP files and execute code on the server granted they can provide a mock HTTP server that responds with specific JSON data.

Explanation of Vulnerability in Simple Terms

02Summary

EM Beer Manager versions 3.2.3 and earlier allow authenticated users to upload files without proper validation. An attacker with low-level access can upload malicious files to the server, potentially gaining the ability to run their own code on the site. This affects confidentiality, integrity, and availability of the application.

What an attacker can do

03Attacker Capabilities

Upload malicious files and run their own code on the site.

Potential impact on your site

04Site Impact

Compromised site with potential data theft, defacement, or complete takeover.

Conditions required to exploit

05Prerequisites

Attacker must have a low-level user account on the site.

Key dates

06Disclosure timeline

November 4, 2025 CVE published
April 8, 2026 Record updated