Security readout for executives and security teams
Plain-English summary
This is a CSRF issue in the WordPress Media Library Folders plugin up to version 7.1.1. An attacker could abuse a logged-in site user’s browser to trigger unintended plugin actions. The business risk is moderate because user interaction is required, but media management disruption or unauthorized changes may still affect operations.
Executive priority
Handle in the normal WordPress maintenance cycle unless the plugin is widely deployed on business-critical sites. Prioritize faster remediation where many admins use the affected plugin or where media-library integrity and uptime are important to operations.
Technical view
CVE-2022-41634 is CWE-352 affecting Max Foundry Media Library Folders for WordPress versions <= 7.1.1. CVSS 3.1 is 5.4 with network attack vector, low complexity, no attacker privileges, required user interaction, and low integrity and availability impact. The bundle does not identify a specific endpoint, action, nonce failure, or fixed version.
Likely exposure
WordPress sites using Media Library Folders, also referenced by the media-library-plus plugin URL, at version 7.1.1 or earlier are potentially exposed. Risk depends on whether privileged WordPress users are active and can be induced to load attacker-controlled content while authenticated.
Exploitation context
The source bundle does not show active exploitation, and the CVE is not listed as KEV. Exploitation would require user interaction consistent with CSRF: a victim with relevant WordPress permissions must be tricked into causing an unintended request. No public exploit details are included in the provided sources.
Researcher notes
Evidence is limited to the CVE metadata, Patchstack listing, and WordPress plugin reference. The bundle does not provide vulnerable parameters, proof-of-concept material, exploit telemetry, or a named fixed release. Validate exposure by plugin version first and rely on vendor guidance for remediation.
Mitigation direction
- Inventory WordPress sites for the Media Library Folders plugin.
- Identify installations running version 7.1.1 or earlier.
- Check Patchstack and the WordPress plugin page for vendor remediation guidance.
- Upgrade or disable the plugin according to confirmed vendor guidance.
- Limit administrative browsing from authenticated WordPress sessions.
Validation and detection
- Confirm the installed plugin slug and version in WordPress.
- Compare discovered versions against the affected range: <= 7.1.1.
- Review vendor changelog or Patchstack entry for fixed-version details.
- Check logs for unexpected media library folder changes.
- Confirm CSRF protections exist before treating custom fixes as sufficient.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-352: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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.
Open ATT&CK lookupCVE-2022-41634 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.4 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L
CNA and ADP enrichment extracted from CVE v5
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L2.82.5Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.4MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
