Lucene search
K

2698 matches found

Metasploit
Metasploit
added 2022/09/08 7:49 p.m.174 views

Powershell Exec, Windows shellcode stage, Windows x64 Reverse TCP Stager

Execute an x64 payload from a command via PowerShell. Custom shellcode stage. Connect back to the attacker Windows x64 Module Options msf use payload/cmd/windows/powershell/x64/custom/reversetcp msf payloadreversetcp show actions ...actions... msf payloadreversetcp set ACTION msf payloadreversetc...

7.1AI score
Exploits0
Metasploit
Metasploit
added 2022/09/08 7:49 p.m.123 views

Powershell Exec, Windows shellcode stage, Windows x86 Reverse Named Pipe (SMB) Stager

Execute an x86 payload from a command via PowerShell. Custom shellcode stage. Connect back to the attacker via a named pipe pivot Module Options msf use payload/cmd/windows/powershell/custom/reversenamedpipe msf payloadreversenamedpipe show actions ...actions... msf payloadreversenamedpipe set...

7.1AI score
Exploits0
Metasploit
Metasploit
added 2022/09/08 7:49 p.m.122 views

Powershell Exec, Windows shellcode stage, Windows Reverse HTTP Stager (winhttp)

Execute an x86 payload from a command via PowerShell. Custom shellcode stage. Tunnel communication over HTTP Windows winhttp Module Options msf use payload/cmd/windows/powershell/custom/reversewinhttp msf payloadreversewinhttp show actions ...actions... msf payloadreversewinhttp set ACTION msf...

7.2AI score
Exploits0
Metasploit
Metasploit
added 2022/09/08 7:49 p.m.183 views

Powershell Exec, Windows shellcode stage, Reverse UDP Stager with UUID Support

Execute an x86 payload from a command via PowerShell. Custom shellcode stage. Connect back to the attacker with UUID Support Module Options msf use payload/cmd/windows/powershell/custom/reverseudp msf payloadreverseudp show actions ...actions... msf payloadreverseudp set ACTION msf...

7.1AI score
Exploits0
Zero Day Initiative
Zero Day Initiative
added 2022/09/08 12:0 a.m.80 views

(Pwn2Own) ConnMan received_data Out-Of-Bounds Write Remote Code Execution Vulnerability

This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installation of ConnMan. Authentication is not required to exploit this vulnerability. The specific flaw exists within the receiveddata method. Crafted data in a HTTP response can trigger a write past the e...

6.3CVSS1.4AI score0.0238EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2022/09/02 12:0 a.m.2 views

PT-2022-24790 · Libdwarf · Libdwarf

Name of the Vulnerable Software and Affected Versions: libdwarf version 0.4.1 Description: The issue is related to a double free in the dwarf exec frame instr function located in dwarf frame.c. Recommendations: For libdwarf version 0.4.1, at the moment, there is no information about a newer versi...

8.8CVSS7.2AI score0.00894EPSS
Exploits0References14
Veracode
Veracode
added 2022/08/31 4:26 a.m.36 views

Command Injection

moment-timezone is vulnerable to command injection. An attacker can inject and execute the malicious commands using the childprocess exec function as it does not sanitize the input...

3.1AI score
Exploits0
OSV
OSV
added 2022/08/29 8:6 p.m.2 views

GHSA-G2C3-VWFF-M3XR Font-Converter Vulnerable to Arbitrary Command Injection

Overview font-converter is a FontForge wrapper that allows conversion between different font formats TTF, WOFF, OTF All versions of this package are vulnerable to Arbitrary Command Injection due to missing sanitization of input that potentially flows into the childprocess.exec function. PoC js va...

9.8CVSS5.9AI score0.03011EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2022/08/29 8:6 p.m.14 views

Font-Converter Vulnerable to Arbitrary Command Injection

Overview font-converter is a FontForge wrapper that allows conversion between different font formats TTF, WOFF, OTF All versions of this package are vulnerable to Arbitrary Command Injection due to missing sanitization of input that potentially flows into the childprocess.exec function. PoC js va...

9.8CVSS9.7AI score0.03011EPSS
Exploits1References4Affected Software1
CNVD
CNVD
added 2022/08/19 12:0 a.m.38 views

Apache Airflow Remote Code Execution Vulnerability (CNVD-2022-59057)

