Use of Non-Canonical URL Paths for Authorization Decisions Affecting nextcloud-server-32 package, versions <32.0.2-r0


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
1.33% (69th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-WOLFILATEST-NEXTCLOUDSERVER32-15405097
  • published5 Mar 2026
  • disclosed12 Nov 2025

Introduced: 12 Nov 2025

CVE-2025-64500  (opens in a new tab)
CWE-647  (opens in a new tab)

How to fix?

Upgrade Wolfi nextcloud-server-32 to version 32.0.2-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream nextcloud-server-32 package and not the nextcloud-server-32 package as distributed by Wolfi. See How to fix? for Wolfi relevant fixed versions and status.

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Symfony's HttpFoundation component defines an object-oriented layer for the HTTP specification. Starting in version 2.0.0 and prior to version 5.4.50, 6.4.29, and 7.3.7, the Request class improperly interprets some PATH_INFO in a way that leads to representing some URLs with a path that doesn't start with a /. This can allow bypassing some access control rules that are built with this /-prefix assumption. Starting in versions 5.4.50, 6.4.29, and 7.3.7, the Request class now ensures that URL paths always start with a /.