Lucene search
+L

109 matches found

Positive Technologies
Positive Technologies
added 2018/09/26 12:0 a.m.7 views

PT-2018-14047 · Axon · Axon Evidence Sync

Name of the Vulnerable Software and Affected Versions: Axon Evidence Sync version 3.15.89 Description: The issue concerns process injection. The vendor disputes the existence of this vulnerability, stating that the associated information does not support any finding of a vulnerability...

9.8CVSS7.3AI score0.02464EPSS
SaveExploits1References5
BDU FSTEC
BDU FSTEC
added 2018/08/31 12:0 a.m.8 views

The vulnerability of the components of Device Guard in Windows operating systems allows a hacker to bypass code integrity checks.

The vulnerability of the Device Guard component of Windows operating systems is related to improperly implemented security checks. Exploiting this vulnerability allows an attacker to bypass code integrity checks by injecting malicious code into the trusted PowerShell process...

5.3CVSS5.5AI score0.01412EPSS
SaveExploits0References5
Talos Blog
Talos Blog
added 2018/07/13 8:23 a.m.17 views

Threat Roundup for July 6-13

Today, as we do every week, Talos is giving you a glimpse into the most prevalent threats we've observed this week — covering the dates between July 6 and 13. As with previous roundups, this post isn't meant to be an in-depth analysis. Instead, this post will summarize the threats we've observed ...

0.7AI score
SaveExploits0
OSV
OSV
added 2018/04/03 10:29 p.m.6 views

CVE-2017-4028

Maliciously misconfigured registry vulnerability in all Microsoft Windows products in McAfee consumer and corporate products allows an administrator to inject arbitrary code into a debugged McAfee process via manipulation of registry parameters...

4.4CVSS5.9AI score0.00537EPSS
SaveExploits0References2
CNVD
CNVD
added 2018/01/05 12:0 a.m.10 views

Microsoft Windows Kernel API elevation of privilege vulnerability (CNVD-2018-00526)

Microsoft Windows is a series of operating systems released by Microsoft Corporation in the U.S. The Kernel API is one of the kernel APIs. An elevation of privilege vulnerability exists in the Kernel API in Microsoft Windows. An attacker can exploit this vulnerability with a specially crafted...

7.1CVSS7AI score0.0276EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2017/12/10 9:9 p.m.48 views

CryKeX - Linux Memory Cryptographic Keys Extractor

CryKeX - Linux Memory Cryptographic Keys Extractor Properties: Cross-platform Minimalism Simplicity Interactivity Compatibility/Portability Application Independable Process Wrapping Process Injection Dependencies: Unix - should work on any Unix-based OS BASH - the whole script root privileges...

7.2AI score
SaveExploits0References2
FireEye
FireEye
added 2017/11/28 7:0 p.m.10 views

Newly Observed Ursnif Variant Employs Malicious TLS Callback Technique to Achieve Process Injection

Introduction TLS Thread Local Storage callbacks are provided by the Windows operating system to support additional initialization and termination for per-thread data structures. As previously reported, malicious TLS callbacks, as an anti-analysis trick, have been observed for quite some time and...

7.5AI score
SaveExploits0References2
FireEye
FireEye
added 2017/11/28 2:0 p.m.507 views

Newly Observed Ursnif Variant Employs Malicious TLS Callback Technique to Achieve Process Injection

Introduction TLS Thread Local Storage callbacks are provided by the Windows operating system to support additional initialization and termination for per-thread data structures. As previously reported, malicious TLS callbacks, as an anti-analysis trick, have been observed for quite some time and...

7.5AI score
SaveExploits0
n0where
n0where
added 2017/11/28 5:0 a.m.38 views

Linux Memory Cryptographic Keys Extractor: CryKeX

Some work has been already published regarding the subject of cryptograhic keys security within DRAM. Basically, we need to find something that looks like a key entropic and specific length and then confirm its nature by analyzing the memory structure around it C data types. The idea is to dump...

0.6AI score
SaveExploits0References2
Packet Storm
Packet Storm
added 2017/10/12 12:0 a.m.59 views

Windows Escalate UAC Protection Bypass (In Memory Injection) Abusing WinSXS

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core/exploit/exe' class MetasploitModule 'Windows Escalate UAC Protection Bypass In Memory Injection abusing WinSXS', 'Description' = %q This module will...

0.3AI score
SaveExploits0
0day.today
0day.today
added 2017/08/29 12:0 a.m.61 views

Microsoft Windows PPL Process Injection Privilege Escalation Exploit

