WP Inventory Manager Vulnerability (Medium) – CVE-2025-49977

WP Inventory Manager Vulnerability (Medium) – CVE-2025-49977

by | Feb 25, 2026 | Plugins

Attack Vectors

CVE-2025-49977 is a Medium-severity Cross-Site Request Forgery (CSRF) issue affecting the WP Inventory Manager plugin (wp-inventory-manager) in versions up to and including 2.3.4. CSRF attacks don’t rely on breaking passwords; instead, they rely on tricking a logged-in administrator into taking an action they didn’t intend—most commonly by clicking a crafted link or visiting a malicious webpage while they are authenticated in WordPress.

From a business perspective, this means an attacker can start the process without logging into your site, but the attack only succeeds if an administrator (or another privileged user) is socially engineered into triggering the request (for example, through email, chat, or a spoofed “urgent” notification).

Security Weakness

The underlying weakness is missing or incorrect nonce validation in a WP Inventory Manager function. In WordPress, nonces are a standard control used to confirm that a sensitive action was intentionally initiated by an authorized user in the correct context. When nonce validation is absent or implemented incorrectly, the site may accept “state-changing” requests that were initiated externally, not by the admin’s deliberate action.

This vulnerability is rated Medium severity (CVSS 4.3; vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N), reflecting that user interaction is required (the admin must be tricked), and the primary risk is integrity impact (unauthorized changes) rather than data theft or downtime.

References: CVE-2025-49977 and the vendor analysis/source from Wordfence.

Technical or Business Impacts

If exploited, CSRF can result in unauthorized actions being performed with an administrator’s privileges, leading to unintended changes within the plugin or site settings associated with the affected function. Even when the impact is “only” limited changes (consistent with the CVSS integrity impact), that can still create operational disruption, reporting inaccuracies, and internal confusion—especially if inventory records or related administrative configurations are altered without clear authorization.

For marketing, leadership, and compliance stakeholders, the practical risks include preventable operational errors, time lost investigating “mystery changes,” and added compliance/audit burden when you cannot easily prove that administrative changes were intentional and properly approved.

Remediation: Update WP Inventory Manager to version 2.3.5 or newer (patched). In addition, reduce real-world likelihood by limiting the number of administrator accounts, enforcing strong login controls (such as MFA where possible), and training privileged users to avoid clicking unexpected admin-action links while logged in.

Similar attacks: CSRF is a common web attack pattern that has repeatedly impacted widely used applications and plugins. For real-world background and examples, see: OWASP: CSRF, PortSwigger Web Security Academy: CSRF, and an index of publicly disclosed CSRF vulnerabilities at NVD search results for “cross-site request forgery”.

Vantage Vulnerability (Medium) – CVE-2026-5070

Attack Vectors CVE-2026-5070 is a Medium severity vulnerability (CVSS 6.4) affecting the Vantage WordPress theme (slug: vantage) in versions up to and including 1.20.32. It enables authenticated users with Contributor access or higher to inject malicious script into a...

WP Docs Vulnerability (Medium) – CVE-2026-3878

Attack Vectors CVE-2026-3878 is a Medium severity Stored Cross-Site Scripting (XSS) vulnerability (CVSS 6.4) affecting the WP Docs WordPress plugin (wp-docs) in versions 2.2.9 and below. The issue is exploitable by an authenticated user with Subscriber-level access or...

WPFore Subscribers