lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <BKXwPtQYZ9kcGzNgWhWo7UZvVkd0G3qS4e1oLuelfu0VXm8Da8ITuLGX54vJCTEoVXJhbToqVy5i3MxLlrxlV4LZJVGz79qhrTJrKg3XLBg=@protonmail.com> Date: Wed, 03 Apr 2024 18:38:31 +0000 From: Valentin Lobstein via Fulldisclosure <fulldisclosure@...lists.org> To: "fulldisclosure@...lists.org" <fulldisclosure@...lists.org> Subject: [FD] CVE-2024-30924: XSS Vulnerability in DerbyNet v9.0 via checkin.php CVE ID: CVE-2024-30924 Description: A Cross Site Scripting (XSS) vulnerability has been identified in DerbyNet version 9.0, specifically within the `checkin.php` component. This vulnerability allows remote attackers to execute arbitrary code due to improper handling of the `order` URL parameter. The flaw lies in the way the `order` parameter is embedded directly into a JavaScript variable assignment without adequate sanitization or encoding, making it possible to inject scripts. 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: checkin.php Attack Type: Remote Impact: Code execution is possible as a result of this vulnerability. Attack Vectors: The XSS vulnerability can be exploited by manipulating the `order` parameter in the URL. For example: - `http://127.0.0.1:8000/checkin.php?order=</script><script>alert(1)</script>` - `http://127.0.0.1:8000/checkin.php?order=';alert(1);//` These attack vectors demonstrate how an attacker could inject and execute arbitrary JavaScript within the context of the user's browser 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/
Powered by blists - more mailing lists