Lucene search
+L

7206 matches found

The Hacker News
The Hacker News
added 2012/04/10 7:13 a.m.10 views

TigerBot - SMS Controlled Android Malware Stealing Information

TigerBot - SMS Controlled Android Malware Stealing Information A new form of Android malware controlled via SMS messages has been discovered and the malware can record phone calls, upload the device's GPS location, and reboot the phone, among other things. Researchers at NQ Mobile, working...

7.2AI score
SaveExploits0
The Hacker News
The Hacker News
added 2012/03/20 2:31 a.m.10 views

The Pirate Bay plans Low Orbit Server Drones to beat #Censorship

The Pirate Bay plans Low Orbit Server Drones to beat Censorship One of the world's largest BitTorrent sites "The Pirate Bay" is going to put servers on GPS-controlled aircraft drones in order to evade authorities who are looking to shut the site down. In a Sunday blog post, The Pirate Bay announc...

6.7AI score
SaveExploits0
The Hacker News
The Hacker News
added 2012/03/13 3:11 p.m.6 views

10 Lessons learnt from Kim Dotcom

10 Lessons learnt from Kim Dotcom Article Cross Post from InternetServices. Kim Dotcom, a hacker that was able to take his knowledge and create a site called Megaupload, was recently arrested due to alleged copyright infringement allegations. Even though he was the top dog in the company, he did...

7.1AI score
SaveExploits0
CERT
CERT
added 2011/12/08 12:0 a.m.32 views

JasPer memory corruption vulnerabilities

Overview Some versions of JasPer contain multiple vulnerabilities that may allow a remote, unauthenticated attacker to execute arbitrary code. Description JasPer fails to properly decode marker segments and other sections in malformed JPEG2000 files. Malformed inputs can cause heap buffer overflo...

6.8CVSS6.5AI score0.10487EPSS
SaveExploits0References3
Zero Day Initiative
Zero Day Initiative
added 2011/10/26 12:0 a.m.42 views

Oracle Java MixerSequencer.nAddControllerEventCallback Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Oracle Java. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists because Java does not...

9CVSS6.1AI score0.05445EPSS
SaveExploits1References1
securityvulns
securityvulns
added 2011/10/16 12:0 a.m.55 views

wget unsafe files creation

Local file is created with server controlled filename...

6.8CVSS1.6AI score0.04214EPSS
SaveExploits0Affected Software1
Mozilla
Mozilla
added 2011/06/21 12:0 a.m.51 views

Integer overflow and arbitrary code execution in Array.reduceRight() — Mozilla

Security researchers Chris Rohlf and Yan Ivnitskiy of Matasano Security reported that when a JavaScript Array object had its length set to an extremely large value, the iteration of array elements that occurs when its reduceRight method was subsequently called could result in the execution of...

10CVSS3.7AI score0.75691EPSS
SaveExploits17References2Affected Software3
The Hacker News
The Hacker News
added 2011/04/22 7:31 a.m.13 views

OWASP Hackademic Challenges Project

The OWASP Hackademic Challenges Project is an open source project that helps you test your knowledge on web application security. You can use it to actually attack web applications in a realistic but also controlable and safe environment. On the left menu you can see all attack scenarios that are...

6.8AI score
SaveExploits0
Zero Day Initiative
Zero Day Initiative
added 2011/04/13 12:0 a.m.36 views

CA Total Defense Suite Heartbeat Web Service Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of CA Total Defense Endpoint. Authentication is not required to exploit this vulnerability. The specific flaw exists within CA.Itm.Server.ManagementWS.dll. Due to a failure to properly sanitize...

10CVSS3.4AI score0.11423EPSS
SaveExploits0References1
exploitpack
exploitpack
added 2011/04/12 12:0 a.m.21 views

Microsoft Reader 2.1.1.3143 - Integer Overflow (2)

Microsoft Reader 2.1.1.3143 - Integer Overflow 2 Source: http://aluigi.org/adv/msreader3-adv.txt Luigi Auriemma Application: Microsoft Reader http://www.microsoft.com/reader Versions: = 2.1.1.3143 PC version = 2.6.1.7169 Origami version the non-PC versions have not been tested Platforms: Windows,...

