Lucene search
K

358 matches found

Drupal
Drupal
added 2018/01/10 12:0 a.m.16 views

Stacks - Critical - Arbitrary PHP code execution - SA-CONTRIB-2018-001

This module enables content editors to create complex pages and layouts on the fly without the help from a developer, using reusable widgets. The module does not sufficiently filter values posted to its AJAX endpoint, which leads to the instantiation of an arbitrary PHP class. This vulnerability ...

6.8AI score
Exploits0References5
0day.today
0day.today
added 2017/08/31 12:0 a.m.36 views

Malicious GIT HTTP Server Exploit

This Metasploit module exploits CVE-2017-1000117, which affects Git versions 2.7.5 and lower. A submodule of the form 'ssh://' can be passed parameters from the username incorrectly. This can be used to inject commands to the operating system when the submodule is cloned. This Metasploit module...

6CVSS7.8AI score0.70245EPSS
Exploits14
Exploit DB
Exploit DB
added 2017/08/31 12:0 a.m.110 views

Git < 2.7.5 - Command Injection (Metasploit)

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Malicious Git HTTP Server For CVE-2017-1000117', 'Description' = %q This module exploits CVE-2017-1000117, which affects Git version 2.7.5 and...

8.8CVSS8.5AI score0.70245EPSS
Exploits9
0day.today
0day.today
added 2017/08/31 12:0 a.m.90 views

Git <= 2.7.5 - Command Injection (Metasploit) Exploit

Exploit for python platform in category remote exploits This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Malicious Git HTTP Server For CVE-2017-1000117', 'Description' = %q This module exploits...

6CVSS7.8AI score0.70245EPSS
Exploits14
Packet Storm
Packet Storm
added 2017/08/30 12:0 a.m.68 views

Malicious GIT HTTP Server

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Malicious Git HTTP Server For CVE-2017-1000117', 'Description' = %q This module exploits CVE-2017-1000117, which affects Git version 2.7.5 and...

8.5AI score0.70245EPSS
Exploits9
Gitee
Gitee
added 2017/08/14 1:36 p.m.9 views

Exploit for Open Redirect in Git-Scm Git

PoC exploit for CVE-2017-1000117, a vulnerability in the way Git handles submodule initialization. The target is Git, a vulnerability class/vector of arbitrary file write, probable entry point is the Git submodule initialization process, notable dependency is Git, and execution context is a Git...

8.8CVSS7.3AI score0.70245EPSS
Exploits9
OSV
OSV
added 2017/08/10 12:0 a.m.1 views

UBUNTU-CVE-2017-1000117

A malicious third-party can give a crafted "ssh://..." URL to an unsuspecting victim, and an attempt to visit the URL can result in any program that exists on the victim's machine being executed. Such a URL could be placed in the .gitmodules file of a malicious project, and an unsuspecting victim...

8.8CVSS7.2AI score0.70245EPSS
Exploits9References4
Positive Technologies
Positive Technologies
added 2017/08/10 12:0 a.m.5 views

PT-2017-10820

Name of the Vulnerable Software and Affected Versions git versions prior to 6.20170818 git-scm git affected versions not specified Description A malicious third-party can give a crafted "ssh://..." URL to an unsuspecting victim, and an attempt to visit the URL can result in any program that exist...

10CVSS7.5AI score0.71499EPSS
Exploits43References151
Hacker One
Hacker One
added 2017/04/05 8:33 p.m.17 views

GitLab: Stored XSS on Files overview by abusing git submodule URL

Vulnerability description There's a stored Cross-Site Scripting XSS vulnerability in the Files overview of a project due to the incorrect handling of a git submodule. This allows an attacker to execute JavaScript in a visitor's session. Proof of concept To reproduce the issue, the attacker needs ...

0.2AI score
Exploits0
OSV
OSV
added 2016/04/13 3:59 p.m.2 views

DEBIAN-CVE-2015-7545

The 1 git-remote-ext and 2 unspecified other remote helper programs in Git before 2.3.10, 2.4.x before 2.4.10, 2.5.x before 2.5.4, and 2.6.x before 2.6.1 do not properly restrict the allowed protocols, which might allow remote attackers to execute arbitrary code via a URL in a a .gitmodules file ...

9.8CVSS9.8AI score0.31254EPSS
Exploits0References1
OSV
OSV
added 2016/04/13 3:59 p.m.6 views

