Security readout for executives and security teams
Plain-English summary
This CVE affects the WordPress Linet ERP-Woocommerce Integration plugin through version 3.5.7. The issue is missing authorization, meaning some actions may not properly verify whether the requester is allowed to perform them. The reported impact is limited integrity and availability risk, not data disclosure.
Executive priority
Treat this as a medium-priority WordPress plugin issue. It does not indicate data theft or known exploitation in the provided sources, but ERP and WooCommerce integrations can affect business operations, orders, and data integrity.
Technical view
CVE-2025-24594 is a CWE-862 missing authorization flaw in aribhour Linet ERP-Woocommerce Integration, package linet-erp-woocommerce-integration. The CVSS 3.1 score is 6.5 with network attack vector, low complexity, no privileges required, and low integrity and availability impact. The bundle labels it CSRF to broken access control.
Likely exposure
Exposure is likely limited to WordPress sites with the Linet ERP-Woocommerce Integration plugin installed and active at version 3.5.7 or earlier. The provided bundle does not identify affected hosting platforms beyond WordPress plugin deployments.
Exploitation context
The source bundle does not show CISA KEV listing or any cited evidence of active exploitation. Public vulnerability database entries exist, but the bundle does not provide exploit details, affected endpoints, or proof-of-concept status.
Researcher notes
Evidence is thin. The bundle states missing authorization and versions through 3.5.7, but does not include affected functions, patch status, exploitability details, or vendor remediation notes. The CVSS vector says UI:N despite the title mentioning CSRF, so avoid assumptions.
Mitigation direction
Inventory WordPress sites for the linet-erp-woocommerce-integration plugin.
Disable or remove the plugin where it is not business-critical.
Check vendor, WordPress, and Patchstack guidance for an available fixed version.
Prioritize remediation on WooCommerce stores integrated with ERP workflows.
Monitor for unexpected plugin-driven order, sync, or configuration changes.
Validation and detection
Confirm whether the plugin is installed and active on each WordPress site.
Record the installed version and flag anything through 3.5.7.
Compare findings against the CVE Program and Patchstack records.
Review application logs for unusual plugin-related changes or failures.
Document compensating controls if no vendor fix is available.
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.