CVE-2025-12900
Unknown Unknown - Not Provided
Authorization Bypass in FileBird Plugin Enables Media Folder Manipulation

Publication date: 2025-12-15

Last updated on: 2025-12-15

Assigner: Wordfence

Description
The FileBird – WordPress Media Library Folders & File Manager plugin for WordPress is vulnerable to missing authorization in all versions up to, and including, 6.5.1 via the "ConvertController::insertToNewTable" function due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with author level access and above, to inject global folders and reassign arbitrary media attachments to those folders under certain circumstances.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-15
Last Modified
2025-12-15
Generated
2026-06-16
AI Q&A
2025-12-15
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
ninja_team filebird *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability in the FileBird WordPress plugin allows authenticated users with author-level access or higher to exploit missing authorization checks in the "ConvertController::insertToNewTable" function. This flaw lets them inject global folders and reassign arbitrary media attachments to those folders by manipulating a user-controlled key, potentially altering media organization without proper permissions.

Impact Analysis

This vulnerability can impact you by allowing attackers with author-level access to manipulate the media library structure, injecting global folders and reassigning media attachments arbitrarily. This could lead to unauthorized changes in media organization, potentially causing confusion, mismanagement of media assets, or indirect impacts on site content presentation and management.

Detection Guidance

Detection of this vulnerability involves checking if your WordPress site is running the FileBird plugin version 6.5.1 or earlier, as these versions lack proper authorization checks. You can verify the plugin version via the WordPress admin dashboard or by running the following command in your WordPress installation directory: `wp plugin list | grep filebird`. Additionally, monitoring for unusual folder creation or media attachment reassignment activities by users with author-level access or higher may indicate exploitation attempts. Since the vulnerability involves missing authorization in the "ConvertController::insertToNewTable" function, reviewing logs for unauthorized API calls or AJAX requests related to folder insertion or media reassignment could help detect exploitation attempts. [2]

Mitigation Strategies

The immediate mitigation step is to update the FileBird plugin to version 6.5.2 or later, which includes fixes for this vulnerability by enforcing unique folder names, adding authorization checks (such as `current_user_can('manage_options')`), and verifying folder authorship before allowing modifications. If updating immediately is not possible, restrict author-level users' permissions to prevent folder creation or media reassignment until the patch can be applied. Additionally, monitor and audit user activities related to folder management to detect and prevent unauthorized changes. [2]

Compliance Impact

The provided resources do not contain information regarding the impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-12900. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart