what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

efFingerD.txt

efFingerD.txt
Posted May 9, 2004
Authored by Dr. Insane | Site members.lycos.co.uk

A buffer overflow has been identified in efFingerD version 0.2.12.

tags | advisory, overflow
SHA-256 | 579a8af004a7d1139f1522767ad1220c8da86ccabd89512f32c4c6110bf8937e

efFingerD.txt

Change Mirror Download
Security  :: Advisory  - efFingerD 0.2.12 Buffer overflow


homepage:
---------
https://sourceforge.net/projects/effingerd/

vulnerable:
-----------
efFingerD 0.2.12

Impact
------
Medium


Details
--------
efFingerD is a simple open source finger daemon. By looking a little bit at the code i identified one
buffer overflow condition. By sending as an argument to the finger command 180 characters the daemon will crash.The
problem exists in sockFinger_DataArrival function.

-------snip----------
Dim sData As String

sockFinger(Index).GetData sData, vbString
sData = Trim(Replace(sData, vbCrLf, ""))


If Len(sData) > 0 Then

If sData = ".version" Then
sockSend Index, Replace(Localize(0), "$VERSION$", App.Major & "." & App.Minor & "." & App.Revision)

ElseIf Mid(sData, 1, 1) = "." Then
sockSend Index, Replace(Localize(1), "$QUERY$", sData)

Else
Dim sFilename As String
sFilename = App.Path & "\users\" & sData
If Len(Dir(sFilename & ".log")) > 0 Then <------- buffer overflow 1
' Global Header (company, version, etc...)
If Len(Dir(App.Path & "\global.hdr")) > 0 Then
sockFileContents Index, App.Path & "\global.hdr"
sockSend Index, ""
End If
' User Header (real name, email, project, etc...)
If Len(Dir(sFilename & ".hdr")) > 0 Then
sockFileContents Index, sFilename & ".hdr"
sockSend Index, "-----"
End If
' User Plan:
sockFileContents Index, sFilename & ".log"
' End of Send
sockSend Index, "-----"
sockSend Index, Localize(3)
Else
sockSend Index, Replace(Localize(2), "$QUERY$", sData)
End If

End If

sockFinger(Index).Close

End If
------snip-------------



fix/workaround:
---------------
I wrote a simple patch for efFingerD. Get the source code from:
http://members.lycos.co.uk/r34ct/main/fixes/effingerd/source/
If you want the patched binary:
http://members.lycos.co.uk/r34ct/main/fixes/effingerd/binary/



credit:
------
dr_insane@pathfinder.gr
http://members.lycos.co.uk/r34ct/




Login or Register to add favorites

File Archive:

July 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jul 1st
    27 Files
  • 2
    Jul 2nd
    10 Files
  • 3
    Jul 3rd
    35 Files
  • 4
    Jul 4th
    27 Files
  • 5
    Jul 5th
    18 Files
  • 6
    Jul 6th
    0 Files
  • 7
    Jul 7th
    0 Files
  • 8
    Jul 8th
    28 Files
  • 9
    Jul 9th
    44 Files
  • 10
    Jul 10th
    24 Files
  • 11
    Jul 11th
    25 Files
  • 12
    Jul 12th
    11 Files
  • 13
    Jul 13th
    0 Files
  • 14
    Jul 14th
    0 Files
  • 15
    Jul 15th
    0 Files
  • 16
    Jul 16th
    0 Files
  • 17
    Jul 17th
    0 Files
  • 18
    Jul 18th
    0 Files
  • 19
    Jul 19th
    0 Files
  • 20
    Jul 20th
    0 Files
  • 21
    Jul 21st
    0 Files
  • 22
    Jul 22nd
    0 Files
  • 23
    Jul 23rd
    0 Files
  • 24
    Jul 24th
    0 Files
  • 25
    Jul 25th
    0 Files
  • 26
    Jul 26th
    0 Files
  • 27
    Jul 27th
    0 Files
  • 28
    Jul 28th
    0 Files
  • 29
    Jul 29th
    0 Files
  • 30
    Jul 30th
    0 Files
  • 31
    Jul 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close