CVE-2015-7545

The 1 git-remote-ext and 2 unspecified other remote helper programs in Git before 2.3.10, 2.4.x before 2.4.10, 2.5.x before 2.5.4, and 2.6.x before 2.6.1 do not properly restrict the allowed protocols, which might allow remote attackers to execute arbitrary code via a URL in a a .gitmodules file ...

9.8CVSS9.6AI score
Exploits0References24
Prion
Prion
added 2016/04/13 3:59 p.m.18 views

Design/Logic Flaw

The 1 git-remote-ext and 2 unspecified other remote helper programs in Git before 2.3.10, 2.4.x before 2.4.10, 2.5.x before 2.5.4, and 2.6.x before 2.6.1 do not properly restrict the allowed protocols, which might allow remote attackers to execute arbitrary code via a URL in a a .gitmodules file ...

7.5CVSS8.1AI score0.31254EPSS
Exploits0References21Affected Software4
Tenable Nessus
Tenable Nessus
added 2015/12/15 12:0 a.m.22 views

Amazon Linux AMI : git (ALAS-2015-613)

A flaw was found in the way the git-remote-ext helper processed certain URLs. If a user had Git configured to automatically clone submodules from untrusted repositories, an attacker could inject commands into the URL of a submodule, allowing them to execute arbitrary code on the user's system. C...

9.8CVSS8.2AI score0.31254EPSS
Exploits0References2
RubySec
RubySec
added 2015/12/11 12:0 a.m.16 views

git-fastclone permits arbitrary shell command execution from .gitmodules

Git allows executing arbitrary shell commands using git-remote-ext via a remote URLs. Normally git never requests URLs that the user doesn't specifically request, so this is not a serious security concern. However, submodules did allow the remote repository to specify what URL to clone from. If a...

9.3CVSS5.3AI score0.02844EPSS
Exploits1References1Affected Software1
Hacker One
Hacker One
added 2015/12/10 6:51 a.m.69 views

Square Open Source: git-fastclone allows arbitrary command execution through usage of ext remote URLs in submodules

I recently discovered a security vulnerability in git that also affects other programs that manually reimplement submodule-like operations. The recent security update to git0 concerning git-remote-ext URLs in submodules affects git-fastclone similarly. This bug was patched in Git v2.6.1, v2.5.4,...

9.3CVSS9.6AI score0.31254EPSS
Exploits1
Tenable Nessus
Tenable Nessus
added 2015/12/10 12:0 a.m.24 views

CentOS 7 : git (CESA-2015:2561)

Updated git packages that fix one security issue are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Moderate security impact. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available from th...

9.8CVSS8.1AI score0.31254EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2015/12/09 12:0 a.m.23 views

CVE-2015-7545

The 1 git-remote-ext and 2 unspecified other remote helper programs in Git before 2.3.10, 2.4.x before 2.4.10, 2.5.x before 2.5.4, and 2.6.x before 2.6.1 do not properly restrict the allowed protocols, which might allow remote attackers to execute arbitrary code via a URL in a a .gitmodules file ...

9.8CVSS7.6AI score0.31254EPSS
Exploits0References6
OSV
OSV
added 2015/12/09 12:0 a.m.0 views

UBUNTU-CVE-2015-7545

The 1 git-remote-ext and 2 unspecified other remote helper programs in Git before 2.3.10, 2.4.x before 2.4.10, 2.5.x before 2.5.4, and 2.6.x before 2.6.1 do not properly restrict the allowed protocols, which might allow remote attackers to execute arbitrary code via a URL in a a .gitmodules file ...

9.8CVSS7.7AI score0.31254EPSS
Exploits0References7
OpenVAS
OpenVAS
added 2015/12/09 12:0 a.m.34 views

RedHat Update for git RHSA-2015:2561-01

The remote host is missing an update for the SPDX-FileCopyrightText: 2015 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS9.6AI score0.31254EPSS
Exploits0References2
RedHat Linux
RedHat Linux
added 2015/12/08 10:28 a.m.33 views

Moderate: Red Hat Security Advisory: git security update

Updated git packages that fix one security issue are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Moderate security impact. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available from th...

9.8CVSS7.7AI score0.31254EPSS
Exploits0References2
Rows per page
Query Builder