Skip to content
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

Fix Reflected XSS via link with QUERY_STRING in ready_read_side.php #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shrz
Copy link

@shrz shrz commented Oct 8, 2016

Resolve #13

bmanolov added a commit to chitanka/traduktor that referenced this pull request Oct 8, 2023
Trying to access array offset on value of type null (protected/models/User.php:318)

Stack trace:
#0 yii/framework/base/CComponent.php(111): User->getUpicUrl()
#1 yii/framework/db/ar/CActiveRecord.php(145): User->__get()
basavind#2 protected/views/users/profile_head.php(15): User->__get()
basavind#3 yii/framework/web/CBaseController.php(126): require()
basavind#4 yii/framework/web/CBaseController.php(95): UsersController->renderInternal()
basavind#5 yii/framework/web/CController.php(872): UsersController->renderFile()
basavind#6 protected/views/users/books.php(15): UsersController->renderPartial()
uisky#7 yii/framework/web/CBaseController.php(126): require()
uisky#8 yii/framework/web/CBaseController.php(95): UsersController->renderInternal()
uisky#9 yii/framework/web/CController.php(872): UsersController->renderFile()
uisky#10 yii/framework/web/CController.php(785): UsersController->renderPartial()
uisky#11 protected/controllers/UsersController.php(186): UsersController->render()
uisky#12 unknown(0): UsersController->actionBooks()
uisky#13 yii/framework/web/actions/CAction.php(115): ReflectionMethod->invokeArgs()
uisky#14 yii/framework/web/actions/CInlineAction.php(47): CInlineAction->runWithParamsInternal()
uisky#15 yii/framework/web/CController.php(308): CInlineAction->runWithParams()
uisky#16 yii/framework/web/filters/CFilterChain.php(134): UsersController->runAction()
#17 yii/framework/web/CController.php(291): CFilterChain->run()
#18 yii/framework/web/CController.php(265): UsersController->runActionWithFilters()
#19 yii/framework/web/CWebApplication.php(282): UsersController->run()
#20 yii/framework/web/CWebApplication.php(141): CWebApplication->runController()
#21 yii/framework/base/CApplication.php(185): CWebApplication->processRequest()
#22 www/index.php(15): CWebApplication->run()
bmanolov added a commit to chitanka/traduktor that referenced this pull request Oct 8, 2023
Trying to access array offset on value of type null (protected/models/User.php:251)

Stack trace:
#0 protected/models/User.php(294): User->can()
#1 yii/framework/base/CComponent.php(111): User->getAhref()
basavind#2 yii/framework/db/ar/CActiveRecord.php(145): User->__get()
basavind#3 protected/views/blog/_comment-1.php(32): User->__get()
basavind#4 yii/framework/web/CBaseController.php(126): require()
basavind#5 yii/framework/web/CBaseController.php(95): RegisterController->renderInternal()
basavind#6 yii/framework/web/CController.php(872): RegisterController->renderFile()
uisky#7 protected/views/register/settings.php(164): RegisterController->renderPartial()
uisky#8 yii/framework/web/CBaseController.php(126): require()
uisky#9 yii/framework/web/CBaseController.php(95): RegisterController->renderInternal()
uisky#10 yii/framework/web/CController.php(872): RegisterController->renderFile()
uisky#11 yii/framework/web/CController.php(785): RegisterController->renderPartial()
uisky#12 protected/controllers/RegisterController.php(213): RegisterController->render()
uisky#13 yii/framework/web/actions/CInlineAction.php(49): RegisterController->actionSettings()
uisky#14 yii/framework/web/CController.php(308): CInlineAction->runWithParams()
uisky#15 yii/framework/web/filters/CFilterChain.php(134): RegisterController->runAction()
uisky#16 protected/components/Controller.php(115): CFilterChain->run()
#17 yii/framework/web/filters/CInlineFilter.php(58): RegisterController->filterUsersOnly()
#18 yii/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter()
#19 yii/framework/web/CController.php(291): CFilterChain->run()
#20 yii/framework/web/CController.php(265): RegisterController->runActionWithFilters()
#21 yii/framework/web/CWebApplication.php(282): RegisterController->run()
#22 yii/framework/web/CWebApplication.php(141): CWebApplication->runController()
#23 yii/framework/base/CApplication.php(185): CWebApplication->processRequest()
#24 www/index.php(15): CWebApplication->run()
REQUEST_URI=/register/settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant