返回顶部
首页 > 资讯 > 后端开发 > PHP编程 >SourceCodester Yoga Class Registration System list.php cross site scripting
  • 937
分享到

SourceCodester Yoga Class Registration System list.php cross site scripting

php开发语言 2023-10-04 17:10:38 937人浏览 独家记忆
摘要

SourceCodester Yoga Class Registration System list.php cross site scripting url:admin/user/list.PHP

SourceCodester Yoga Class Registration System list.php cross site scripting
url:admin/user/list.PHP

Abstract:

Line 56 of list.php sends unvalidated data to a WEB browser, which can result in the browser executing malicious code.

Explanation:

Cross-site scripting (XSS) vulnerabilities occur when:

  1. Data enters a web application through an untrusted source. In the case of persistent (also known as stored) XSS, the untrusted source is typically a database or other back-end data store, while in the case of reflected XSS it is typically a web request.

In this case, the data enters at query() in list.php at line 48.

  1. The data is included in dynamic content that is sent to a web user without being validated.

In this case, the data is sent at builtin_echo() in list.php at line 56.

在这里插入图片描述

It is clear that the application doesn’t perfORM data validation and trust user-supplied data, we can use the below XSS payload as input which may be stored in the application.

在这里插入图片描述

在这里插入图片描述

Download Code:
https://www.sourcecodester.com/php/16Https://blog.csdn.net/Dwayne_Wade/article/details/097/yoga-class-reGIStration-system-php-and-Mysql-free-source-code.html

来源地址:https://blog.csdn.net/Dwayne_Wade/article/details/129496689

--结束END--

本文标题: SourceCodester Yoga Class Registration System list.php cross site scripting

本文链接: https://lsjlt.com/news/423449.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作