Apache Airflow is an open source platform for creating, managing and monitoring workflows from the Apache Foundation. The platform is scalable and dynamically monitored, etc. A remote code execution vulnerability exists in versions of Apache Airflow prior to 3.0.0. The vulnerability stems from th...

8.8CVSS2.6AI score0.01602EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2022/08/17 12:0 a.m.42 views

EulerOS 2.0 SP10 : docker-engine (EulerOS-SA-2022-2253)

According to the versions of the docker-engine package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby Docker Engine where attempti...

7.8CVSS7.3AI score0.02493EPSS
Exploits3References6
RedhatCVE
RedhatCVE
added 2022/08/16 9:38 a.m.57 views

CVE-2022-30580

A flaw was found in the os/exec golang package. This issue occurs when invoking different Cmd methods and the Cmd.Path is unset. This could lead to a command injection, allowing an attacker to execute any binaries in the working directory...

7.8CVSS5.7AI score0.00578EPSS
Exploits0References4
Microsoft CVE
Microsoft CVE
added 2022/08/16 7:0 a.m.3 views

Empty Cmd.Path can trigger unintended binary in os/exec on Windows

...

7.8CVSS6.8AI score0.00578EPSS
Exploits0
Kitploit
Kitploit
added 2022/08/12 12:30 p.m.88 views

OffensiveVBA - Code Execution And AV Evasion Methods For Macros In Office Documents

In preparation for a VBS AV Evasion Stream/Video I was doing some research for Office Macro code execution methods and evasion techniques. The list got longer and longer and I found no central place for offensive VBA templates - so this repo can be used for such. It is very far away from being...

8.1AI score
Exploits0References63
OSV
OSV
added 2022/08/10 8:15 p.m.3 views

AZL-10532 CVE-2022-30580 affecting package golang for versions less than 1.18.5-1

Code injection in Cmd.Start in os/exec before Go 1.17.11 and Go 1.18.3 allows execution of any binaries in the working directory named either "..com" or "..exe" by calling Cmd.Run, Cmd.Start, Cmd.Output, or Cmd.CombinedOutput when Cmd.Path is unset...

7.8CVSS6.9AI score0.00578EPSS
Exploits0References1
OSV
OSV
added 2022/08/10 8:15 p.m.27 views

CVE-2022-30580

Code injection in Cmd.Start in os/exec before Go 1.17.11 and Go 1.18.3 allows execution of any binaries in the working directory named either "..com" or "..exe" by calling Cmd.Run, Cmd.Start, Cmd.Output, or Cmd.CombinedOutput when Cmd.Path is unset...

7.8CVSS7.9AI score
Exploits0References5
NVD
NVD
added 2022/08/10 8:15 p.m.19 views

CVE-2022-30580

Code injection in Cmd.Start in os/exec before Go 1.17.11 and Go 1.18.3 allows execution of any binaries in the working directory named either "..com" or "..exe" by calling Cmd.Run, Cmd.Start, Cmd.Output, or Cmd.CombinedOutput when Cmd.Path is unset...

7.8CVSS0.00578EPSS
Exploits0References5
Prion
Prion
added 2022/08/10 8:15 p.m.32 views

Code injection

Code injection in Cmd.Start in os/exec before Go 1.17.11 and Go 1.18.3 allows execution of any binaries in the working directory named either "..com" or "..exe" by calling Cmd.Run, Cmd.Start, Cmd.Output, or Cmd.CombinedOutput when Cmd.Path is unset...

4.3CVSS7.8AI score0.00578EPSS
Exploits0References5Affected Software1
RedHat Linux
RedHat Linux
added 2022/08/10 10:13 a.m.3 views

runc: incorrect handling of inheritable capabilities

A flaw was found in runc, where runc exec --cap executed processes with non-empty inheritable Linux process capabilities. This issue creates an atypical Linux environment and enables programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve2...

7.8CVSS6.8AI score0.00386EPSS
Exploits0References5
Snyk
Snyk
added 2022/08/10 8:6 a.m.4 views

Malicious Package

Overview after-exec is a malicious package. The package's name is based on existing repositories, namespaces, or components used by popular companies in an effort to trick employees into downloading it, also known as 'dependency confusion'. Therefore, you're only vulnerable if this package was...

9.8CVSS7.1AI score
Exploits0References3
Rows per page
Query Builder