mirror of
https://github.com/symfony/class-loader.git
synced 2026-03-24 17:22:11 +01:00
[PR #4] [CLOSED] Prevent possible security exploit #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/symfony/class-loader/pull/4
Author: @nickl-
Created: 8/5/2012
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
e7a4564Prevent possible security exploit see Respect/Loader#6📊 Changes
1 file changed (+5 additions, -1 deletions)
View changed files
📝
UniversalClassLoader.php(+5 -1)📄 Description
While doing development on Respect/Loader a massive security vulnerability was discovered which has the possibility to have huge repercussions as it gives any include file scope to hijack the autoloader.
see Respect/Loader#6 for more information.
This fix will also prevent an included script from auto-outputting anything as a result from the include call which will prevent any unwanted source code from ever being revealed as a result of faulty tags or phising for information when a script manages to be included by someone trying to exploit the application.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.