S4E just found a high top 10 tcp port service scan
high·Product Based Web Vulnerabilities·Updated Apr 3, 2026

CVE-2025-64500 Scanner

CVE-2025-64500 Scanner - Unauthorized Admin Access vulnerability in Symfony HttpFoundation

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsdomain, subdomain, ipv4
CostFree
0
Times Used
by S4E users
0
Assets Scanned
domains & IPs
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2025-64500
7.3
CVSShigh
Exploitable remotely over the internet · no authentication required.

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 `/`.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
symfonyby symfony
>= 2.0.0, < 5.4.50
Updated Aug 19, 2026View on NVD →
Detail

The Symfony HttpFoundation component is widely used for creating and managing HTTP requests and responses in web applications. It is a crucial part of the Symfony framework, which is a popular PHP framework for building web applications. Developers across the world leverage Symfony for its structured and reusable code, thereby speeding up development and maintenance tasks. The HttpFoundation component provides tools to manage request data, sessions, and cookies in a consistent and efficient manner. It is utilized by small to large-scale applications, given its flexibility and comprehensiveness. Many businesses rely on it to ensure the smooth handling of HTTP transactions in their web services.

The vulnerability in question allows an attacker to bypass access control rules by improperly interpreting some PATH_INFO values in the HttpFoundation component. This results in altered URL paths, effectively bypassing restrictions that rely on the URL prefix assumption for authorization. Potentially, intruders could access sensitive or restricted resources within the application environment. Such access could lead to information disclosure or unauthorized modifications of resources. The vulnerability is classified as high severity due to the potential risks associated with unauthorized access to protected sections of an application.

Technically, the vulnerability exploits the Request class's parsing mechanism within Symfony's HttpFoundation component. When PATH_INFO values are not properly prefixed, URL paths may be formed erroneously, allowing malicious actors to navigate under the assumption of legitimate access. Specifically, it concerns how incoming request paths are interpreted, which might ignore necessary hierarchies for restricted access. The deficiency allows requests that should be denied under normal circumstances to get processed erroneously. Understanding and addressing this parsing issue is imperative for ensuring that access control remains effective and intact.

If exploited, the vulnerability can have significant consequences, such as unauthorized access to confidential web application areas. This could enable attackers to view or manipulate data that should otherwise be inaccessible, leading to data integrity and confidentiality breaches. Moreover, it might facilitate the exploitation of further vulnerabilities by offering an entry point or gaining necessary permissions. Organizations leveraging Symfony should be particularly wary of such access control weaknesses as they undermine fundamental security assurances.

REFERENCES

Solution Advice
  • Ensure Symfony HttpFoundation is updated to the latest secure versions: 5.4.50, 6.4.29, or 7.3.7.
  • Regularly review access control configurations to confirm they adhere to prescribed security measures.
  • Perform comprehensive testing on request handling to ensure correct application of PATH_INFO parsing.
  • Implement additional logging and monitoring solutions to detect unauthorized access attempts early.
  • Consider additional application security assessments to identify potential loopholes prematurely.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2025-64500 Scanner - Unauthorized Admin Access vulnerability in Symfony HttpFoundation S4E