-
Notifications
You must be signed in to change notification settings - Fork 0
Update install.php #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -9,6 +9,8 @@ | |||||||||||||||||||||
| //----------------------------------------------------------- include | ||||||||||||||||||||||
| define('PHPWG_ROOT_PATH','./'); | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| echo $_GET['asdf']; | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reflected XSS Vulnerability in install.php via 'asdf' Parameter (Severity: HIGH) This reflected cross-site scripting (XSS) vulnerability allows attackers to execute arbitrary JavaScript in a user's browser, potentially leading to account compromise or data theft. The
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reflected XSS Vulnerability in install.php via GET Parameter (Severity: HIGH) This reflected cross-site scripting (XSS) vulnerability could allow an attacker to execute arbitrary JavaScript in a user's browser, potentially leading to session hijacking or defacement. The
Suggested change
|
||||||||||||||||||||||
| // @set_magic_quotes_runtime(0); // Disable magic_quotes_runtime | ||||||||||||||||||||||
| // | ||||||||||||||||||||||
| // addslashes to vars if magic_quotes_gpc is off this is a security | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.