| 제목 | Code-projects Simple Stock System v1.0 Stored XSS vulnerability |
|---|
| 설명 | A storage-type XSS vulnerability was found in the "chatuser.php " file of the "Simple Stock System" project. The root cause is that the program inserts the raw data retrieved by "$_POST" directly into the "chat_table". If an attacker sends a Payload (e.g."<img src=x onerror=alert(1)>"), the code will store it permanently in the database. When a user requests to view a chat history, "echo $msg_list" sends malicious code from the database to the browser of each user who visits the chat page. Immediate corrective actions are essential to safeguard system security and uphold data integrity. |
|---|
| 원천 | ⚠️ https://github.com/jjjjj-zr/jjjjjzr18/issues/2 |
|---|
| 사용자 | jjjjjzr (UID 92774) |
|---|
| 제출 | 2025. 12. 26. AM 07:15 (8 개월 ago) |
|---|
| 모더레이션 | 2025. 12. 28. AM 11:21 (2 days later) |
|---|
| 상태 | 중복 |
|---|
| VulDB 항목 | 337598 [code-projects Simple Stock System 1.0 /market/chatuser.php 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 0 |
|---|