Exploit for windows platform in category dos / poc Windows: PPL Process Injection EoP Platform: Windows 10 1703 x64 Class: Elevation of Privilege Summary: It’s possible to inject code into a PPL protected process by hijacking COM objects leading to accessing PPL processes such as Lsa and...

7AI score
SaveExploits0
MSRC
MSRC
added 2017/08/16 7:0 a.m.10 views

Windows Defender ATP でステルス性の高いクロスプロセス インジェクション手法を検出する: プロセス ハロウイングと AtomBombing

本記事は、Microsoft Malware Protection Center のブログ “Detecting stealthier cross-process injection techniques with Windows Defender ATP: Process hollowing and atom bombing...

2AI score
SaveExploits0
Microsoft Malware Protection
Microsoft Malware Protection
added 2017/07/13 12:19 a.m.792 views

Detecting stealthier cross-process injection techniques with Windows Defender ATP: Process hollowing and atom bombing

Advanced cyberattacks emphasize stealth and persistence: the longer they stay under the radar, the more they can move laterally, exfiltrate data, and cause damage. To avoid detection, attackers are increasingly turning to cross-process injection. Cross-process injection gives attackers the abilit...

7.8AI score
SaveExploits0
Kitploit
Kitploit
added 2017/06/03 3:22 p.m.12 views

InjectProc - Process Injection Techniques

Process injection is a very popular method to hide malicious behavior of code and are heavily used by malware authors. There are several techniques, which are commonly used: DLL injection, process replacement a.k.a process hollowing, hook injection and APC injection. Most of them use same Windows...

7.6AI score
SaveExploits0References2
Metasploit
Metasploit
added 2017/06/03 10:59 a.m.92 views

Windows Escalate UAC Protection Bypass (In Memory Injection) abusing WinSXS

This module will bypass Windows UAC by utilizing the trusted publisher certificate through process injection. It will spawn a second shell that has the UAC flag turned off by abusing the way "WinSxS" works in Windows systems. This module uses the Reflective DLL Injection technique to drop only th...

7.8AI score
SaveExploits0
FireEye
FireEye
added 2017/04/17 12:30 p.m.17 views

Writing a libemu/Unicorn Compatability Layer

In this post we are going to take a quick look at what it takes to write a libemu compatibility layer for the Unicorn engine. In the course of this work, we will also import the libemu Win32 environment to run under Unicorn. For a bit of background, libemu is a lightweight x86 emulator written in...

6.8AI score
SaveExploits0References1
MSRC
MSRC
added 2017/04/04 7:0 a.m.12 views

Windows Defender ATP でクロスプロセス インジェクションを発見する

本記事は、Microsoft Malware Protection Center のブログ “Uncovering cross-process injection with Windows Defender ATP” 2017 年 3 月 8 日 米国時...

2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/01/15 12:0 a.m.95 views

Windows x64 - CreateRemoteThread() DLL Injection Shellcode (584 bytes)

Windows x64 - CreateRemoteThread DLL Injection Shellcode 584 bytes. Shellcode exploit for Winx86-64 platform / Title: Windows x64 dll injection shellcode using CreateRemoteThread Size: 584 bytes Date: 16-01-2017 Author: Roziul Hasan Khan Shifat Tested On : Windows 7 x64 / //Note : i wrtie it for...

0.3AI score
SaveExploits0
myhack58
myhack58
added 2016/12/13 12:0 a.m.303 views

JXBrowser JavaScript-Java bridge in the RCE vulnerability-vulnerability warning-the black bar safety net

I recently was studying how to use JXBrowser to achieve a set of experimental scanning techniques. When I use JXBrowser library in the process, I suddenly thought, whether it can be by calling different classes to attack the JXBrowser client, and through a Web page to achieve remote code executio...

7.2AI score
SaveExploits0
Kitploit
Kitploit
added 2016/08/19 8:51 p.m.31 views

ps-inject - Inject Shellcode on Linux PID

Inject shellcode on linux PID How use: $ make gcc -Wall -Wextra -O3 -c -o lib/file.o src/file.c gcc -Wall -Wextra -O3 -c -o lib/str.o src/str.c gcc -Wall -Wextra -O3 -c -o lib/mem.o src/mem.c gcc -Wall -Wextra -O3 -c -o lib/inject.o src/inject.c gcc -Wall -Wextra -O3 -c -o lib/main.o src/main.c g...

7.3AI score
SaveExploits0References1
Rows per page
Query Builder