Enviar #54063: SourceCodester Canteen Management System categories.php builtin_echo cross site scriptinginformación

TítuloSourceCodester Canteen Management System categories.php builtin_echo cross site scripting
DescripciónSourceCodester Canteen Management System categories.php builtin_echo cross site scripting inurl:categories.php payload:<script>alert(/xss/)</script> Abstract: Line 50 of categories.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 categories.php at line 7. 2. 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 categories.php at line 50. Download Code: https://www.sourcecodester.com/php/15688/canteen-management-system-project-source-code-php.html
Fuente⚠️ https://blog.csdn.net/weixin_43864034/article/details/128127288
Usuario
 mkwsj007 (UID 36773)
Sumisión2022-12-01 03:28 (hace 4 años)
Moderación2022-12-01 08:26 (5 hours later)
EstadoAceptado
Entrada de VulDB214629 [SourceCodester Canteen Management System categories.php builtin_echo secuencias de comandos en sitios cruzados]
Puntos20

Do you want to use VulDB in your project?

Use the official API to access entries easily!