Lucene search
+L

649 matches found

Kitploit
Kitploit
added 2026/08/28 3:54 a.m.23 views

Gitmails

Development - IMPORTANT This Gitmails version is no longer maintained. Check out the Gitmails Shell port if you want to use a version that is maintained and, hopefully, developed. If you do not want to use the shell port and prefer the Python version, feel free to fork Gitmails and direct it to...

5.8AI score
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2026/08/26 12:00 a.m.5 views

The vulnerability of the set_data() function in the src/libgit2/transports/smart_pkt.c file, which implements Git methods in the C language, allows a hacker to cause a service failure.

The vulnerability of the setdata function in the src/libgit2/transports/smartpkt.c file, which implements Git methods in C language, is related to insufficient validation of input data. Exploiting this vulnerability could allow an attacker to cause service failures...

7.8CVSS7.3AI score0.00392EPSS
SaveExploits1References12Affected Software5
CBLMariner
CBLMariner
added 2026/08/25 11:52 p.m.7 views

CVE-2026-53585 affecting package libgit2 for versions less than 1.7.2-2

CVE-2026-53585 affecting package libgit2 for versions less than 1.7.2-2. A patched version of the package is available...

5.3CVSS7.4AI score0.00329EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerability in libgit2

libgit2 is a cross-platform, linkable library implementation of Git. When using an SSH remote with the optional libssh2 backend, libgit2 does not perform certificate checking by default. Previous versions of libgit2 required the caller to set the certificatecheck field of the libgit2’s...

5.9CVSS5.7AI score0.0058EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/24 10:00 a.m.9 views

CVE-2026-53586

A flaw was found in libgit2. The built-in HTTP transport component incorrectly handles offsite redirects, leading to the disclosure of sensitive information. An attacker controlling a trusted Git host or an open redirect on that host could exploit this by causing the library to send HTTP Basic...

6.5CVSS5.1AI score0.00276EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/08/24 10:00 a.m.8 views

CVE-2026-53585

A flaw was found in libgit2. The gitdeltaapply function incorrectly trusts an attacker-controlled size value from a delta object header, which is used for memory allocation before proper validation of delta instructions. A remote attacker or local user can supply malicious pack data, for example,...

6.5CVSS5.5AI score0.00329EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/08/24 9:22 a.m.9 views

CVE-2026-53583

A flaw was found in libgit2, a C library for Git functionality. An inverted comparison in the OpenSSL backend's certificate verification logic, specifically when handling IP-literal hosts and certificate IP SubjectAltNames, allows a network attacker to intercept HTTPS connections. By presenting a...

6.5CVSS5AI score0.00192EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/08/24 8:01 a.m.14 views

CVE-2026-53587

A flaw was found in libgit2. A fixed-size string comparison in the setdata function within transports/smartpkt.c does not adequately verify the size of a network packet buffer. A remote attacker, operating a malicious Git server, can send a specially crafted packet-line capability buffer. This ca...

7.5CVSS7.5AI score0.00392EPSS
SaveExploits1References9
NVD
NVD
added 2026/08/20 7:16 p.m.14 views

CVE-2026-53587

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, libgit2 performs a fixed-size strncmp in setdata in src/libgit2/transports/smartpkt.c without first...

7.5CVSS0.00392EPSS
SaveExploits1References6
OSV
OSV
added 2026/08/20 7:16 p.m.5 views

AZL-96968 CVE-2026-53587 affecting package libgit2 1.7.2-1

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, libgit2 performs a fixed-size strncmp in setdata in src/libgit2/transports/smartpkt.c without first...

7.5CVSS6.9AI score0.00392EPSS
SaveExploits1References1
NVD
NVD
added 2026/08/20 7:16 p.m.10 views

CVE-2026-53584

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, libgit2 does not reject traversal components in a submodule path loaded from .gitmodules. The affect...

4.3CVSS0.00328EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/20 7:16 p.m.10 views

CVE-2026-53586

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, the built-in HTTP transport in src/libgit2/transports/http.c follows an offsite initial redirect, an...

6.5CVSS0.00276EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/20 7:16 p.m.6 views

AZL-96971 CVE-2026-53583 affecting package libgit2 1.7.2-1

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, verifyservercert in src/libgit2/streams/openssl.c uses an inverted !!memcmp result in the GENIPADD...

6.5CVSS6.8AI score0.00192EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/20 7:16 p.m.6 views

AZL-96962 CVE-2026-53586 affecting package libgit2 1.7.2-1

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, the built-in HTTP transport in src/libgit2/transports/http.c follows an offsite initial redirect, an...

6.5CVSS6.8AI score0.00276EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/20 7:16 p.m.7 views

AZL-96965 CVE-2026-53585 affecting package libgit2 1.7.2-1

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, gitdeltaapply in src/libgit2/delta.c trusts the attacker-controlled ressz value parsed by hdrsz from...

5.3CVSS6.8AI score0.00329EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/20 7:16 p.m.11 views

CVE-2026-53585

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, gitdeltaapply in src/libgit2/delta.c trusts the attacker-controlled ressz value parsed by hdrsz from...

5.3CVSS0.00329EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/20 7:16 p.m.7 views

AZL-96974 CVE-2026-53584 affecting package libgit2 1.7.2-1

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, libgit2 does not reject traversal components in a submodule path loaded from .gitmodules. The affect...

4.3CVSS6.8AI score0.00328EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/20 6:40 p.m.12 views

CVE-2026-53586

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, the built-in HTTP transport in src/libgit2/transports/http.c follows an offsite initial redirect, an...

6.5CVSS8.5AI score0.00276EPSS
SaveExploits0
OSV
OSV
added 2026/08/20 6:40 p.m.17 views

CVE-2026-53586 libgit2: HTTP transport can leak credentials to an offsite redirect target

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, the built-in HTTP transport in src/libgit2/transports/http.c follows an offsite initial redirect, an...

6.5CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 2026/08/20 6:40 p.m.54 views

CVE-2026-53586

libgit2 (a portable C library implementing Git core methods) is vulnerable to credential disclosure via its built-in HTTP transport in src/libgit2/transports/http.c. Prior to 1.8.6 and 1.9.5 , when the transport follows an offsite initial redirect and the redirected host returns 401 Unauthorized,...

6.5CVSS8.5AI score0.00276EPSS
SaveExploits0References6
Rows per page
Query Builder