Skip to main content

novaGallery EUVDEUVD-2026-28806

| CVE-2026-42028 MEDIUM
Path Traversal (CWE-22)
2026-05-08 GitHub_M
5.3
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

4
Patch available
May 08, 2026 - 18:03 EUVD
Source Code Evidence Fetched
May 08, 2026 - 17:01 vuln.today
Analysis Generated
May 08, 2026 - 17:01 vuln.today
CVE Published
May 08, 2026 - 15:54 nvd
MEDIUM 5.3

DescriptionGitHub Advisory

novaGallery is a php image gallery. Prior to version 2.1.1, a path traversal vulnerability has been identified in novaGallery. This allows unauthenticated users to read image files outside the intended gallery root directory. This issue has been patched in version 2.1.1.

AnalysisAI

Path traversal vulnerability in novaGallery prior to version 2.1.1 allows unauthenticated remote attackers to read arbitrary image files outside the intended gallery root directory via crafted album or image parameters. The vulnerability has low real-world impact (confidentiality only, CVSS 5.3) but affects all unpatched installations since exploitation requires no authentication, user interaction, or special configuration. Vendor-released patch version 2.1.1 is available.

Technical ContextAI

novaGallery is a PHP-based image gallery application that manages image files through parameter-based album and image selection. The vulnerability stems from insufficient input validation and path boundary checking in the image retrieval functions (cachedImage and album methods in App.php). CWE-22 (Path Traversal) occurs when user-supplied path components (album and image parameters) are not properly validated before being used to construct filesystem paths. The fix adds three protective mechanisms: isSafeRelativePath() validates relative path syntax by rejecting null bytes, parent directory references (..), backslashes, and absolute paths; isPathWithinImagesDir() uses realpath() to resolve symbolic links and relative path traversal, then verifies the resolved path stays within the designated IMAGES_DIR using string comparison; and imageNotFound() consistently handles invalid access attempts. This defense-in-depth approach prevents both directory traversal sequences and symlink-based escapes from the gallery root.

RemediationAI

Upgrade to novaGallery version 2.1.1 or later immediately; patched release is available at https://github.com/novafacile/novagallery/releases/tag/v2.1.1. The patch implements strict path validation via isSafeRelativePath() (rejecting relative path sequences, null bytes, backslashes, and absolute paths) and isPathWithinImagesDir() (validating resolved paths remain within the designated gallery directory). If immediate upgrade is not feasible, as a temporary workaround restrict access to the novaGallery installation via web server configuration (nginx/Apache access controls, WAF rules) to trusted networks only, though this does not remediate the underlying vulnerability. Additionally, audit web server logs for suspicious image parameter patterns containing ../, encoded traversal sequences (%2e%2e), or requests for non-image file types to detect exploitation attempts prior to patching.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

EUVD-2026-28806 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy