Lucene search
+L

1143 matches found

RedhatCVE
RedhatCVE
added 2022/03/25 6:35 a.m.48 views

CVE-2022-24769

A flaw was found in Moby Docker Engine, where containers were started incorrectly with non-empty inheritable Linux process capabilities. This flaw allows an attacker with access to programs with inheritable file capabilities to elevate those capabilities to the permitted set when execve2 runs...

5.9CVSS3.5AI score0.00492EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2022/03/24 12:0 a.m.9 views

PT-2022-6151 · Docker +6 · Moby +7

Name of the Vulnerable Software and Affected Versions: Moby Docker Engine versions prior to 20.10.14 Description: A bug was found in Moby Docker Engine where containers were incorrectly started with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and...

9.9CVSS7.7AI score0.27392EPSS
SaveExploits11References145
Cvelist
Cvelist
added 2022/03/24 12:0 a.m.39 views

CVE-2022-24769 Default inheritable capabilities for linux container should be empty

Moby is an open-source project created by Docker to enable and accelerate software containerization. A bug was found in Moby Docker Engine prior to version 20.10.14 where containers were incorrectly started with non-empty inheritable Linux process capabilities, creating an atypical Linux...

5.9CVSS6.7AI score0.00492EPSS
SaveExploits0References12
Metasploit
Metasploit
added 2022/03/03 5:42 p.m.994 views

Local Privilege Escalation in polkits pkexec

A bug exists in the polkit pkexec binary in how it processes arguments. If the binary is provided with no arguments, it will continue to process environment variables as argument variables, but without any security checking. By using the execve call we can specify a null argument list and populat...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits152
zdt
zdt
added 2022/03/03 12:0 a.m.803 views

Polkit pkexec Local Privilege Escalation Exploit

This is a Metasploit module for the argument processing bug in the polkit pkexec binary. If the binary is provided with no arguments, it will continue to process environment variables as argument variables, but without any security checking. By using the execve call we can specify a null argument...

7.8CVSS8.4AI score0.94921EPSS
SaveExploits152
Packet Storm
Packet Storm
added 2022/03/03 12:0 a.m.406 views

Polkit pkexec Local Privilege Escalation

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Local Privilege Escalation in polkits pkexec', 'Description' = %q A bug exists in the polkit pkexec binary in how it processes arguments. If the...

7.8CVSS0.2AI score0.94921EPSS
SaveExploits152
zdt
zdt
added 2022/02/18 12:0 a.m.142 views

Linux/MIPS - N32 MSB Reverse Shell Shellcode

/ mipsn32msblinuxrevsh.c - MIPS N32 MSB Linux reverse Copyright c 2022 Marco Ivaldi Basic MIPS N32 MSB Linux reverse shellcode, showcasing various techniques to avoid badchars. Cross-compile https://buildroot.org/ with: $ mips64-linux-gcc -static mipsn32msblinuxrevsh.c -o revsh Tested on Linux...

SaveExploits0
zdt
zdt
added 2022/02/18 12:0 a.m.117 views

Solaris/SPARC - setuid(0) + execve (/bin/ksh) Shellcode

/ sparcsolarisexec.c - Solaris/SPARC execve shellcode Copyright c 2022 Marco Ivaldi Pretty standard Solaris/SPARC setuid/execve shellcode. Tested on: SunOS 5.10 GenericVirtual sun4u sparc SUNW,SPARC-Enterprise / char sc = / Solaris/SPARC execve shellcode 12 + 48 = 60 bytes / / setuid0 /...

SaveExploits0
OSV
OSV
added 2022/01/24 10:48 a.m.6 views

SUSE-SU-2022:0161-1 Security update for zsh

This update for zsh fixes the following issues: - CVE-2018-0502: Fixed execve call vulnerability to program named on the second line when the beginning of a ! script file was mishandled. bsc1107296, bsc1107294 - CVE-2018-13259: Fixed execve call vulnerability to program name that is a substring o...

9.8CVSS9.3AI score0.02723EPSS
SaveExploits0References5
Rosalinux
Rosalinux
added 2021/07/02 6:22 p.m.27 views

Advisory ROSA-SA-2021-2005

Software: zsh 5.0.2 OS: Cobalt 7.9 CVE-ID: CVE-2014-10070 CVE-Crit: HIGH CVE-DESC: zsh before 5.0.7 allows the initial values of integer variables imported from the environment to be evaluated instead of treating them as literal numbers. This may allow local privilege escalation under some specif...

9.8CVSS8.8AI score0.02592EPSS
SaveExploits0
zdt
zdt
added 2021/06/10 12:0 a.m.36 views

Linux/x86 - execve /bin/sh Shellcode (fstenv eip GetPC technique) (70 bytes, xor encoded)

Exploit Title: Linux/x86 - execve /bin/sh Shellcode fstenv eip GetPC technique 70 bytes, xor encoded Exploit Author: d7x Tested on: Ubuntu x86 / shellcode with XOR decoder stub and fstenv MMX FPU spawning a /bin/sh shell uses the fstenv GetPC technique to get the memory address dynamically...

7.4AI score
SaveExploits0
zdt
zdt
added 2021/05/10 12:0 a.m.94 views

Linux/x86 - setreuid(0) + execve(/bin/sh) Shellcode (29 bytes)

/ Author: Artur ajes Szymczak 2021 Function: Linux x86 shellcode, setreuid to 0 and then execute /bin/sh Size: 29 bytes Testing: $ gcc -fno-stack-protector -z execstack shellcodetester.c -o shellcode shellcodetester.c: In function ‘main’: shellcodetester.c:25:2: warning: incompatible implicit...

SaveExploits0
zdt
zdt
added 2021/04/16 12:0 a.m.357 views

Linux/x64 - execve(/bin/sh) Shellcode (21 bytes) (2)

Linux/x64 - execve/bin/sh Shellcode 21 bytes Author: s1ege Tested on: x8664 GNU/Linux Shellcode Length: 21 / objdump disassembly 401000: 50 push %rax 401001: 48 31 d2 xor %rdx,%rdx 401004: 48 bb 2f 62 69 6e 2f movabs $0x68732f2f6e69622f,%rbx 40100b: 2f 73 68 40100e: 53 push %rbx 40100f: 54 push...

7.4AI score
SaveExploits0
zdt
zdt
added 2021/04/16 12:0 a.m.29 views

Linux/x86 - execve(/bin/sh) Shellcode (17 bytes)

Linux/x86 - execve/bin/sh Shellcode 17 bytes Author: s1ege Tested on: i686 GNU/Linux Shellcode length: 17 / ; nasm -felf32 shellcode.asm && ld -melfi386 shellcode.o -o shellcode section .text global start start: push 0x0b pop eax push 0x0068732f push 0x6e69622f mov ebx, esp int 0x80 / include...

0.2AI score
SaveExploits0
zdt
zdt
added 2021/02/09 12:0 a.m.113 views

Linux/x64 - execve (cat /etc/shadow) Shellcode (66 bytes)

Exploit Title: Linux/x64 - execve "cat /etc/shadow" Shellcode 66 bytes Author: Felipe Winsnes Tested on: Debian x64 Shellcode Length: 66 / global start start: xor rax, rax ; Zeroes out RAX. xor rbp, rbp ; Zeroes out RBP. push rax ; Pushes RAX's NULL-DWORD. mov rbp, 0x776f646168732f63 ; Moves valu...

7.1AI score
SaveExploits0
Veracode
Veracode
added 2021/01/07 7:9 p.m.29 views

Arbitrary Code Execution

linux is vulnerable to arbitrary code execution. The iouring takes a non-refcounted reference to the filesstruct of the process that submitted a request, causing execve to optimize unsharefd in an insecure manner and potentially allows for arbitrary code execution...

7.8CVSS4.8AI score0.00454EPSS
SaveExploits1References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2020/12/11 12:0 a.m.38 views

NewStart CGSL CORE 5.05 / MAIN 5.05 : kernel-rt Multiple Vulnerabilities (NS-SA-2020-0117)

The remote NewStart CGSL host, running version CORE 5.05 / MAIN 5.05, has kernel-rt packages installed that are affected by multiple vulnerabilities: - The fix for CVE-2019-11599, affecting the Linux kernel before 5.0.10 was not complete. A local user could use this flaw to obtain sensitive...

7CVSS6.9AI score0.00989EPSS
SaveExploits5References3
RedhatCVE
RedhatCVE
added 2020/12/08 2:7 p.m.34 views

CVE-2020-29534

An issue was discovered in the Linux kernel before 5.9.3. iouring takes a non-refcounted reference to the filesstruct of the process that submitted a request, causing execve to incorrectly optimize unsharefd, aka CID-0f2122045b94...

7.8CVSS2.7AI score0.00454EPSS
SaveExploits1References3
Microsoft CVE
Microsoft CVE
added 2020/12/08 12:0 a.m.8 views

An issue was discovered in the Linux kernel before 5.9.3. io_uring takes a non-refcounted reference to the files_struct of the process that submitted a request causing execve() to incorrectly optimize unshare_fd() aka CID-0f2122045b94.

...

7.8CVSS8AI score0.00454EPSS
SaveExploits1
Veracode
Veracode
added 2020/12/06 4:32 a.m.29 views

Improper Input Validation

zsh is vulnerable to Improper Input Validation. The library does not properly handle the beginning of a ! in script file which may potentially lead to execve call to a program named on the second line...

9.8CVSS2.3AI score0.02487EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder