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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAAHK0WQ9Nk8BmQsoLDV5D6b9LaHQJMUhWk1Tb5gDH2tzsY3hpg@mail.gmail.com>
Date: Thu, 9 May 2024 01:02:31 -0400
From: malvuln <malvuln13@...il.com>
To: fulldisclosure@...lists.org
Subject: [FD] Panel.Amadey.d.c C2 / Cross Site Scripting (XSS)

Discovery / credits: Malvuln (John Page aka hyp3rlinx) (c) 2024
Original source:
https://malvuln.com/advisory/50467c891bf7de34d2d65fa93ab8b558.txt
Contact: malvuln13@...il.com
Media: twitter.com/malvuln

Threat: Panel Amadey.d.c
Vulnerability: Cross Site Scripting (XSS)
Family: Amadey
Type: Web Panel
MD5: 50467c891bf7de34d2d65fa93ab8b558 (Login.php)
SHA256: 65623eead2bcba66817861246e842386d712c38c5c5558e50eb49cffa2a1035d
Vuln ID: MVID-2024-0680
Disclosure: 05/09/2024
Description: The Amadey C2 web panel is written in PHP for remote
administration capability. The Login.php webpage accepts HTTP GET "l" and
"p" parameters which are passed to the backend server side code: $_GET["l"]
 name=\"login\",  $_GET["p"] , name=\"password\". However, there is no
secure coding practice of filtering input or sanitization of output. Panel
users who visit a third-party attacker website or click an infected link,
can trigger arbitrary client side JS code execution in the security context
of the current user. This can result in data theft or GEO location
disclosure of the user accessing the Amadey web interface.

The submit button contains the text "Unlock".
Entering incorrect password results in URI of "?wrong=1" and displays
"Wrong login or password", after a few seconds delay redirects back to
Login.php.

http://127.0.0.1/Panel.Amadey.d.c/Login.php?wrong=1
Wrong login or password

The web panel HTML source code for the URL "Login.php?wrong=1" contains the
letters "CC" plus the Domain/IP within brackets[x.x.x.x] within the HTML
title tag.
 %3Ctitle%3E CC [127.0.0.1] %3C/title%3E

Tested successfully in Firefox.


Exploit/PoC:
Vulnerable parameters: "l" and "p"
http://x.x.x.x/Panel.Amadey.d.c/Login.php?l=%22/%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E
http://x.x.x.x/Panel.Amadey.d.c/Login.php?p=%22/%3E%3Cscript%3Ealert(666)%3C/script%3E


Disclaimer: The information contained within this advisory is supplied
"as-is" with no warranties or guarantees of fitness of use or otherwise.
Permission is hereby granted for the redistribution of this advisory,
provided that it is not altered except by reformatting it, and that due
credit is given. Permission is explicitly given for insertion in
vulnerability databases and similar, provided that due credit is given to
the author. The author is not responsible for any misuse of the information
contained herein and accepts no responsibility for any damage caused by the
use or misuse of this information. The author prohibits any malicious use
of security related information or exploits by the author or elsewhere. Do
not attempt to download Malware samples. The author of this website takes
no responsibility for any kind of damages occurring from improper Malware
handling or the downloading of ANY Malware mentioned on this website or
elsewhere. All content Copyright (c) Malvuln.com (TM).
_______________________________________________
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