CVE-2024-30927: XSS Vulnerability in DerbyNet v9.0 via racer-results.php
2024-4-6 00:36:10 Author: seclists.org(查看原文) 阅读量:4 收藏

fulldisclosure logo

Full Disclosure mailing list archives


From: Valentin Lobstein via Fulldisclosure <fulldisclosure () seclists org>
Date: Wed, 03 Apr 2024 18:38:43 +0000

CVE ID: CVE-2024-30927

Description:
A Cross-Site Scripting (XSS) vulnerability is present in DerbyNet version 9.0, specifically within the 
`racer-results.php` component. This issue allows remote attackers to execute arbitrary code through the improper 
handling of the `racerid` parameter. The vulnerability is notably present within the HTML `<title>` tag, where the 
`racerid` parameter value is dynamically inserted directly into the page content without any sanitization or encoding.

Vulnerability Type: Cross-Site Scripting (XSS)

Vendor of Product: DerbyNet - Available on GitHub: https://github.com/jeffpiazza/derbynet

Affected Product Code Base: DerbyNet - v9.0

Affected Component: racer-results.php

Attack Type: Remote

Impact: Code execution

Attack Vectors:
The XSS vulnerability can be exploited by inserting malicious JavaScript code into the `racerid` parameter of the URL. 
For example:
- `http://127.0.0.1:8000/racer-results.php?racerid=</title><script>alert(1)</script>`

This method demonstrates how an attacker could manipulate the `racerid` parameter to inject and execute arbitrary 
JavaScript within the context of a user's session.

Discoverer: Valentin Lobstein

References:
- Official website: http://derbynet.com
- Source code on GitHub: https://github.com/jeffpiazza/derbynet
_______________________________________________
Sent through the Full Disclosure mailing list
https://nmap.org/mailman/listinfo/fulldisclosure
Web Archives & RSS: https://seclists.org/fulldisclosure/


Current thread:

  • CVE-2024-30927: XSS Vulnerability in DerbyNet v9.0 via racer-results.php Valentin Lobstein via Fulldisclosure (Apr 05)

文章来源: https://seclists.org/fulldisclosure/2024/Apr/13
如有侵权请联系:admin#unsafe.sh