Lucene search
+L

672 matches found

Github Security Blog
Github Security Blog
added 2022/05/24 4:47 p.m.31 views

Openstack Octavia Access Control Vulnerability

Description An access-control flaw was found in the Octavia service when the cloud platform was deployed using Red Hat OpenStack Platform Director. An attacker could cause new amphorae to run based on any arbitrary image. This meant that a remote attacker could upload a new amphorae image and, if...

8CVSS6.9AI score0.01421EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2022/05/03 12:0 a.m.30 views

GHSA-3X62-X456-Q2VM OS Command Injection in git-pull-or-clone

The package git-pull-or-clone before 2.0.2 is vulnerable to Command Injection due to the use of the --upload-pack feature of git which is also supported for git clone. The source includes the use of the secure child process API spawn. However, the outpath parameter passed to it may be a...

9.8CVSS9.8AI score0.03978EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2022/05/01 3:19 p.m.6 views

CVE-2022-24437

The package git-pull-or-clone before 2.0.2 are vulnerable to Command Injection due to the use of the --upload-pack feature of git which is also supported for git clone. The source includes the use of the secure child process API spawn. However, the outpath parameter passed to it may be a...

9.8CVSS7.4AI score0.03978EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2022/02/11 12:0 a.m.7 views

PT-2022-10398 · Qualcomm · Snapdragon Connectivity +4

Name of the Vulnerable Software and Affected Versions: Snapdragon Auto affected versions not specified Snapdragon Compute affected versions not specified Snapdragon Connectivity affected versions not specified Snapdragon Industrial IOT affected versions not specified Snapdragon Mobile affected...

8.4CVSS7.6AI score0.00196EPSS
SaveExploits0References4
Packet Storm
Packet Storm
added 2021/06/15 12:0 a.m.253 views

HashiCorp Nomad Remote Command Execution

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'HashiCorp Nomad Remote Command Execution', 'Description' = %q Create a batch job on HashiCorp's Nomad service to spawn a shell. The default optio...

0.1AI score
SaveExploits0
0day.today
0day.today
added 2021/05/05 12:0 a.m.45 views

Xmind 2020 - XSS to Remote Command Execution Vulnerability

Exploit Title: Xmind 2020 - XSS to RCE Exploit Author: TaurusOmar CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H Risk: High 8.8 Vendor Homepage: https://www.xmind.net/ Version: 2020 Tested on: Windows, Linux, MacOs Software Description: XMind, a full-featured mind mapping and brainstorming tool,...

0.4AI score
SaveExploits0
CNNVD
CNNVD
added 2021/04/26 12:0 a.m.7 views

GNU Guix 后置链接漏洞

GNU Guix is an open source, cross-platform package manager for the GNU community. A backlink vulnerability exists in GNU guix-daemon that allows an unprivileged user to spawn a build process...

5.5CVSS5.7AI score0.00334EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2021/03/14 11:30 a.m.82 views

Girsh - Automatically Spawn A Reverse Shell Fully Interactive

Who didn't get bored of manually typing the few lines to upgrade a reverse shell to a full interactive reverse shell tty spawn, stty size ..., stty raw -echo or typing the command to use ConPTY. Description With Girsh, just run it and it will detect the OS and execute the correct commands to...

7.8AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2021/02/09 12:0 a.m.37 views

CentOS 7 : flatpak (RHSA-2021:0411)

The remote CentOS Linux 7 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2021:0411 advisory. - Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. A bug was discovered in the flatpak-portal service that c...

8.8CVSS8.4AI score0.0057EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2021/02/01 10:18 a.m.62 views

Important: Red Hat Security Advisory: flatpak security update

An update for flatpak is now available for Red Hat Enterprise Linux 8.1 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

8.8CVSS7.3AI score0.0057EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2021/02/01 12:0 a.m.28 views

RHEL 8 : flatpak (RHSA-2021:0304)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2021:0304 advisory. Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. Security Fixes: flatpak: sandbox escape via spaw...

8.8CVSS7.9AI score0.0057EPSS
SaveExploits0References4
Snyk
Snyk
added 2021/01/29 11:21 a.m.6 views

Command Injection

Overview total.js is a framework for Node.js platfrom written in pure JavaScript similar to PHP's Laravel or Python's Django or ASP.NET MVC. It can be used as web, desktop, service or IoT application. Affected versions of this package are vulnerable to Command Injection. The issue occurs in the...

8.6CVSS7AI score0.01702EPSS
SaveExploits1References3
Gitee
Gitee
added 2021/01/07 4:53 p.m.7 views

ctf-writeups

This is a PoC exploit for a double free vulnerability in a binary. The exploit creates overlapping chunks on the heap, manipulates heap metadata, and overwrites the mallochook with a one-gadget address to execute /bin/sh. The challenge is interesting because it does not allow the exploitation of...

7.2AI score
SaveExploits0
Veracode
Veracode
added 2020/09/04 3:35 a.m.13 views

OS Command Injection

priest-runner is vulnerable to OS command injection. The vulnerability exists as it passes unsanitized input into a spawn call through a POST request into PriestController.prototype.createChild...

2.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2020/09/03 3:49 p.m.23 views

Command Injection in priest-runner

All versions of priest-runner are vulnerable to Command Injection. The package fails to sanitize input and passes it directly to a spawn call, which may allow attackers to execute arbitrary code in the system. The PriestController.prototype.createChild function is vulnerable since the spawn...

5.5AI score
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2020/07/29 1:15 p.m.37 views

PYSEC-2020-44

This affects the package Gerapy from 0 and before 0.9.3. The input being passed to Popen, via the projectconfigure endpoint, isn’t being sanitized...

9.8CVSS7AI score0.01717EPSS
SaveExploits0References3Affected Software1
Hacker One
Hacker One
added 2020/07/16 2:34 p.m.21 views

Node.js third-party modules: [systeminformation] Command Injection via insecure command formatting

I would like to report a Command Injection vulnerability in the systeminformation package. It allows an attacker to inject arbitrary OS commands. Module Module name: systeminformation Version: 4.26.10 npm page: https://www.npmjs.com/package/systeminformation Module Description System and OS...

1.2AI score
SaveExploits0
0day.today
0day.today
added 2020/06/01 12:0 a.m.59 views

macOS/x64 zsh RickRolling Shellcode (198 bytes)

/ Shellcode Title: macOS/x64 - zsh RickRolling Shellcode 198 Bytes Shellcode Author: Bobby Cooke Tested on: macOS Catalina v10.15.4 Shellcode Description: MacOS Catalina Dynamic, No-Null Shellcode that will Unmute the systems Volume, set the Volume to Maximum, and "Rick Roll" the user every time...

7.4AI score
SaveExploits0
Hacker One
Hacker One
added 2020/05/02 2:21 p.m.15 views

Node.js third-party modules: [vboxmanage.js] Command Injection via insecure command concatenation

I would like to report a Command Injection issue in the vboxmanage.js module. It allows to execute arbitrary commands on the victim's PC. Module module name: vboxmanage.js version: 1.0.6 npm page: https://www.npmjs.com/package/vboxmanage.js Module Description A wrapper for VirtualBox CLI with...

0.4AI score
SaveExploits0
Metasploit
Metasploit
added 2020/04/10 8:6 p.m.400 views

Execute .net Assembly (x64 only)

This module executes a .NET assembly in memory. It reflectively loads a dll that will host CLR, then it copies the assembly to be executed into memory. Credits for AMSI bypass to Rastamouse @RastaMouse This module requires Metasploit: https://metasploit.com/download Current source:...

7AI score
SaveExploits0
Rows per page
Query Builder