Strategic Overview
- Status
- Patched in 7.1.2
- Affected Theme
- Woodmart
- Affected Version
<= 7.1.1- CVSS
- 6.5Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2023-25790
At a glance
CVE-2023-25790 is a medium-severity Missing Authorization vulnerability in the Woodmart WordPress theme, affecting versions <= 7.1.1. It carries a CVSS score of 6.5 (reachable over the network; low attack complexity; high integrity impact). The root cause is a missing authorization check on a reachable function. The issue is fixed in version 7.1.2; sites on affected versions should update now. Disclosed March 2023, reported by R3N0.
Vulnerability Overview
The WoodMart theme for WordPress is vulnerable to unauthorized shortcode injection in versions up to, and including, 7.1.1. This makes it possible for unauthenticated attackers to inject arbitrary shortcodes. This is only present when the "Display results from blog" setting is enabled.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on integrity.
CWE-862: Missing Authorization
Reaching this weakness in Woodmart <= 7.1.1 takes a caller who can reach the endpoint. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Woodmart the fix is 7.1.2: builds <= 7.1.1 are affected, anything from 7.1.2 onward is not.
Remediation
Update to version 7.1.2, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Woodmart 7.1.2 closes this, and updating the theme is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Woodmart
- 8.8CVE-2025-6746: WoodMart <= 8.2.3 Local File Inclusion
CVE-2025-6746 - 8.1CVE-2026-23971: Woodmart <= 8.3.8 PHP Object Injection
CVE-2026-23971 - 7.5CVE-2025-49935: WoodMart < 8.3.2 Local File Inclusion
CVE-2025-49935 - 7.3CVE-2025-6744: Woodmart <= 8.2.3 Arbitrary Shortcode Execution
CVE-2025-6744 - 7.2CVE-2026-56072: Woodmart <= 8.5.3 Stored Cross-Site Scripting
CVE-2026-56072 - 6.5CVE-2025-47600: WoodMart <= 8.3.7 Arbitrary Shortcode Execution
CVE-2025-47600 - 6.5CVE-2024-12333: WoodMart <= 8.0.3 Arbitrary Shortcode Execution
CVE-2024-12333 - 6.5CVE-2023-32500: Woodmart <= 7.1.1 CSRF to License Update
CVE-2023-32500
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C