io Skype Trojan Can Log VoIP Conversations By packetstormsecurity.com Published On :: Fri, 28 Aug 2009 00:14:17 GMT Full Article trojan voip skype
io Fugitive VoIP Hacker Admits 10 Million Minute Spree By packetstormsecurity.com Published On :: Wed, 03 Feb 2010 16:58:09 GMT Full Article hacker voip
io Skype Flaw Allows For Collection Of User IP Addresses By packetstormsecurity.com Published On :: Tue, 01 May 2012 21:23:32 GMT Full Article headline privacy flaw voip skype
io Qualys Security Advisory - OpenBSD Authentication Bypass / Privilege Escalation By packetstormsecurity.com Published On :: Thu, 05 Dec 2019 21:08:17 GMT Qualys has discovered that OpenBSD suffers from multiple authentication bypass and local privilege escalation vulnerabilities. Full Article
io Qualys Security Advisory - OpenBSD Dynamic Loader Privilege Escalation By packetstormsecurity.com Published On :: Thu, 12 Dec 2019 13:39:44 GMT Qualys discovered a local privilege escalation in OpenBSD's dynamic loader (ld.so). This vulnerability is exploitable in the default installation (via the set-user-ID executable chpass or passwd) and yields full root privileges. They developed a simple proof of concept and successfully tested it against OpenBSD 6.6 (the current release), 6.5, 6.2, and 6.1, on both amd64 and i386; other releases and architectures are probably also exploitable. Full Article
io OpenBSD Dynamic Loader chpass Privilege Escalation By packetstormsecurity.com Published On :: Fri, 27 Dec 2019 21:27:23 GMT This Metasploit module exploits a vulnerability in the OpenBSD ld.so dynamic loader (CVE-2019-19726). The _dl_getenv() function fails to reset the LD_LIBRARY_PATH environment variable when set with approximately ARG_MAX colons. This can be abused to load libutil.so from an untrusted path, using LD_LIBRARY_PATH in combination with the chpass set-uid executable, resulting in privileged code execution. This module has been tested successfully on OpenBSD 6.1 (amd64) and OpenBSD 6.6 (amd64). Full Article
io OpenBSD OpenSMTPD Privilege Escalation / Code Execution By packetstormsecurity.com Published On :: Wed, 29 Jan 2020 17:22:34 GMT Qualys discovered a vulnerability in OpenSMTPD, OpenBSD's mail server. This vulnerability is exploitable since May 2018 (commit a8e222352f, "switch smtpd to new grammar") and allows an attacker to execute arbitrary shell commands, as root. Full Article
io OpenSMTPD Local Information Disclosure By packetstormsecurity.com Published On :: Tue, 25 Feb 2020 15:29:54 GMT Qualys discovered a minor vulnerability in OpenSMTPD, OpenBSD's mail server. An unprivileged local attacker can read the first line of an arbitrary file (for example, root's password hash in /etc/master.passwd) or the entire contents of another user's file (if this file and /var/spool/smtpd/ are on the same filesystem). A proof of concept exploit is included in this archive. Full Article
io OAIC Received 114 Voluntary Data Breach Notifications In Two Years By packetstormsecurity.com Published On :: Thu, 19 Oct 2017 14:16:59 GMT Full Article headline hacker privacy australia data loss
io Australia's War On Encryption Potentially 'Reckless' By packetstormsecurity.com Published On :: Mon, 06 Nov 2017 14:22:57 GMT Full Article headline government privacy australia cryptography
io Russian Blame For NotPetya Was Diplomatic Action By packetstormsecurity.com Published On :: Thu, 12 Apr 2018 15:51:57 GMT Full Article headline government malware russia australia cyberwar
io The Internet Reacts To Australia's Anti-Encryption Bill By packetstormsecurity.com Published On :: Thu, 06 Dec 2018 19:56:43 GMT Full Article headline government australia backdoor
io Australia Passes Encryption-Breaking Laws By packetstormsecurity.com Published On :: Fri, 07 Dec 2018 17:30:55 GMT Full Article headline government privacy australia backdoor cryptography
io First National Dealing With Authorities After Reported Information Leak By packetstormsecurity.com Published On :: Tue, 08 Jan 2019 15:08:45 GMT Full Article headline privacy australia data loss
io Police Bust Man For Selling 1 Million Netflix, Spotify Passwords By packetstormsecurity.com Published On :: Wed, 13 Mar 2019 14:20:00 GMT Full Article headline government australia cybercrime data loss fraud password
io Australian National University Hit By Huge Data Breach By packetstormsecurity.com Published On :: Fri, 07 Jun 2019 15:06:21 GMT Full Article headline privacy australia data loss
io RFID-Hack Hits 1 Billion Digital Access Cards Worldwide By packetstormsecurity.com Published On :: Wed, 12 Mar 2008 21:57:33 GMT Full Article privacy rfid
io European Commission Launches New Industry Guidelines On RFID Privacy By packetstormsecurity.com Published On :: Thu, 07 Apr 2011 05:05:29 GMT Full Article headline rfid
io Microsoft Windows WizardOpium Local Privilege Escalation By packetstormsecurity.com Published On :: Fri, 06 Mar 2020 13:02:22 GMT Microsoft Windows WizardOpium local privilege escalation exploit. Full Article
io Microsoft Windows SMB 3.1.1 Remote Code Execution By packetstormsecurity.com Published On :: Sun, 15 Mar 2020 13:39:33 GMT Microsoft Windows SMB version 3.1.1 suffers from a code execution vulnerability. Full Article
io Microsoft Windows 10 SMB 3.1.1 Local Privilege Escalation By packetstormsecurity.com Published On :: Tue, 31 Mar 2020 14:38:04 GMT Microsoft Windows 10 SMB version 3.1.1 SMBGhost local privilege escalation exploit. Full Article
io Microsoft Windows Net Use Insufficent Authentication By packetstormsecurity.com Published On :: Mon, 06 Apr 2020 19:08:47 GMT The Windows "net use" network logon type-3 command does not prompt for authentication when the built-in Administrator account is enabled and both remote and originating systems suffer from password reuse. This also works as "standard" user but unfortunately we do not gain high integrity privileges. However, it opens the door and increases the attack surface if the box we laterally move to has other vulnerabilities present. Full Article
io Microsoft Windows NtFilterToken ParentTokenId Incorrect Setting Privilege Escalation By packetstormsecurity.com Published On :: Wed, 15 Apr 2020 18:42:48 GMT Microsoft Windows suffers from an NtFilterToken ParentTokenId incorrect setting that allows for elevation of privileges. Full Article
io Microsoft Windows SE_SERVER_SECURITY Security Descriptor Owner Privilege Escalation By packetstormsecurity.com Published On :: Wed, 15 Apr 2020 18:44:19 GMT In Microsoft Windows, by using the poorly documented SE_SERVER_SECURITY Control flag it is possible to set an owner different to the caller, bypassing security checks. Full Article
io Microsoft Windows Unquoted Service Path Privilege Escalation By packetstormsecurity.com Published On :: Thu, 16 Apr 2020 20:01:59 GMT This Metasploit module exploits a logic flaw due to how the lpApplicationName parameter is handled. When the lpApplicationName contains a space, the file name is ambiguous. Take this file path as example: C:program fileshello.exe; The Windows API will try to interpret this as two possible paths: C:program.exe, and C:program fileshello.exe, and then execute all of them. To some software developers, this is an unexpected behavior, which becomes a security problem if an attacker is able to place a malicious executable in one of these unexpected paths, sometimes escalate privileges if run as SYSTEM. Some software such as OpenVPN 2.1.1, OpenSSH Server 5, and others have the same problem. Full Article
io Forbes.com Gets A Million Accounts Compromised By packetstormsecurity.com Published On :: Tue, 18 Feb 2014 04:24:22 GMT Full Article headline hacker data loss password syria
io Syrian Malware Team Found Spewing Dark Edition BlackWorm RAT By packetstormsecurity.com Published On :: Fri, 29 Aug 2014 15:36:10 GMT Full Article headline hacker malware cybercrime fraud syria
io Study: Hack Attack Aimed At ISIS' Opposition By packetstormsecurity.com Published On :: Sat, 20 Dec 2014 15:56:54 GMT Full Article headline cyberwar iraq terror syria
io European Surveillance Companies Were Eager To Sell Syria Tools Of Oppression By packetstormsecurity.com Published On :: Mon, 12 Dec 2016 17:14:20 GMT Full Article headline government privacy cyberwar spyware syria
io The US Shot Down A Mysterious Enemy Drone Over Syria By packetstormsecurity.com Published On :: Mon, 12 Jun 2017 14:23:08 GMT Full Article headline usa cyberwar syria
io Patriotic Hackers Face Off In South China Sea By packetstormsecurity.com Published On :: Fri, 27 Apr 2012 14:46:33 GMT Full Article headline china cyberwar philippines
io 55 Million Voters' Details Leaked In The Philippines By packetstormsecurity.com Published On :: Thu, 07 Apr 2016 14:01:52 GMT Full Article headline hacker government privacy data loss philippines
io Philippines Elections Hack 'Leaks Voter Data' By packetstormsecurity.com Published On :: Tue, 12 Apr 2016 00:24:50 GMT Full Article headline hacker data loss philippines
io Hyperion Runtime Encrypter 2.0 By packetstormsecurity.com Published On :: Wed, 12 Jun 2019 18:41:35 GMT Hyperion is a runtime encrypter for 32-bit and 64-bit portable executables. It is a reference implementation and bases on the paper "Hyperion: Implementation of a PE-Crypter". Full Article
io Hyperion Runtime Encrypter 2.3 By packetstormsecurity.com Published On :: Sat, 21 Mar 2020 20:32:22 GMT Hyperion is a runtime encrypter for 32-bit and 64-bit portable executables. It is a reference implementation and bases on the paper "Hyperion: Implementation of a PE-Crypter". Full Article
io Hashes Generation And Injection Tool By packetstormsecurity.com Published On :: Fri, 17 Aug 2012 03:07:26 GMT Hashes is a cross-platform tool that generates and injects different keys with the same hash code in order to test web applications against hash collision attacks. Written in Java. Has support for Java, PHP, ASP, and V8. Full Article
io ASP-DEv XM Forums RC 3 SQL Injection By packetstormsecurity.com Published On :: Wed, 29 Aug 2012 11:11:11 GMT ASP-DEv XM Forums RC 3 suffers from a remote SQL injection vulnerability. Note that this finding houses site-specific data. Full Article
io Avaya IP Office Customer Call Reporter Command Execution By packetstormsecurity.com Published On :: Mon, 08 Oct 2012 23:54:22 GMT This Metasploit module exploits an authentication bypass vulnerability on Avaya IP Office Customer Call Reporter, which allows a remote user to upload arbitrary files through the ImageUpload.ashx component. It can be abused to upload and execute arbitrary ASP .NET code. The vulnerability has been tested successfully on Avaya IP Office Customer Call Reporter 7.0.4.2 and 8.0.8.15 on Windows 2003 SP2. Full Article
io FCKEditor 2.6.8 ASP File Upload Protection Bypass By packetstormsecurity.com Published On :: Wed, 28 Nov 2012 01:33:11 GMT FCKEditor version 2.6.8 ASP version suffers from a file upload protection bypass. Full Article
io Cogent DataHub Command Injection By packetstormsecurity.com Published On :: Wed, 25 Jun 2014 00:06:40 GMT This Metasploit module exploits an injection vulnerability in Cogent DataHub prior to 7.3.5. The vulnerability exists in the GetPermissions.asp page, which makes insecure use of the datahub_command function with user controlled data, allowing execution of arbitrary datahub commands and scripts. This Metasploit module has been tested successfully with Cogent DataHub 7.3.4 on Windows 7 SP1. Full Article
io ASP Dynamika 2.5 File Upload / SQL Injection By packetstormsecurity.com Published On :: Mon, 07 Dec 2015 01:11:11 GMT ASP Dynamika version 2.5 suffers from arbitrary file upload and remote SQL injection vulnerabilities. Full Article
io AfterLogic WebMail Pro ASP.NET Account Takeover / XXE Injection By packetstormsecurity.com Published On :: Tue, 24 May 2016 15:37:56 GMT AfterLogic WebMail Pro ASP.NET versions prior to 6.2.7 suffer from an administrator account takeover via an XXE injection vulnerability. Full Article
io CodeWarrior 0.3 By packetstormsecurity.com Published On :: Tue, 13 Sep 2016 03:33:33 GMT CodeWarrior is a manual code and static analysis tool. It has many modules, one for each common language like PHP, ASP, Ruby, C/C++, Java and Javascript. Each module has rules in raw text with parameters like description, type, reference, relevance and match (regex to detect pattern). You can also create your own rules. Full Article
io ASP.NET Core 5-RC1 HTTP Header Injection By packetstormsecurity.com Published On :: Fri, 23 Dec 2016 18:21:01 GMT ASP.NET Core version 5.-RC1 suffers from an HTTP header injection vulnerability. Full Article
io ASP.NET jVideo Kit 1.0 SQL Injection By packetstormsecurity.com Published On :: Thu, 24 May 2018 18:08:18 GMT ASP.NET jVideo Kit version 1.0 suffers from a remote SQL injection vulnerability. Full Article
io LW-N605R Remote Code Execution By packetstormsecurity.com Published On :: Mon, 10 Sep 2018 20:22:22 GMT LW-N605R devices allow remote code execution via shell metacharacters in the HOST field of the ping feature at adm/systools.asp. Authentication is needed but the default password of admin for the admin account may be used in some cases. Full Article
io ZyXEL P-660HN-T1 V2 Missing Authentication / Password Disclosure By packetstormsecurity.com Published On :: Fri, 31 May 2019 15:27:39 GMT The ZyXEL P-660HN-T1 V2 rpWLANRedirect.asp page is missing authentication and discloses an administrator password. Full Article
io Telerik UI Remote Code Execution By packetstormsecurity.com Published On :: Wed, 18 Dec 2019 14:03:55 GMT The Telerik UI for ASP.NET AJAX insecurely deserializes JSON objects in a manner that results in arbitrary remote code execution on the software's underlying host. Full Article
io Mysterious DDoS Attacks Hit Dutch Banks By packetstormsecurity.com Published On :: Thu, 01 Feb 2018 15:11:36 GMT Full Article headline bank denial of service netherlands
io Nedbank Says 1.7 Million Affected By Breach By packetstormsecurity.com Published On :: Fri, 14 Feb 2020 14:43:17 GMT Full Article headline hacker privacy bank cybercrime data loss fraud