0.5AI score
SaveExploits0
Exploit DB
Exploit DB
added 2011/04/12 12:0 a.m.27 views

Microsoft Reader 2.1.1.3143 - Integer Overflow (2)

Source: http://aluigi.org/adv/msreader3-adv.txt Luigi Auriemma Application: Microsoft Reader http://www.microsoft.com/reader Versions: = 2.1.1.3143 PC version = 2.6.1.7169 Origami version the non-PC versions have not been tested Platforms: Windows, Windows Mobile, Tablet PC and UMPC devices Bug:...

5.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2011/03/04 12:0 a.m.135 views

Topaz Systems SigPlus Pro ActiveX Control Multiple Vulnerabilities

SigPlus Pro ActiveX Control is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2011 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.3CVSS6.6AI score0.05539EPSS
SaveExploits0References5
Mozilla
Mozilla
added 2011/03/01 12:0 a.m.33 views

Buffer overflow in JavaScript atom map — Mozilla

Security researcher Christian Holler reported that the JavaScript engine's internal mapping of string values contained an error in cases where the number of values being stored was above 64K. In such cases an offset pointer was manually moved forwards and backwards to access the larger address...

10CVSS1.5AI score0.04554EPSS
SaveExploits0References2Affected Software2
The Hacker News
The Hacker News
added 2010/11/11 12:49 a.m.10 views

Watcher 1.4.1 - latest version download

"Watcher is a runtime passive-analysis tool for HTTP-based Web applications. Being passive means it won't damage production systems, it's completely safe to use in Cloud computing, shared hosting, and dedicated hosting environments. Watcher detects Web-application security issues as well as...

6.7AI score
SaveExploits0
Mozilla
Mozilla
added 2010/10/19 12:0 a.m.43 views

Use-after-free error in nsBarProp — Mozilla

Security researcher Sergey Glazunov reported that it was possible to access the locationbar property of a window object after it had been closed. Since the closed window's memory could have been subsequently reused by the system it was possible that an attempt to access the locationbar property...

9.3CVSS2.5AI score0.04644EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2010/10/19 12:0 a.m.47 views

Dangling pointer vulnerability in LookupGetterOrSetter — Mozilla

Security researcher regenrecht reported via TippingPoint's Zero Day Initiative that when window.lookupGetter is called with no arguments the code assumes the top JavaScript stack value is a property name. Since there were no arguments passed into the function, the top value could represent...

9.3CVSS1.7AI score0.06451EPSS
SaveExploits1References2Affected Software3
Exploit DB
Exploit DB
added 2010/09/20 12:0 a.m.48 views

Vermillion FTP Daemon - 'PORT' Memory Corruption (Metasploit)

$Id: vermillionftpdport.rb 10394 2010-09-20 08:06:27Z jduck $ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use...

5.3AI score
SaveExploits0
zdt
zdt
added 2010/08/03 12:0 a.m.23 views

Avast! 5.0 aswFW.sys kernel driver IOCTL Memory Pool Corruption

Exploit for windows platform in category dos / poc ================================================================================= Avast! Internet Security 5.0 aswFW.sys kernel driver IOCTL Memory Pool Corruption =================================================================================...

7AI score
SaveExploits0
exploitpack
exploitpack
added 2010/08/03 12:0 a.m.15 views

Avast! Internet Security 5.0 - aswFW.sys Kernel Driver IOCTL Memory Pool Corruption

Avast! Internet Security 5.0 - aswFW.sys Kernel Driver IOCTL Memory Pool Corruption +-------------------------------------------------------------------------------------+ | Avast! Internet Security 5.0 'aswFW.sys' kernel driver IOCTL Memory Pool Corruption |...

0.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2010/08/03 12:0 a.m.22 views

Avast! Internet Security 5.0 Denial Of Service

+-------------------------------------------------------------------------------------+ | Avast! Internet Security 5.0 'aswFW.sys' kernel driver IOCTL Memory Pool Corruption | +-------------------------------------------------------------------------------------+ Tested Platform: Avast! Internet...

7.4AI score
SaveExploits0
Rows per page
Query Builder