| 제목 | Sourcecodester Laundry Management System v1.0 Cross-Site Scripting |
|---|
| 설명 | Laundry Management System Store XSS (/ci_laundry/karyawan/edit) .This code snippet is potentially vulnerable to Cross-Site Scripting (XSS) attacks. The issue lies in the direct output of the `$karyawan->alamat` variable's value into the `value` attribute using `<?php echo $karyawan->alamat ?>`. If `$karyawan->alamat` contains malicious JavaScript code, then this code will be executed when the page loads and renders this `input` tag. |
|---|
| 원천 | ⚠️ https://github.com/fubxx/CVE/blob/main/LaundryManagementSystemXSS.md |
|---|
| 사용자 | LI YU (UID 67398) |
|---|
| 제출 | 2024. 04. 08. AM 09:15 (2 연령 ago) |
|---|
| 모더레이션 | 2024. 04. 08. PM 02:33 (5 hours later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 259744 [SourceCodester Laundry Management System 1.0 /karyawan/edit karyawan 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|