Lucene search
+L

11409 matches found

Ubuntu
Ubuntu
added 2023/01/19 4:04 p.m.97 views

USN-5810-2: Git regression

USN-5810-1 fixed vulnerabilities in Git. This update introduced a regression as it was missing some commit lines. This update fixes the problem. Original advisory details: Markus Vervier and Eric Sesterhenn discovered that Git incorrectly handled certain gitattributes. An attacker could possibly...

8.7AI score
SaveExploits0References1
OSV
OSV
added 2023/01/19 4:04 p.m.9 views

USN-5810-2 git regression

USN-5810-1 fixed vulnerabilities in Git. This update introduced a regression as it was missing some commit lines. This update fixes the problem. Original advisory details: Markus Vervier and Eric Sesterhenn discovered that Git incorrectly handled certain gitattributes. An attacker could possibly...

9.8CVSS7.5AI score0.56334EPSS
SaveExploits0References2
Malwarebytes
Malwarebytes
added 2023/01/19 4:00 a.m.153 views

Update now! Two critical flaws in Git's code found, patched

In a sponsored security source code audit, security experts from X41 D-SEC GmbH Eric Sesterhenn and Markus Vervier and GitLab Joern Schneeweisz found two notable critical flaws in Git's code. A vulnerability on Git could generally compromise source code repositories and developer systems, but...

10CVSS10AI score0.91353EPSS
SaveExploits21
Tenable Nessus
Tenable Nessus
added 2023/01/19 12:00 a.m.9 views

Ubuntu 18.04 LTS / 20.04 LTS : Git regression (USN-5810-2)

The remote Ubuntu 18.04 LTS / 20.04 LTS host has packages installed that are affected by a vulnerability as referenced in the USN-5810-2 advisory. USN-5810-1 fixed vulnerabilities in Git. This update introduced a regression as it was missing some commit lines. This update fixes the problem. Tenab...

5.6AI score
SaveExploits0References1
Veracode
Veracode
added 2023/01/18 8:22 p.m.70 views

Integer Overflow

git is vulnerable to integer overflows. When processing the padding operators, there is a integer overflow in pretty.c::formatandpadcommit where a sizet is stored improperly as an int, and then added as an offset to a memcpy. This overflow can be triggered directly by a user running a command whi...

9.8CVSS9.3AI score0.44268EPSS
SaveExploits0References10Affected Software3
RedhatCVE
RedhatCVE
added 2023/01/18 5:05 p.m.87 views

CVE-2022-23521

A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These...

9.8CVSS4.2AI score0.56334EPSS
SaveExploits0References7
The Hacker News
The Hacker News
added 2023/01/18 9:28 a.m.97 views

Git Users Urged to Update Software to Prevent Remote Code Execution Attacks

The maintainers of the Git source code version control system have released updates to remediate two critical vulnerabilities that could be exploited by a malicious actor to achieve remote code execution. The flaws, tracked as CVE-2022-23521 and CVE-2022-41903, impacts the following versions of...

1.1AI score0.56334EPSS
SaveExploits0
The Hacker News
The Hacker News
added 2023/01/18 9:28 a.m.7 views

Git Users Urged to Update Software to Prevent Remote Code Execution Attacks

The maintainers of the Git source code version control system have released updates to remediate two critical vulnerabilities that could be exploited by a malicious actor to achieve remote code execution. The flaws, tracked as CVE-2022-23521 and CVE-2022-41903, impacts the following versions of...

9.8CVSS8.7AI score0.56334EPSS
SaveExploits0
Slackware Linux
Slackware Linux
added 2023/01/18 6:22 a.m.47 views

[slackware-security] git

New git packages are available for Slackware 14.0, 14.1, 14.2, 15.0, and -current to fix security issues. Here are the details from the Slackware 15.0 ChangeLog: patches/packages/git-2.35.6-i586-1slack15.0.txz: Upgraded. This release fixes two security issues: CVE-2022-41903: git log has the...

9.8CVSS7.7AI score0.56334EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2023/01/18 12:00 a.m.23 views

Ubuntu: Security Advisory (USN-5810-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 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.8CVSS10AI score0.56334EPSS
SaveExploits0References2
NCSC
NCSC
added 2023/01/18 12:00 a.m.6 views

Vulnerabilities fixed in Git

Vulnerabilities have been fixed in Git. The vulnerabilities allow a malicious person potentially capable of performing of Remote code execution. Git has released updates to fix the vulnerability. More information can be found on the pages below:...

9.8CVSS7.7AI score0.56334EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/01/18 12:00 a.m.20 views

Slackware Linux 14.0 / 14.1 / 14.2 / 15.0 / current sudo Vulnerability (SSA:2023-018-01)

The version of git installed on the remote host is prior to 2.30.7 / 2.35.6 / 2.39.1. It is, therefore, affected by multiple vulnerabilities as referenced in the SSA:2023-018-01 advisory. - In Sudo before 1.9.12p2, the sudoedit aka -e feature mishandles extra arguments passed in the user- provide...

7.8CVSS8.3AI score0.55367EPSS
SaveExploits21References1
Chainguard
Chainguard
added 2023/01/17 11:15 p.m.579 views

CVE-2022-41903 vulnerabilities

Vulnerabilities for packages: git...

9.8CVSS7.4AI score0.44268EPSS
SaveExploits0
NVD
NVD
added 2023/01/17 11:15 p.m.18 views

CVE-2022-23521

Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a .gitattributes file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this...

9.8CVSS9.7AI score0.56334EPSS
SaveExploits0References3
OSV
OSV
added 2023/01/17 11:15 p.m.5 views

ALPINE-CVE-2022-41903

Git is distributed revision control system. git log can display commits in an arbitrary format using its --format specifiers. This functionality is also exposed to git archive via the export-subst gitattribute. When processing the padding operators, there is a integer overflow in...

9.8CVSS7.9AI score0.44268EPSS
SaveExploits0References1
OSV
OSV
added 2023/01/17 11:15 p.m.21 views

AZL-13026 CVE-2022-41903 affecting package git for versions less than 2.33.8-2

Git is distributed revision control system. git log can display commits in an arbitrary format using its --format specifiers. This functionality is also exposed to git archive via the export-subst gitattribute. When processing the padding operators, there is a integer overflow in...

9.8CVSS7.8AI score0.44268EPSS
SaveExploits0References1
Wolfi
Wolfi
added 2023/01/17 11:15 p.m.36 views

CVE-2022-23521 vulnerabilities

Vulnerabilities for packages: git...

9.8CVSS7.7AI score0.56334EPSS
SaveExploits0
OSV
OSV
added 2023/01/17 11:15 p.m.14 views

AZL-13024 CVE-2022-23521 affecting package git for versions less than 2.33.8-2

Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a .gitattributes file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this...

9.8CVSS7.7AI score0.56334EPSS
SaveExploits0References1
NVD
NVD
added 2023/01/17 11:15 p.m.34 views

CVE-2022-41903

Git is distributed revision control system. git log can display commits in an arbitrary format using its --format specifiers. This functionality is also exposed to git archive via the export-subst gitattribute. When processing the padding operators, there is a integer overflow in...

9.8CVSS9.9AI score0.44268EPSS
SaveExploits0References5
OSV
OSV
added 2023/01/17 11:15 p.m.3 views

DEBIAN-CVE-2022-41903

Git is distributed revision control system. git log can display commits in an arbitrary format using its --format specifiers. This functionality is also exposed to git archive via the export-subst gitattribute. When processing the padding operators, there is a integer overflow in...

9.8CVSS9.2AI score0.44268EPSS
SaveExploits0References1
Rows per page
Query Builder