| 제목 | Code-projects ONLINE MUSIC SITE V1.0 Storage XSS vulnerability |
|---|
| 설명 | A Storage XSS vulnerability was found in the "Feedback.php" file of the "ONLINE MUSIC SITE" project. Root Cause Because Feedback.php does not escape, clean or parameterize the POST request data submitted, when the attacker submits a malicious Payload in the fname, femail, faddress, fmessage field (for example,"<img src=x onerror=alert(1)>"), the code does not block it and permanently stores it in the "tblfeedback"” table of the database. When “Feedback.php” reads the malicious fname, femail, faddress, fmessage data in the database, and original data to an HTML page as-is, the browser will <script>treat the HTML tag and execute its content. Immediate corrective actions are essential to safeguard system security and uphold data integrity. |
|---|
| 원천 | ⚠️ https://github.com/qwessec/CVE/issues/1 |
|---|
| 사용자 | qwcc (UID 78749) |
|---|
| 제출 | 2026. 05. 31. PM 02:30 (1 월 ago) |
|---|
| 모더레이션 | 2026. 06. 28. PM 08:19 (28 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 374575 [code-projects Online Music Site 1.0 POST Request /Frontend/Feedback.php fname/femail/faddress/fmessage 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|