| Title | php-business-website web 1 xss vulnerability |
|---|
| Description | The admin/contact.php page in the php-business-website project has a stored XSS vulnerability. The page's code directly retrieves user input submitted via $_POST['twitter'] without any output filtering and returns it to the frontend using json_encode. If the frontend renders the twitter field into the DOM using innerHTML, v-html, or similar methods, an attacker can input malicious scripts such as <script>alert('666')</script> when clicking 'Edit Twitter' on this page. The script will be stored and executed by the browser when the page is rendered, thereby triggering a stored XSS attack. |
|---|
| Source | ⚠️ https://github.com/mhszed/Report/blob/main/php-business-website%20xss.docx |
|---|
| User | mahushuai (UID 91047) |
|---|
| Submission | 10/11/2025 18:38 (8 months ago) |
|---|
| Moderation | 10/25/2025 18:25 (14 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 329894 [Iqbolshoh php-business-website up to 10677743a8dfc281f85291a27cf63a0bce043c24 admin/contact.php twitter cross site scripting] |
|---|
| Points | 20 |
|---|