WordPress security changelog
MEDIUM CVE-2025-13891 Deferred

Image Gallery – Photo Grid & Video Gallery: Filesystem traversal

Image Gallery – Photo Grid & Video Gallery is affected by filesystem traversal. Exploitation requires at least author-level access. A crafted path can escape the intended directory and reach files or directories elsewhere on the server.

CVE / CNA score 6.5 CVSS 3.1 · security@wordfence.com
NVD score Pending NVD has not published its own CVSS assessment.
Component
Image Gallery – Photo Grid & Video Gallery
Plugin slug
modula-best-grid-gallery
Affected
See vendor advisory
Safe version
See mitigation notes
Published
Dec 12, 2025
Weakness
CWE-22 — Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

This CVE was published Dec 12, 2025 and is one of 10 known issues for this plugin.

Patch or disable the affected component.

Update Image Gallery – Photo Grid & Video Gallery to a release outside the affected range, or disable and remove it until a fixed version is available.

Technical description

The Image Gallery – Photo Grid & Video Gallery plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 2.13.3. This is due to the modula_list_folders AJAX endpoint that lacks proper path validation and base directory restrictions. While the endpoint verifies user capabilities (Author+ with upload_files and edit_posts permissions), it fails to validate that user-supplied directory paths reside within safe directories. This makes it possible for authenticated attackers, with Author-level access and above, to enumerate arbitrary directories on the server via the modula_list_folders endpoint.

CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Primary and upstream sources