Lucene search
+L

14863 matches found

Github Security Blog
Github Security Blog
added 2026/05/19 3:38 p.m.18 views

go-git: Crafted repositories may modify main and submodule .git directories

Impact A path validation issue in go-git could allow crafted repository data to affect files outside the intended checkout target, including the repository's .git directory. These validations were introduced in upstream Git years ago, so the vulnerability arose from go-git drifting from those...

5.4CVSS5.8AI score0.00297EPSS
SaveExploits0References3Affected Software3
Github Security Blog
Github Security Blog
added 2026/05/19 3:21 p.m.30 views

go-git: Improper single-quote escaping in go-git SSH transport

Impact go-git's SSH transport constructs the remote exec command by wrapping the repository path in single quotes without escaping single quotes embedded inside the path. This diverges from canonical Git, which shell-quotes the path through sqquotebuf so that an embedded ' becomes the '''...

9.6CVSS5.9AI score0.00365EPSS
SaveExploits0References3Affected Software3
Snyk
Snyk
added 2026/05/19 3:21 p.m.10 views

Improper Encoding or Escaping of Output

Overview Affected versions of this package are vulnerable to Improper Encoding or Escaping of Output due to improper escaping of single quotes in the SSH transport command construction process. An attacker can inject arbitrary shell tokens by including single quotes in the repository path,...

9.6CVSS6AI score0.00365EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/19 3:21 p.m.9 views

Improper Encoding or Escaping of Output

Overview Affected versions of this package are vulnerable to Improper Encoding or Escaping of Output due to improper escaping of single quotes in the SSH transport command construction process. An attacker can inject arbitrary shell tokens by including single quotes in the repository path,...

9.6CVSS6AI score0.00365EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/19 3:21 p.m.16 views

GHSA-M7CR-M3PV-HGRP go-git: Improper single-quote escaping in go-git SSH transport

Impact go-git's SSH transport constructs the remote exec command by wrapping the repository path in single quotes without escaping single quotes embedded inside the path. This diverges from canonical Git, which shell-quotes the path through sqquotebuf so that an embedded ' becomes the '''...

2.3CVSS5.9AI score0.00365EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/19 3:21 p.m.10 views

Improper Encoding or Escaping of Output

Overview Affected versions of this package are vulnerable to Improper Encoding or Escaping of Output due to improper escaping of single quotes in the SSH transport command construction process. An attacker can inject arbitrary shell tokens by including single quotes in the repository path,...

9.6CVSS6AI score0.00365EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/19 2:15 p.m.8 views

OPENSUSE-SU-2026:20770-1 Security update for git-bug

This update for git-bug fixes the following issues: Changes in git-bug: - CVE-2026-1229: CIRCL had an incorrect calculation in secp384r1 CombinedMult bsc1265416, GO-2026-4550: updated github.com/cloudflare/circl to v1.6.3 - CVE-2026-41506: HTTP authentication credential leak when following...

9.8CVSS7.2AI score0.00397EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/05/19 1:37 p.m.23 views

golang: net/url: Memory exhaustion in query parameter parsing in net/url

A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted...

7.5CVSS6.9AI score0.01945EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/05/19 1:24 p.m.17 views

github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object

A flaw was found in Go JOSE, a library for handling JSON Web Encryption JWE objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the...

7.5CVSS6.3AI score0.00651EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/05/19 1:24 p.m.24 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS7.3AI score0.00728EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/05/19 1:24 p.m.18 views

golang: net/url: Memory exhaustion in query parameter parsing in net/url

A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted...

7.5CVSS6.9AI score0.01945EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/05/19 1:17 p.m.29 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS7.3AI score0.00728EPSS
SaveExploits0References8
GithubExploit
GithubExploit
added 2026/05/19 12:46 p.m.401 views

Exploit for CVE-2026-42945

CVE-2026-42945 PoC Go This tool is designed for detecting a...

9.2CVSS6.3AI score0.66039EPSS
SaveExploits41
Circl
Circl
added 2026/05/19 10:0 a.m.13 views

CVE-2026-46403

creationtimestamp| type| source ---|---|--- 2026-05-19 10:00:26+00:00| published-proof-of-concept| https://github.com/klever-io/klever-go/security/advisories/GHSA-jc6w-wmfc-fh33...

6.3CVSS5.8AI score0.00342EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/19 1:10 a.m.12 views

CLSA-2026-1779153000 golang: Fix of CVE-2026-32283

CVE-2026-32283: fix TLS 1.3 deadlock in crypto/tls handleKeyUpdate when a peer sends multiple key update messages requesting a response in a single record by adding a locked flag to setReadTrafficSecret so it calls sendAlertLocked instead of re-locking the connection mutex...

7.5CVSS7.1AI score0.00621EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/19 1:5 a.m.12 views

CLSA-2026-1779152708 grafana: Fix of CVE-2026-32283

CVE-2026-32283: rebuild against golang = 1.25.7-1.el96.tuxcare.els5 to fix crypto/tls DoS where multiple post-handshake KeyUpdate messages in a single TLS 1.3 record deadlock the connection setReadTrafficSecret reacquired the conn mutex via sendAlert...

7.5CVSS5.8AI score0.00621EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/19 12:54 a.m.12 views

CLSA-2026-1779109358 grafana-pcp: Fix of CVE-2026-32283

CVE-2026-32283: rebuild against golang = 1.25.7-1.el96.tuxcare.els5...

7.5CVSS7.1AI score0.00621EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/19 12:42 a.m.11 views

CLSA-2026-1779120418 git-lfs: Fix of CVE-2026-32283

rebuild with golang 1.25.7-1.el96.tuxcare.els5 to fix CVE-2026-32283 - CVE-2026-32283: prevent denial of service in crypto/tls caused by multiple TLS 1.3 key update messages in a single record...

7.5CVSS7.1AI score0.00621EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/19 12:0 a.m.18 views

PT-2026-41958

Name of the Vulnerable Software and Affected Versions go-git versions prior to v5 Description The SSH transport in go-git constructs the remote exec command by wrapping the repository path in single quotes but fails to escape single quotes embedded within that path. This allows a repository path...

9.6CVSS5.9AI score0.00365EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/05/19 12:0 a.m.19 views

RHEL 10 : grafana-pcp (RHSA-2026:19136)

The remote Redhat Enterprise Linux 10 host has a package installed that is affected by multiple vulnerabilities as referenced in the RHSA-2026:19136 advisory. The Grafana plugin for Performance Co-Pilot includes datasources for scalable time series from pmseries and Redis, live PCP metrics and...

7.5CVSS7.3AI score0.00621EPSS
SaveExploits0References6
Rows per page
Query Builder