Lucene search
K

10041 matches found

FreeBSD
FreeBSD
added 2014/12/19 12:0 a.m.37 views

git -- Arbitrary command execution on case-insensitive filesystems

The Git Project reports: When using a case-insensitive filesystem an attacker can craft a malicious Git tree that will cause Git to overwrite its own .git/config file when cloning or checking out a repository, leading to arbitrary command execution in the client machine. If you are a hosting...

9.8CVSS9.3AI score0.77155EPSS
Exploits5References2
UbuntuCve
UbuntuCve
added 2014/12/19 12:0 a.m.30 views

CVE-2014-9390

Git before 1.8.5.6, 1.9.x before 1.9.5, 2.0.x before 2.0.5, 2.1.x before 2.1.4, and 2.2.x before 2.2.1 on Windows and OS X; Mercurial before 3.2.3 on Windows and OS X; Apple Xcode before 6.2 beta 3; mine all versions before 08-12-2014; libgit2 all versions up to 0.21.2; Egit all versions before...

9.8CVSS7.5AI score0.77155EPSS
Exploits5References6
Atlassian
Atlassian
added 2014/12/18 11:32 p.m.17 views

Update Embedded git version

Today was announced that Git contains "A critical Git security vulnerability". It would be nice that in the options panel of sourcetree on the tab git, the button "Update embedded git" downloads the latest version of git 1.9.5. https://github.com/blog/1938-git-client-vulnerability-announced...

1.5AI score
Exploits0Affected Software1
Exploit DB
Exploit DB
added 2014/12/18 12:0 a.m.58 views

GIT 1.8.5.6/1.9.5/2.0.5/2.1.4/2.2.1 & Mercurial < 3.2.3 - Multiple Vulnerabilities (Metasploit)

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class MetasploitModule 'Malicious Git and Mercurial HTTP Server For CVE-2014-9390', 'Description' = %q This module exploits CVE-2014-9390, which affect...

9.8CVSS9.6AI score0.77155EPSS
Exploits5
RubySec
RubySec
added 2014/12/04 12:0 a.m.13 views

gollum-grit_adapter Search Functionality Allows Arbitrary Command Execution

The gollum-gritadapter gem contains a flaw that can allow arbitrary command execution. Grit implements its search functionality by shelling out to git grep. In turn, git grep takes a -O or --open-files-in-pages option that will pipe the results of grep to an arbitrary process. By failing to...

8.8CVSS2.1AI score0.01195EPSS
Exploits0References1Affected Software1
securityvulns
securityvulns
added 2014/12/01 12:0 a.m.69 views

CVE-2014-8683 XSS in Gogs Markdown Renderer

-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 XSS in Gogs Markdown Renderer ============================= Researcher: Timo Schmid [email protected] Description =========== GogsGo Git Service is a painless self-hosted Git Service written in Go. taken from 1 It is very similiar to the github...

4.3CVSS0.4AI score0.00305EPSS
Exploits3
CVE
CVE
added 2014/11/21 3:0 p.m.99 views

CVE-2014-8682

Gogs (Go Git Service) is affected by SQL injection via the q parameter in the API endpoints /api/v1/repos/search and /api/v1/users/search. The vulnerability stems from improper handling in the repository and user search code paths (models/repo.go and models/user.go) across Gogs versions 0.3.1-9 t...

7.5CVSS8.4AI score0.76891EPSS
Exploits5References8Affected Software1
CVE
CVE
added 2014/11/21 3:0 p.m.58 views

CVE-2014-8683

CVE-2014-8683 describes a Cross-Site Scripting (XSS) flaw in Gogs (Go Git Service). The vulnerability affects Gogs versions 0.3.1-9 through 0.5.x before 0.5.8 and is triggered via the text parameter to the API endpoint api/v1/markdown, allowing injection of arbitrary web script/HTML. The root cau...

4.3CVSS5.6AI score0.00305EPSS
Exploits3References5Affected Software1
CVE
CVE
added 2014/11/21 3:0 p.m.81 views

CVE-2014-8681

CVE-2014-8681 affects Gogs (Go Git Service). The GetIssues function in models/issue.go has a SQL injection flaw exploitable via the label parameter in user/repos/issues, impacting Gogs versions 0.3.1-9 through 0.5.6.x before 0.5.6.1025 Beta. Documents indicate remote attackers can execute arbitra...

7.5CVSS8.3AI score0.05208EPSS
Exploits5References6Affected Software1
Tenable Nessus
Tenable Nessus
added 2014/11/20 12:0 a.m.14 views

Fedora 20 : icecream-1.0.1-8.20140822git.fc20 (2014-10468)

