CVE-2025-24603: WordPress Print Labels with Barcodes. Create price tags, product labels, order labels for WooCommerce plugin <= 3.4.10 - Broken Access Control vulnerability
Missing Authorization vulnerability in Dmitry V. (CEO of "UKR Solution") Print Barcode Labels for your WooCommerce products/orders a4-barcode-generator.This issue affects Print Barcode Labels for your WooCommerce products/orders: from n/a through <= 3.4.10.
Security readout for executives and security teams
Plain-English summary
CVE-2025-24603 affects the WordPress/WooCommerce plugin “Print Barcode Labels for your WooCommerce products/orders” through version 3.4.10. It is a broken access control issue. A logged-in user may be able to perform an action they should not be authorized to perform, causing limited integrity impact.
Executive priority
Treat as a normal-priority WordPress plugin remediation. The severity is moderate, not critical, because exploitation requires login and has limited integrity impact. Prioritize sites with many user accounts, customer portals, or delegated WooCommerce staff access.
Technical view
The CVE describes missing authorization, mapped to CWE-862, in package a4-barcode-generator. CVSS 3.1 is 4.3: network-accessible, low complexity, requires low privileges, no user interaction, unchanged scope, no confidentiality or availability impact, and low integrity impact. Public sources do not provide endpoint details or a fixed version.
Likely exposure
Exposure is most likely on WordPress sites using WooCommerce with the a4-barcode-generator plugin installed at version 3.4.10 or earlier. Anonymous attackers are not indicated by the CVSS vector; exploitation requires an authenticated user account.
Exploitation context
No active exploitation is indicated in the provided sources, and the CVE is not listed as KEV. The main risk is misuse by a logged-in low-privileged user to alter or trigger plugin functionality without proper authorization checks.
Researcher notes
Public detail is limited. The record identifies missing authorization in the plugin through 3.4.10 but does not describe affected functions, proof-of-concept status, or a fixed version. Avoid assuming exploitability beyond authenticated, low-privilege access and low integrity impact reflected in CVSS.
Mitigation direction
Identify all WordPress sites using the a4-barcode-generator plugin.
Check whether installed versions are 3.4.10 or earlier.
Review vendor and Patchstack guidance for a fixed version or official mitigation.
Update the plugin if an official fixed release is available.
Restrict WordPress accounts to trusted users until remediated.
Disable the plugin if it is not business-critical.
Validation and detection
Confirm plugin name and version from WordPress administration or asset inventory.
Verify whether the site uses WooCommerce label or barcode workflows.
Review user roles with access to WooCommerce or plugin functions.
Check logs for unexpected label, barcode, product, or order-label changes.
Document remediation status for each affected WordPress instance.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-862 · source CWE mapping
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.