Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Trojan.Win32.Phires.zm Insecure Permissions

https://3.bp.blogspot.com/-S_42fggy9lU/WWlvmFk_l6I/AAAAAAAAIRE/4fLLQglySPcuo1eoPxnOCfdodS4kW3PlwCLcBGAs/s1600/hack_img3.png
Trojan.Win32.Phires.zm malware suffers from an insecure permissions vulnerability.

MD5 | 18364b3b63c362a1dd91d8d63e46ec99

Download
Discovery / credits: Malvuln - malvuln.com (c) 2021
Original source:
https://malvuln.com/advisory/34fb086a88f3a2506b61a17cced3b476.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln

Threat: Trojan.Win32.Phires.zm
Vulnerability: Insecure Permissions
Description: The malware creates an dir with insecure permissions
containing a registry file with a ".desc" extension, under c:\ drive
granting change (C) permissions to the authenticated user group. Standard
users can rename the file dropped by the malware to disable it or replace
it with their own. Then wait for a privileged user to logon to the infected
machine to potentially escalate privileges.
Type: PE32
MD5: 34fb086a88f3a2506b61a17cced3b476
Vuln ID: MVID-2021-0384
Dropped files: info.desc
Disclosure: 11/01/2021

Exploit/PoC:
C:\> cacls Adobes
C:\Adobes BUILTIN\Administrators:(OI)(CI)(ID)F
NT AUTHORITY\SYSTEM:(OI)(CI)(ID)F
BUILTIN\Users:(OI)(CI)(ID)R
NT AUTHORITY\Authenticated Users:(ID)C
NT AUTHORITY\Authenticated Users:(OI)(CI)(IO)(ID)C

C:\>dir Adobes
Volume in drive C has no label.

Directory of C:\Adobes

09/28/2010 03:29 PM 280 info.desc
1 File(s) 280 bytes

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.hae123.com"
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).

Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Trojan.Win32.Delf.bna Information Disclosure

https://1.bp.blogspot.com/-PwD2Dirg2NY/WWlu3CzGC6I/AAAAAAAAIIs/x87GenQxU4E4sY7pWpFvaHW3XEOYBksJQCLcBGAs/s1600/h10.png
Trojan.Win32.Delf.bna malware suffers from an information leakage vulnerability.

MD5 | d3bc6613b64cb338e1024b79542fadc4

Download
Discovery / credits: Malvuln - malvuln.com (c) 2021
Original source: https://malvuln.com/advisory/6bf08611410e3ef7df67d781a2e8efed.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln

Threat: Trojan.Win32.Delf.bna
Vulnerability: Information Disclosure
Description: The malware listens on TCP port 9000 and has the option to set a password in "Config.ini". Third party attackers who can reach an infected system can view the password in the response, as the malware leaks it upon connecting.

E.g.

Config.ini

[Option]
Port=9000
Password=Myp@ssw0rd
OnTip=1
OffTip=1

Type: PE32
MD5: 6bf08611410e3ef7df67d781a2e8efed
Vuln ID: MVID-2021-0385
Dropped files: Config.ini
Disclosure: 11/01/2021
Exploit/PoC:
nc64.exe x.x.x.x 9000
MAININFO|Myp@ssw0rd|912|
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).

Source:packetstormsecurity.com