This updates icecream to the current version from upstream git repository. It drops the bundled minilzo library, which had a vulnerability. Instead the system lzo library is used. CVE-2014-4607 Note that Tenable Network Security has extracted the preceding description block directly from the Fedo...

8.8CVSS6.7AI score0.11033EPSS
Exploits1References3
Tenable Nessus
Tenable Nessus
added 2014/11/20 12:0 a.m.29 views

Fedora 19 : icecream-1.0.1-8.20140822git.fc19 (2014-10366)

This updates icecream to the current version from upstream git repository. It drops the bundled minilzo library, which had a vulnerability. Instead the system lzo library is used. CVE-2014-4607 Note that Tenable Network Security has extracted the preceding description block directly from the Fedo...

8.8CVSS6.7AI score0.11033EPSS
Exploits1References3
0day.today
0day.today
added 2014/11/16 12:0 a.m.47 views

Gogs Markdown Renderer Cross Site Scripting Vulnerability

Gogs markdown renderer suffers from a cross site scripting vulnerability. Versions 0.3.1-9-g49dc57e are affected. XSS in Gogs Markdown Renderer ============================= Researcher: Timo Schmid Description =========== GogsGo Git Service is a painless self-hosted Git Service written in Go. tak...

4.3CVSS5.8AI score0.00305EPSS
Exploits3
exploitpack
exploitpack
added 2014/11/14 12:0 a.m.45 views

Gogs - label SQL Injection

Gogs - label SQL Injection Blind SQL Injection in Gogs label search ======================================== Researcher: Timo Schmid Description =========== GogsGo Git Service is a painless self-hosted Git Service written in Go. taken from 1 It is very similiar to the github hosting plattform...

7.5CVSS0.2AI score0.05208EPSS
Exploits5
Exploit DB
Exploit DB
added 2014/11/14 12:0 a.m.73 views

Gogs - 'users'/'repos' '?q' SQL Injection

Unauthenticated SQL Injection in Gogs repository search ======================================================= Researcher: Timo Schmid Description =========== GogsGo Git Service is a painless self-hosted Git Service written in Go. taken from 1 It is very similiar to the github hosting plattform...

7.5CVSS6.8AI score0.76891EPSS
Exploits5
exploitpack
exploitpack
added 2014/11/14 12:0 a.m.55 views

Gogs - usersrepos ?q SQL Injection

Gogs - usersrepos ?q SQL Injection Unauthenticated SQL Injection in Gogs repository search ======================================================= Researcher: Timo Schmid Description =========== GogsGo Git Service is a painless self-hosted Git Service written in Go. taken from 1 It is very simili...

7.5CVSS7.6AI score0.76891EPSS
Exploits5
0day.today
0day.today
added 2014/10/24 12:0 a.m.46 views

TestLink 1.9.12 Multiple Vulnerabilities

TestLink versions 1.9.12 and below suffer from a path disclosure weakness and below suffer from a PHP object injection vulnerability in execSetResults.php ---------------------------------------------------------------- TestLink "; debugprintbacktrace; echo ""; 211. 212. else 213. 214. echo "";...

7.5CVSS6.8AI score0.03228EPSS
Exploits3
myhack58
myhack58
added 2014/10/17 12:0 a.m.29 views

Bash Shellshock vulnerability simply explained-vulnerability warning-the black bar safety net

Preface The national day before the analysis of this vulnerability,see the security reference for readers to discuss,made a simple Bash Shellshock vulnerability description. Vulnerability overview Vulnerability the principle of popular point that is to bash the language in the definition of a...

0.5AI score
Exploits0
Silent Robot Systems
Silent Robot Systems
added 2014/10/06 4:0 a.m.177 views

Searching Through Git Commits

gumbler is a script I wrote to search through git commits. Examples from github are discussed below. .gitignore A gitignore file is used to specify files that should not be tracked by git source gitignore. In the default case, gumbler will read the gitignore file for the project and search every...

6.4CVSS7.6AI score0.00159EPSS
Exploits1
Silent Robot Systems
Silent Robot Systems
added 2014/10/06 4:0 a.m.208 views

Searching Through Git Commits

gumbler is a script I wrote to search through git commits. Examples from github are discussed below. .gitignore A gitignore file is used to specify files that should not be tracked by git source gitignore. In the default case, gumbler will read the gitignore file for the project and search every...

6.4CVSS7.6AI score0.00159EPSS
Exploits1
Atlassian
Atlassian
added 2014/10/03 11:31 a.m.20 views

Bitbucket repository configuration doesn't offer SSH

When you add a new Bitbucket repository, you can only enter a username/password for authentication. If you want to use SSH, you should fallback to the generic 'Git' repository host. SSH should be offered as an option in the Bitbucket configuration. As an intermediate solution you can add a...

0.8AI score
Exploits0Affected Software1
Rows per page
Query Builder