VARIoT IoT vulnerabilities database
| VAR-202210-1202 | CVE-2022-39253 | Git SCM of Git Link interpretation vulnerabilities in products from multiple other vendors |
CVSS V2: - CVSS V3: 5.5 Severity: MEDIUM |
Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source's `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim's machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`. Git SCM of Git Products from several other vendors contain link interpretation vulnerabilities.Information may be obtained.
An attacker may trigger remote code execution, cause local users into
executing arbitrary commands, leak information from the local filesystem,
and bypass restricted shell.
This update includes two changes of behavior that may affect certain setup:
- It stops when directory traversal changes ownership from the current
user while looking for a top-level git directory, a user could make an
exception by using the new safe.directory configuration.
- The default of protocol.file.allow has been changed from "always" to
"user".
For the stable distribution (bullseye), these problems have been fixed in
version 1:2.30.2-1+deb11u1.
We recommend that you upgrade your git packages. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gentoo Linux Security Advisory GLSA 202312-15
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
https://security.gentoo.org/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Severity: High
Title: Git: Multiple Vulnerabilities
Date: December 27, 2023
Bugs: #838127, #857831, #877565, #891221, #894472, #905088
ID: 202312-15
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Synopsis
========
Several vulnerabilities have been found in Git, the worst of which could
lead to remote code execution.
Affected packages
=================
Package Vulnerable Unaffected
----------- ------------ ------------
dev-vcs/git < 2.39.3 >= 2.39.3
Description
===========
Multiple vulnerabilities have been discovered in Git. Please review the
CVE identifiers referenced below for details.
Impact
======
Please review the referenced CVE identifiers for details.
Workaround
==========
There is no known workaround at this time.
Resolution
==========
All Git users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-vcs/git-2.39.3"
References
==========
[ 1 ] CVE-2022-23521
https://nvd.nist.gov/vuln/detail/CVE-2022-23521
[ 2 ] CVE-2022-24765
https://nvd.nist.gov/vuln/detail/CVE-2022-24765
[ 3 ] CVE-2022-29187
https://nvd.nist.gov/vuln/detail/CVE-2022-29187
[ 4 ] CVE-2022-39253
https://nvd.nist.gov/vuln/detail/CVE-2022-39253
[ 5 ] CVE-2022-39260
https://nvd.nist.gov/vuln/detail/CVE-2022-39260
[ 6 ] CVE-2022-41903
https://nvd.nist.gov/vuln/detail/CVE-2022-41903
[ 7 ] CVE-2023-22490
https://nvd.nist.gov/vuln/detail/CVE-2023-22490
[ 8 ] CVE-2023-23946
https://nvd.nist.gov/vuln/detail/CVE-2023-23946
[ 9 ] CVE-2023-25652
https://nvd.nist.gov/vuln/detail/CVE-2023-25652
[ 10 ] CVE-2023-25815
https://nvd.nist.gov/vuln/detail/CVE-2023-25815
[ 11 ] CVE-2023-29007
https://nvd.nist.gov/vuln/detail/CVE-2023-29007
Availability
============
This GLSA and any updates to it are available for viewing at
the Gentoo Security Website:
https://security.gentoo.org/glsa/202312-15
Concerns?
=========
Security is a primary focus of Gentoo Linux and ensuring the
confidentiality and security of our users' machines is of utmost
importance to us. Any security concerns should be addressed to
security@gentoo.org or alternatively, you may file a bug at
https://bugs.gentoo.org.
License
=======
Copyright 2023 Gentoo Foundation, Inc; referenced text
belongs to its owner(s).
The contents of this document are licensed under the
Creative Commons - Attribution / Share Alike license.
https://creativecommons.org/licenses/by-sa/2.5
. -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
APPLE-SA-2022-11-01-1 Xcode 14.1
Xcode 14.1 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/HT213496.
Git
Available for: macOS Monterey 12.5 and later
Impact: Multiple issues in git
Description: Multiple issues were addressed by updating to git
version 2.32.3.
CVE-2022-29187: Carlo Marcelo Arenas Belón and Johannes Schindelin
Git
Available for: macOS Monterey 12.5 and later
Impact: Cloning a malicious repository may result in the disclosure
of sensitive information
Description: This issue was addressed with improved checks.
CVE-2022-39253: Cory Snider of Mirantis
Git
Available for: macOS Monterey 12.5 and later
Impact: A remote user may cause an unexpected app termination or
arbitrary code execution if git shell is allowed as a login shell
Description: This issue was addressed with improved checks.
CVE-2022-39260: Kevin Backhouse of the GitHub Security Lab
IDE Xcode Server
Available for: macOS Monterey 12.5 and later
Impact: An app may be able to gain root privileges
Description: An injection issue was addressed with improved input
validation.
CVE-2022-42797: Tim Michaud (@TimGMichaud) of Moveworks.ai
Xcode 14.1 may be obtained from:
https://developer.apple.com/xcode/downloads/ To check that the Xcode
has been updated: * Select Xcode in the menu bar * Select About
Xcode * The version after applying this update will be "Xcode 14.1".
All information is also posted on the Apple Security Updates
web site: https://support.apple.com/en-us/HT201222.
This message is signed with Apple's Product Security PGP key,
and details are available at:
https://www.apple.com/support/security/pgp/
All information is also posted on the Apple Security Updates
web site: https://support.apple.com/en-us/HT201222. ==========================================================================
Ubuntu Security Notice USN-5686-3
November 21, 2022
git vulnerabilities
==========================================================================
A security issue affects these releases of Ubuntu and its derivatives:
- Ubuntu 22.10
Summary:
Several security issues were fixed in Git. This update provides the corresponding
updates for Ubuntu 22.10.
Original advisory details:
Cory Snider discovered that Git incorrectly handled certain symbolic links.
An attacker could possibly use this issue to cause an unexpected behaviour.
(CVE-2022-39253)
Kevin Backhouse discovered that Git incorrectly handled certain command strings.
An attacker could possibly use this issue to arbitrary code execution.
(CVE-2022-39260)
Update instructions:
The problem can be corrected by updating your system to the following
package versions:
Ubuntu 22.10:
git 1:2.37.2-1ubuntu1.1
In general, a standard system update will make all the necessary changes. -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
====================================================================
Red Hat Security Advisory
Synopsis: Moderate: git security and bug fix update
Advisory ID: RHSA-2023:2319-01
Product: Red Hat Enterprise Linux
Advisory URL: https://access.redhat.com/errata/RHSA-2023:2319
Issue date: 2023-05-09
CVE Names: CVE-2022-24765 CVE-2022-29187 CVE-2022-39253
CVE-2022-39260
====================================================================
1. Summary:
An update for git is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact
of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
2. Relevant releases/architectures:
Red Hat Enterprise Linux AppStream (v. 9) - aarch64, noarch, ppc64le, s390x, x86_64
3. As opposed to centralized version control systems with a
client-server model, Git ensures that each working copy of a Git repository
is an exact copy with complete revision history. This not only allows the
user to work on and contribute to projects without the need to have
permission to push the changes to their official repositories, but also
makes it possible for the user to work with no network connection.
Security Fix(es):
* git: On multi-user machines Git users might find themselves unexpectedly
in a Git worktree (CVE-2022-24765)
* git: Bypass of safe.directory protections (CVE-2022-29187)
* git: exposure of sensitive information to a malicious actor
(CVE-2022-39253)
* git: git shell function that splits command arguments can lead to
arbitrary heap writes. (CVE-2022-39260)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat
Enterprise Linux 9.2 Release Notes linked from the References section.
4. Solution:
For details on how to apply this update, which includes the changes
described in this advisory, refer to:
https://access.redhat.com/articles/11258
5. Bugs fixed (https://bugzilla.redhat.com/):
2073414 - CVE-2022-24765 git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree
2107439 - CVE-2022-29187 git: Bypass of safe.directory protections
2137422 - CVE-2022-39253 git: exposure of sensitive information to a malicious actor
2137423 - CVE-2022-39260 git: git shell function that splits command arguments can lead to arbitrary heap writes.
2139379 - Rebase git to 2.39 version [rhel-9.2]
6. Package List:
Red Hat Enterprise Linux AppStream (v. 9):
Source:
git-2.39.1-1.el9.src.rpm
aarch64:
git-2.39.1-1.el9.aarch64.rpm
git-core-2.39.1-1.el9.aarch64.rpm
git-core-debuginfo-2.39.1-1.el9.aarch64.rpm
git-credential-libsecret-2.39.1-1.el9.aarch64.rpm
git-credential-libsecret-debuginfo-2.39.1-1.el9.aarch64.rpm
git-daemon-2.39.1-1.el9.aarch64.rpm
git-daemon-debuginfo-2.39.1-1.el9.aarch64.rpm
git-debuginfo-2.39.1-1.el9.aarch64.rpm
git-debugsource-2.39.1-1.el9.aarch64.rpm
git-subtree-2.39.1-1.el9.aarch64.rpm
noarch:
git-all-2.39.1-1.el9.noarch.rpm
git-core-doc-2.39.1-1.el9.noarch.rpm
git-email-2.39.1-1.el9.noarch.rpm
git-gui-2.39.1-1.el9.noarch.rpm
git-instaweb-2.39.1-1.el9.noarch.rpm
git-svn-2.39.1-1.el9.noarch.rpm
gitk-2.39.1-1.el9.noarch.rpm
gitweb-2.39.1-1.el9.noarch.rpm
perl-Git-2.39.1-1.el9.noarch.rpm
perl-Git-SVN-2.39.1-1.el9.noarch.rpm
ppc64le:
git-2.39.1-1.el9.ppc64le.rpm
git-core-2.39.1-1.el9.ppc64le.rpm
git-core-debuginfo-2.39.1-1.el9.ppc64le.rpm
git-credential-libsecret-2.39.1-1.el9.ppc64le.rpm
git-credential-libsecret-debuginfo-2.39.1-1.el9.ppc64le.rpm
git-daemon-2.39.1-1.el9.ppc64le.rpm
git-daemon-debuginfo-2.39.1-1.el9.ppc64le.rpm
git-debuginfo-2.39.1-1.el9.ppc64le.rpm
git-debugsource-2.39.1-1.el9.ppc64le.rpm
git-subtree-2.39.1-1.el9.ppc64le.rpm
s390x:
git-2.39.1-1.el9.s390x.rpm
git-core-2.39.1-1.el9.s390x.rpm
git-core-debuginfo-2.39.1-1.el9.s390x.rpm
git-credential-libsecret-2.39.1-1.el9.s390x.rpm
git-credential-libsecret-debuginfo-2.39.1-1.el9.s390x.rpm
git-daemon-2.39.1-1.el9.s390x.rpm
git-daemon-debuginfo-2.39.1-1.el9.s390x.rpm
git-debuginfo-2.39.1-1.el9.s390x.rpm
git-debugsource-2.39.1-1.el9.s390x.rpm
git-subtree-2.39.1-1.el9.s390x.rpm
x86_64:
git-2.39.1-1.el9.x86_64.rpm
git-core-2.39.1-1.el9.x86_64.rpm
git-core-debuginfo-2.39.1-1.el9.x86_64.rpm
git-credential-libsecret-2.39.1-1.el9.x86_64.rpm
git-credential-libsecret-debuginfo-2.39.1-1.el9.x86_64.rpm
git-daemon-2.39.1-1.el9.x86_64.rpm
git-daemon-debuginfo-2.39.1-1.el9.x86_64.rpm
git-debuginfo-2.39.1-1.el9.x86_64.rpm
git-debugsource-2.39.1-1.el9.x86_64.rpm
git-subtree-2.39.1-1.el9.x86_64.rpm
These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/
7. References:
https://access.redhat.com/security/cve/CVE-2022-24765
https://access.redhat.com/security/cve/CVE-2022-29187
https://access.redhat.com/security/cve/CVE-2022-39253
https://access.redhat.com/security/cve/CVE-2022-39260
https://access.redhat.com/security/updates/classification/#moderate
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index
8. Contact:
The Red Hat security contact is <secalert@redhat.com>. More contact
details at https://access.redhat.com/security/team/contact/
Copyright 2023 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBZFo03tzjgjWX9erEAQhYSg//bKkon2hHN6jSsXXntqw9ViT5zo9r/KTD
cV+t7GM4ipVK8j4EW8EnQKrJBWAzsEhqM2vh9MvM/PpTQ2I/JP53YbTed0qgxE3T
SU07XMVbh1BA7OKyJ+eKfWJLBT03/VzzaepqQPwyHyFDAegJ/L9DlZOkHc9NJrfa
R+N2Hde/TmUlnRl737ltWtQHE1QSTV1PQZuXb3AEWm6FDe7O62F0GpsuIWj1z8oo
IIDLHRjp/mCqT6/A70NIRQvcwhLfRYYMOezKL80iGi7WwRokwEScDFE+gzB9FLrf
pjNBFZkQVVxMVYOejArmPuLINaEdZJo/HAOiEtw9gOTzALyKFbWwOHDmSzz1hgbz
kqFtZgwnpVZNs3UubXCgWeP4aU9xueZeyBHKNQKVERODtrKFt5jbpPrXu6qGyP9O
6GSgMbUDO5OMqOhTKQiMbKj5gO2DfOIO6vNP5eFwvSXPJG0ZlPIzAJD1cwZdtsVK
wWBIMfjjc8zUh8OYm+CWg/lgpZLkQxe/wtFcC7Pw1u7nkN95npMXM3O75R8xe1zg
xsa+wzjCmVRwrO2gLnT7/NUkY3saShCvBD+A82trnasbVlI/49oiojZY1PI3CZtz
afQDlfLvgygNkV3e5CGe5p9PILwmFbrpALV43dEz6eY+MbeuoE6I7ON8tYtmx4Ds
hOpSLJjOLjE=YQQZ
-----END PGP SIGNATURE-----
--
RHSA-announce mailing list
RHSA-announce@redhat.com
https://listman.redhat.com/mailman/listinfo/rhsa-announce
| VAR-202210-1203 | CVE-2022-39260 | Git SCM of Git Heap-based buffer overflow vulnerabilities in products from other vendors |
CVSS V2: - CVSS V3: 8.8 Severity: HIGH |
Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git's push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround. Git SCM of Git Products from multiple other vendors contain heap-based buffer overflow vulnerabilities and out-of-bounds write vulnerabilities.Information is obtained, information is tampered with, and service operation is interrupted. (DoS) It may be in a state.
This update includes two changes of behavior that may affect certain setup:
- It stops when directory traversal changes ownership from the current
user while looking for a top-level git directory, a user could make an
exception by using the new safe.directory configuration.
- The default of protocol.file.allow has been changed from "always" to
"user".
For the stable distribution (bullseye), these problems have been fixed in
version 1:2.30.2-1+deb11u1.
We recommend that you upgrade your git packages. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gentoo Linux Security Advisory GLSA 202312-15
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
https://security.gentoo.org/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Severity: High
Title: Git: Multiple Vulnerabilities
Date: December 27, 2023
Bugs: #838127, #857831, #877565, #891221, #894472, #905088
ID: 202312-15
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Synopsis
========
Several vulnerabilities have been found in Git, the worst of which could
lead to remote code execution.
Affected packages
=================
Package Vulnerable Unaffected
----------- ------------ ------------
dev-vcs/git < 2.39.3 >= 2.39.3
Description
===========
Multiple vulnerabilities have been discovered in Git. Please review the
CVE identifiers referenced below for details.
Impact
======
Please review the referenced CVE identifiers for details.
Workaround
==========
There is no known workaround at this time.
Resolution
==========
All Git users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-vcs/git-2.39.3"
References
==========
[ 1 ] CVE-2022-23521
https://nvd.nist.gov/vuln/detail/CVE-2022-23521
[ 2 ] CVE-2022-24765
https://nvd.nist.gov/vuln/detail/CVE-2022-24765
[ 3 ] CVE-2022-29187
https://nvd.nist.gov/vuln/detail/CVE-2022-29187
[ 4 ] CVE-2022-39253
https://nvd.nist.gov/vuln/detail/CVE-2022-39253
[ 5 ] CVE-2022-39260
https://nvd.nist.gov/vuln/detail/CVE-2022-39260
[ 6 ] CVE-2022-41903
https://nvd.nist.gov/vuln/detail/CVE-2022-41903
[ 7 ] CVE-2023-22490
https://nvd.nist.gov/vuln/detail/CVE-2023-22490
[ 8 ] CVE-2023-23946
https://nvd.nist.gov/vuln/detail/CVE-2023-23946
[ 9 ] CVE-2023-25652
https://nvd.nist.gov/vuln/detail/CVE-2023-25652
[ 10 ] CVE-2023-25815
https://nvd.nist.gov/vuln/detail/CVE-2023-25815
[ 11 ] CVE-2023-29007
https://nvd.nist.gov/vuln/detail/CVE-2023-29007
Availability
============
This GLSA and any updates to it are available for viewing at
the Gentoo Security Website:
https://security.gentoo.org/glsa/202312-15
Concerns?
=========
Security is a primary focus of Gentoo Linux and ensuring the
confidentiality and security of our users' machines is of utmost
importance to us. Any security concerns should be addressed to
security@gentoo.org or alternatively, you may file a bug at
https://bugs.gentoo.org.
License
=======
Copyright 2023 Gentoo Foundation, Inc; referenced text
belongs to its owner(s).
The contents of this document are licensed under the
Creative Commons - Attribution / Share Alike license.
https://creativecommons.org/licenses/by-sa/2.5
. -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
APPLE-SA-2022-11-01-1 Xcode 14.1
Xcode 14.1 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/HT213496.
Git
Available for: macOS Monterey 12.5 and later
Impact: Multiple issues in git
Description: Multiple issues were addressed by updating to git
version 2.32.3.
CVE-2022-29187: Carlo Marcelo Arenas Belón and Johannes Schindelin
Git
Available for: macOS Monterey 12.5 and later
Impact: Cloning a malicious repository may result in the disclosure
of sensitive information
Description: This issue was addressed with improved checks.
CVE-2022-39253: Cory Snider of Mirantis
Git
Available for: macOS Monterey 12.5 and later
Impact: A remote user may cause an unexpected app termination or
arbitrary code execution if git shell is allowed as a login shell
Description: This issue was addressed with improved checks.
CVE-2022-39260: Kevin Backhouse of the GitHub Security Lab
IDE Xcode Server
Available for: macOS Monterey 12.5 and later
Impact: An app may be able to gain root privileges
Description: An injection issue was addressed with improved input
validation.
CVE-2022-42797: Tim Michaud (@TimGMichaud) of Moveworks.ai
Xcode 14.1 may be obtained from:
https://developer.apple.com/xcode/downloads/ To check that the Xcode
has been updated: * Select Xcode in the menu bar * Select About
Xcode * The version after applying this update will be "Xcode 14.1".
All information is also posted on the Apple Security Updates
web site: https://support.apple.com/en-us/HT201222.
This message is signed with Apple's Product Security PGP key,
and details are available at:
https://www.apple.com/support/security/pgp/
All information is also posted on the Apple Security Updates
web site: https://support.apple.com/en-us/HT201222. ==========================================================================
Ubuntu Security Notice USN-5686-3
November 21, 2022
git vulnerabilities
==========================================================================
A security issue affects these releases of Ubuntu and its derivatives:
- Ubuntu 22.10
Summary:
Several security issues were fixed in Git. This update provides the corresponding
updates for Ubuntu 22.10.
Original advisory details:
Cory Snider discovered that Git incorrectly handled certain symbolic links.
An attacker could possibly use this issue to cause an unexpected behaviour.
(CVE-2022-39253)
Kevin Backhouse discovered that Git incorrectly handled certain command strings.
An attacker could possibly use this issue to arbitrary code execution.
(CVE-2022-39260)
Update instructions:
The problem can be corrected by updating your system to the following
package versions:
Ubuntu 22.10:
git 1:2.37.2-1ubuntu1.1
In general, a standard system update will make all the necessary changes. -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
====================================================================
Red Hat Security Advisory
Synopsis: Moderate: git security and bug fix update
Advisory ID: RHSA-2023:2319-01
Product: Red Hat Enterprise Linux
Advisory URL: https://access.redhat.com/errata/RHSA-2023:2319
Issue date: 2023-05-09
CVE Names: CVE-2022-24765 CVE-2022-29187 CVE-2022-39253
CVE-2022-39260
====================================================================
1. Summary:
An update for git is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact
of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
2. Relevant releases/architectures:
Red Hat Enterprise Linux AppStream (v. 9) - aarch64, noarch, ppc64le, s390x, x86_64
3. As opposed to centralized version control systems with a
client-server model, Git ensures that each working copy of a Git repository
is an exact copy with complete revision history. This not only allows the
user to work on and contribute to projects without the need to have
permission to push the changes to their official repositories, but also
makes it possible for the user to work with no network connection. (CVE-2022-39260)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat
Enterprise Linux 9.2 Release Notes linked from the References section.
4. Solution:
For details on how to apply this update, which includes the changes
described in this advisory, refer to:
https://access.redhat.com/articles/11258
5. Bugs fixed (https://bugzilla.redhat.com/):
2073414 - CVE-2022-24765 git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree
2107439 - CVE-2022-29187 git: Bypass of safe.directory protections
2137422 - CVE-2022-39253 git: exposure of sensitive information to a malicious actor
2137423 - CVE-2022-39260 git: git shell function that splits command arguments can lead to arbitrary heap writes.
2139379 - Rebase git to 2.39 version [rhel-9.2]
6. Package List:
Red Hat Enterprise Linux AppStream (v. 9):
Source:
git-2.39.1-1.el9.src.rpm
aarch64:
git-2.39.1-1.el9.aarch64.rpm
git-core-2.39.1-1.el9.aarch64.rpm
git-core-debuginfo-2.39.1-1.el9.aarch64.rpm
git-credential-libsecret-2.39.1-1.el9.aarch64.rpm
git-credential-libsecret-debuginfo-2.39.1-1.el9.aarch64.rpm
git-daemon-2.39.1-1.el9.aarch64.rpm
git-daemon-debuginfo-2.39.1-1.el9.aarch64.rpm
git-debuginfo-2.39.1-1.el9.aarch64.rpm
git-debugsource-2.39.1-1.el9.aarch64.rpm
git-subtree-2.39.1-1.el9.aarch64.rpm
noarch:
git-all-2.39.1-1.el9.noarch.rpm
git-core-doc-2.39.1-1.el9.noarch.rpm
git-email-2.39.1-1.el9.noarch.rpm
git-gui-2.39.1-1.el9.noarch.rpm
git-instaweb-2.39.1-1.el9.noarch.rpm
git-svn-2.39.1-1.el9.noarch.rpm
gitk-2.39.1-1.el9.noarch.rpm
gitweb-2.39.1-1.el9.noarch.rpm
perl-Git-2.39.1-1.el9.noarch.rpm
perl-Git-SVN-2.39.1-1.el9.noarch.rpm
ppc64le:
git-2.39.1-1.el9.ppc64le.rpm
git-core-2.39.1-1.el9.ppc64le.rpm
git-core-debuginfo-2.39.1-1.el9.ppc64le.rpm
git-credential-libsecret-2.39.1-1.el9.ppc64le.rpm
git-credential-libsecret-debuginfo-2.39.1-1.el9.ppc64le.rpm
git-daemon-2.39.1-1.el9.ppc64le.rpm
git-daemon-debuginfo-2.39.1-1.el9.ppc64le.rpm
git-debuginfo-2.39.1-1.el9.ppc64le.rpm
git-debugsource-2.39.1-1.el9.ppc64le.rpm
git-subtree-2.39.1-1.el9.ppc64le.rpm
s390x:
git-2.39.1-1.el9.s390x.rpm
git-core-2.39.1-1.el9.s390x.rpm
git-core-debuginfo-2.39.1-1.el9.s390x.rpm
git-credential-libsecret-2.39.1-1.el9.s390x.rpm
git-credential-libsecret-debuginfo-2.39.1-1.el9.s390x.rpm
git-daemon-2.39.1-1.el9.s390x.rpm
git-daemon-debuginfo-2.39.1-1.el9.s390x.rpm
git-debuginfo-2.39.1-1.el9.s390x.rpm
git-debugsource-2.39.1-1.el9.s390x.rpm
git-subtree-2.39.1-1.el9.s390x.rpm
x86_64:
git-2.39.1-1.el9.x86_64.rpm
git-core-2.39.1-1.el9.x86_64.rpm
git-core-debuginfo-2.39.1-1.el9.x86_64.rpm
git-credential-libsecret-2.39.1-1.el9.x86_64.rpm
git-credential-libsecret-debuginfo-2.39.1-1.el9.x86_64.rpm
git-daemon-2.39.1-1.el9.x86_64.rpm
git-daemon-debuginfo-2.39.1-1.el9.x86_64.rpm
git-debuginfo-2.39.1-1.el9.x86_64.rpm
git-debugsource-2.39.1-1.el9.x86_64.rpm
git-subtree-2.39.1-1.el9.x86_64.rpm
These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/
7. References:
https://access.redhat.com/security/cve/CVE-2022-24765
https://access.redhat.com/security/cve/CVE-2022-29187
https://access.redhat.com/security/cve/CVE-2022-39253
https://access.redhat.com/security/cve/CVE-2022-39260
https://access.redhat.com/security/updates/classification/#moderate
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index
8. Contact:
The Red Hat security contact is <secalert@redhat.com>. More contact
details at https://access.redhat.com/security/team/contact/
Copyright 2023 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBZFo03tzjgjWX9erEAQhYSg//bKkon2hHN6jSsXXntqw9ViT5zo9r/KTD
cV+t7GM4ipVK8j4EW8EnQKrJBWAzsEhqM2vh9MvM/PpTQ2I/JP53YbTed0qgxE3T
SU07XMVbh1BA7OKyJ+eKfWJLBT03/VzzaepqQPwyHyFDAegJ/L9DlZOkHc9NJrfa
R+N2Hde/TmUlnRl737ltWtQHE1QSTV1PQZuXb3AEWm6FDe7O62F0GpsuIWj1z8oo
IIDLHRjp/mCqT6/A70NIRQvcwhLfRYYMOezKL80iGi7WwRokwEScDFE+gzB9FLrf
pjNBFZkQVVxMVYOejArmPuLINaEdZJo/HAOiEtw9gOTzALyKFbWwOHDmSzz1hgbz
kqFtZgwnpVZNs3UubXCgWeP4aU9xueZeyBHKNQKVERODtrKFt5jbpPrXu6qGyP9O
6GSgMbUDO5OMqOhTKQiMbKj5gO2DfOIO6vNP5eFwvSXPJG0ZlPIzAJD1cwZdtsVK
wWBIMfjjc8zUh8OYm+CWg/lgpZLkQxe/wtFcC7Pw1u7nkN95npMXM3O75R8xe1zg
xsa+wzjCmVRwrO2gLnT7/NUkY3saShCvBD+A82trnasbVlI/49oiojZY1PI3CZtz
afQDlfLvgygNkV3e5CGe5p9PILwmFbrpALV43dEz6eY+MbeuoE6I7ON8tYtmx4Ds
hOpSLJjOLjE=YQQZ
-----END PGP SIGNATURE-----
--
RHSA-announce mailing list
RHSA-announce@redhat.com
https://listman.redhat.com/mailman/listinfo/rhsa-announce
| VAR-202210-1232 | CVE-2022-41541 | TP-LINK AX10 Security hole |
CVSS V2: - CVSS V3: 8.1 Severity: HIGH |
TP-Link AX10v1 V1_211117 allows attackers to execute a replay attack by using a previously transmitted encrypted authentication message and valid authentication token. Attackers are able to login to the web application as an admin user.
| VAR-202210-1161 | CVE-2022-36438 | ASUSTeK Computer Inc. of asusswitch and system control interface Vulnerability regarding improper default permissions in |
CVSS V2: - CVSS V3: 7.8 Severity: HIGH |
AsusSwitch.exe on ASUS personal computers (running Windows) sets weak file permissions, leading to local privilege escalation (this also can be used to delete files within the system arbitrarily). This affects ASUS System Control Interface 3 before 3.1.5.0, and AsusSwitch.exe before 1.0.10.0. ASUSTeK Computer Inc. of asusswitch and system control interface There is a vulnerability in improper default permissions.Information is obtained, information is tampered with, and service operation is interrupted. (DoS) It may be in a state
| VAR-202210-1233 | CVE-2022-43259 | Tenda AC15 buffer overflow vulnerability (CNVD-2023-43065) |
CVSS V2: 7.8 CVSS V3: 7.5 Severity: HIGH |
Tenda AC15 V15.03.05.18 was discovered to contain a stack overflow via the timeZone parameter in the form_fast_setting_wifi_set function. Tenda AC15 is a wireless router made by China Tenda Company. An attacker could exploit the vulnerability to cause a denial of service
| VAR-202210-1178 | CVE-2022-40984 | Made by Yokogawa Instruments WTViewerE buffer overflow vulnerability in |
CVSS V2: - CVSS V3: 9.8 Severity: CRITICAL |
Stack-based buffer overflow in WTViewerE series WTViewerE 761941 from 1.31 to 1.61 and WTViewerEfree from 1.01 to 1.52 allows an attacker to cause the product to crash by processing a long file name. Provided by Yokogawa Test & Measurement Co., Ltd. WTViewerE includes a stack-based buffer overflow vulnerability (( CWE-121 ) exists. This vulnerability information is JPCERT/CC Report to JPCERT/CC Coordinated with the developer. We expect users of the product to be enticed to enter long file names
| VAR-202210-1596 | CVE-2022-41540 | TP-LINK AX10 Trust Management Issue Vulnerability |
CVSS V2: - CVSS V3: 5.9 Severity: MEDIUM |
The web app client of TP-Link AX10v1 V1_211117 uses hard-coded cryptographic keys when communicating with the router. Attackers who are able to intercept the communications between the web client and router through a man-in-the-middle attack can then obtain the sequence key via a brute-force attack, and access sensitive information.
| VAR-202210-1267 | CVE-2022-43260 | Tenda AC18 stack overflow vulnerability |
CVSS V2: 7.5 CVSS V3: 9.8 Severity: CRITICAL |
Tenda AC18 V15.03.05.19(6318) was discovered to contain a stack overflow via the time parameter in the fromSetSysTime function. Tenda AC18 is a router made by Chinese company Tenda. An attacker could exploit the vulnerability to cause a denial of service
| VAR-202210-1146 | CVE-2022-22219 | Juniper Networks Junos OS and Junos OS Evolved Vulnerability in |
CVSS V2: - CVSS V3: 5.9 Severity: MEDIUM |
Due to the Improper Handling of an Unexpected Data Type in the processing of EVPN routes on Juniper Networks Junos OS and Junos OS Evolved, an attacker in direct control of a BGP client connected to a route reflector, or via a machine in the middle (MITM) attack, can send a specific EVPN route contained within a BGP Update, triggering a routing protocol daemon (RPD) crash, leading to a Denial of Service (DoS) condition. Continued receipt and processing of these specific EVPN routes could create a sustained Denial of Service (DoS) condition. This issue only occurs on BGP route reflectors, only within a BGP EVPN multicast environment, and only when one or more BGP clients have 'leave-sync-route-oldstyle' enabled. This issue affects: Juniper Networks Junos OS 21.3 versions prior to 21.3R3-S2; 21.4 versions prior to 21.4R2-S2, 21.4R3; 22.1 versions prior to 22.1R1-S2, 22.1R3; 22.2 versions prior to 22.2R2. Juniper Networks Junos OS Evolved 21.3 version 21.3R1-EVO and later versions prior to 21.4R3-EVO; 22.1 versions prior to 22.1R1-S2-EVO, 22.1R3-EVO; 22.2 versions prior to 22.2R2-EVO. This issue does not affect: Juniper Networks Junos OS versions prior to 21.3R1. Juniper Networks Junos OS Evolved versions prior to 21.3R1-EVO
| VAR-202210-1160 | CVE-2022-33873 | fortinet's FortiTester In OS Command injection vulnerability |
CVSS V2: - CVSS V3: 9.8 Severity: CRITICAL |
An improper neutralization of special elements used in an OS Command ('OS Command Injection') vulnerabilities [CWE-78] in Console login components of FortiTester 2.3.0 through 3.9.1, 4.0.0 through 4.2.0, 7.0.0 through 7.1.0 may allow an unauthenticated attacker to execute arbitrary command in the underlying shell. fortinet's FortiTester for, OS A command injection vulnerability exists.Information is obtained, information is tampered with, and service operation is interrupted. (DoS) It may be in a state
| VAR-202210-1190 | CVE-2022-35844 | fortinet's FortiTester In OS Command injection vulnerability |
CVSS V2: - CVSS V3: 7.2 Severity: HIGH |
An improper neutralization of special elements used in an OS command vulnerability [CWE-78] in the management interface of FortiTester 2.3.0 through 3.9.1, 4.0.0 through 4.2.0, 7.0.0 through 7.1.0 may allow an authenticated attacker to execute unauthorized commands via specifically crafted arguments to commands of the certificate import feature. fortinet's FortiTester for, OS A command injection vulnerability exists.Information is obtained, information is tampered with, and service operation is interrupted. (DoS) It may be in a state
| VAR-202210-1266 | CVE-2022-33872 | fortinet's FortiTester In OS Command injection vulnerability |
CVSS V2: - CVSS V3: 9.8 Severity: CRITICAL |
An improper neutralization of special elements used in an OS Command ('OS Command Injection') vulnerabilities [CWE-78] in Telnet login components of FortiTester 2.3.0 through 3.9.1, 4.0.0 through 4.2.0, 7.0.0 through 7.1.0 may allow an unauthenticated remote attacker to execute arbitrary command in the underlying shell. fortinet's FortiTester for, OS A command injection vulnerability exists.Information is obtained, information is tampered with, and service operation is interrupted. (DoS) It may be in a state
| VAR-202210-1679 | CVE-2022-42202 | TP-Link TL-WR841N Cross-Site Scripting Vulnerability |
CVSS V2: 6.4 CVSS V3: 6.1 Severity: MEDIUM |
TP-Link TL-WR841N 8.0 4.17.16 Build 120201 Rel.54750n is vulnerable to Cross Site Scripting (XSS). TP-Link TL-WR841N is a wireless router made by TP-LINK in China.
There is a cross-site scripting vulnerability in TP-Link TL-WR841N. The vulnerability is caused by the unfiltered special characters at the front end. Attackers can use this vulnerability to cause cross-site scripting attacks
| VAR-202210-0037 | CVE-2022-35255 | Node.js Foundation of Node.js Cryptographic vulnerabilities in products from multiple other vendors PRNG Vulnerability regarding the use of |
CVSS V2: - CVSS V3: 9.1 Severity: CRITICAL |
A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material. Node.js Foundation of Node.js Products from multiple other vendors have weak encryption. PRNG There is a vulnerability in the use of.Information may be obtained and information may be tampered with. -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
====================================================================
Red Hat Security Advisory
Synopsis: Important: nodejs:16 security update
Advisory ID: RHSA-2022:6964-01
Product: Red Hat Enterprise Linux
Advisory URL: https://access.redhat.com/errata/RHSA-2022:6964
Issue date: 2022-10-17
CVE Names: CVE-2022-35255 CVE-2022-35256
====================================================================
1. Summary:
An update for the nodejs:16 module is now available for Red Hat Enterprise
Linux 8.
Red Hat Product Security has rated this update as having a security impact
of Important. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available for each vulnerability
from the CVE link(s) in the References section.
2. Relevant releases/architectures:
Red Hat Enterprise Linux AppStream (v. 8) - aarch64, noarch, ppc64le, s390x, x86_64
3. Description:
Node.js is a software development platform for building fast and scalable
network applications in the JavaScript programming language.
The following packages have been upgraded to a later upstream version:
nodejs 16.
Security Fix(es):
* nodejs: weak randomness in WebCrypto keygen (CVE-2022-35255)
* nodejs: HTTP Request Smuggling due to incorrect parsing of header fields
(CVE-2022-35256)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page(s) listed in the References section.
4. Solution:
For details on how to apply this update, which includes the changes
described in this advisory, refer to:
https://access.redhat.com/articles/11258
5. Bugs fixed (https://bugzilla.redhat.com/):
2130517 - CVE-2022-35255 nodejs: weak randomness in WebCrypto keygen
2130518 - CVE-2022-35256 nodejs: HTTP Request Smuggling due to incorrect parsing of header fields
6. Package List:
Red Hat Enterprise Linux AppStream (v. 8):
Source:
nodejs-16.17.1-1.module+el8.6.0+16848+a483195a.src.rpm
nodejs-nodemon-2.0.19-2.module+el8.6.0+16240+7ca51420.src.rpm
nodejs-packaging-25-1.module+el8.5.0+10992+fac5fe06.src.rpm
aarch64:
nodejs-16.17.1-1.module+el8.6.0+16848+a483195a.aarch64.rpm
nodejs-debuginfo-16.17.1-1.module+el8.6.0+16848+a483195a.aarch64.rpm
nodejs-debugsource-16.17.1-1.module+el8.6.0+16848+a483195a.aarch64.rpm
nodejs-devel-16.17.1-1.module+el8.6.0+16848+a483195a.aarch64.rpm
nodejs-full-i18n-16.17.1-1.module+el8.6.0+16848+a483195a.aarch64.rpm
npm-8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64.rpm
noarch:
nodejs-docs-16.17.1-1.module+el8.6.0+16848+a483195a.noarch.rpm
nodejs-nodemon-2.0.19-2.module+el8.6.0+16240+7ca51420.noarch.rpm
nodejs-packaging-25-1.module+el8.5.0+10992+fac5fe06.noarch.rpm
ppc64le:
nodejs-16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le.rpm
nodejs-debuginfo-16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le.rpm
nodejs-debugsource-16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le.rpm
nodejs-devel-16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le.rpm
nodejs-full-i18n-16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le.rpm
npm-8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le.rpm
s390x:
nodejs-16.17.1-1.module+el8.6.0+16848+a483195a.s390x.rpm
nodejs-debuginfo-16.17.1-1.module+el8.6.0+16848+a483195a.s390x.rpm
nodejs-debugsource-16.17.1-1.module+el8.6.0+16848+a483195a.s390x.rpm
nodejs-devel-16.17.1-1.module+el8.6.0+16848+a483195a.s390x.rpm
nodejs-full-i18n-16.17.1-1.module+el8.6.0+16848+a483195a.s390x.rpm
npm-8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x.rpm
x86_64:
nodejs-16.17.1-1.module+el8.6.0+16848+a483195a.x86_64.rpm
nodejs-debuginfo-16.17.1-1.module+el8.6.0+16848+a483195a.x86_64.rpm
nodejs-debugsource-16.17.1-1.module+el8.6.0+16848+a483195a.x86_64.rpm
nodejs-devel-16.17.1-1.module+el8.6.0+16848+a483195a.x86_64.rpm
nodejs-full-i18n-16.17.1-1.module+el8.6.0+16848+a483195a.x86_64.rpm
npm-8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64.rpm
These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/
7. References:
https://access.redhat.com/security/cve/CVE-2022-35255
https://access.redhat.com/security/cve/CVE-2022-35256
https://access.redhat.com/security/updates/classification/#important
8. Contact:
The Red Hat security contact is <secalert@redhat.com>. More contact
details at https://access.redhat.com/security/team/contact/
Copyright 2022 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBY01tM9zjgjWX9erEAQgRRw/8DdK1QObq3so9+4ybaPFjCpdytAyNFy2E
vrWNb7xRSO8myrQJ3cspxWMgRgfjMeJYPL8MT7iolW0SMWPd3uNMIh6ej3nK6zo+
BqHGgPBB2+knIF9ApMxW+2OpQAl4j0ICOeyLinqUXsyzDqPUOdW5kgNIPog668tc
VsxB2Lt7pAJcpNkmwx6gvU5aZ6rWOUeNKyjAnat5AJPUx+NbtOtFWymivlPKCNWg
bcGktfXz22tAixuEih9pC+YrPbJ++AHg5lZbK35uHBeGe7i9OdhbH8lbGrV5+0Vo
3DOlVTvuofjPZr0Ft50ChMsgsc/3pmBTXZOEfLrNHIMlJ2sHsP/3ZQ4hUmYYI3xs
BF6HmgS4d3rEybSyXjqkQHKvSEi8KxBcs0y8RrvZeEUOfwTPwdaWKIhlzzn3lGYm
a4iPlYzfCTfV4h2YdLvNE0hcOeaChiPVWvVxb9aV9XUW2ibWyHPSlJpBoP1UjMW4
8T0tYn6hUUWhWWT4cra5ipEjCmU9YfhdFsjoqKS/KFNA7kD94NSqWcbPs+3XnKbT
l2IjXb8aBpn2Yykq1u4t12VEJCnKeTEUt43/LAlXW1mkNV3OQ2bPl2qwdEPTQxDP
WBoK9aPtqD6W3VyuNza3VItmZKYw7nHtZL40YpvbdA6XtmlHZF6bFEiLdSwNduaV
jippDtM0Pgw=vFcS
-----END PGP SIGNATURE-----
--
RHSA-announce mailing list
RHSA-announce@redhat.com
https://listman.redhat.com/mailman/listinfo/rhsa-announce
. -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
- -------------------------------------------------------------------------
Debian Security Advisory DSA-5326-1 security@debian.org
https://www.debian.org/security/ Aron Xu
January 24, 2023 https://www.debian.org/security/faq
- -------------------------------------------------------------------------
Package : nodejs
CVE ID : CVE-2022-32212 CVE-2022-32213 CVE-2022-32214 CVE-2022-32215
CVE-2022-35255 CVE-2022-35256 CVE-2022-43548
Multiple vulnerabilities were discovered in Node.js, which could result
in HTTP request smuggling, bypass of host IP address validation and weak
randomness setup.
For the stable distribution (bullseye), these problems have been fixed in
version 12.22.12~dfsg-1~deb11u3.
We recommend that you upgrade your nodejs packages.
For the detailed security status of nodejs please refer to
its security tracker page at:
https://security-tracker.debian.org/tracker/nodejs
Further information about Debian Security Advisories, how to apply
these updates to your system and frequently asked questions can be
found at: https://www.debian.org/security/
Mailing list: debian-security-announce@lists.debian.org
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtuYvPRKsOElcDakFEMKTtsN8TjYFAmPQNhIACgkQEMKTtsN8
TjaRmA/+KDFkQcd2sE/eAAx9cVikICNkfu7uIVKHpeDH9o5oq5M2nj4zHJCeAArp
WblguyZwEtqzAOO2WesbrmwfXLmglhrNZwRMOrsbu63JxSnecp7qcMwR8A4JWdmd
Txb4aZr6Prmwq6fT0G3K6oV8Hw+OeqYA/RZKenxtkBf/jdzVahGJHJ/NrFKKWVQW
xbqHwCkP7uUlm+5UR5XzNrodTRCQYHJvUmDUrjEOjM6x+sqYirKWiERN0A14kVn9
0Ufrw6+Z2tKhdKFZfU1BtDthhlH/nybz0h3aHsk+E5/vx20WAURiCEDVi7nf8+Rf
EtbCxaqV+/xVoPmXStHY/ogCo8CgRVsyYUIemgi4q5LwVx/Oqjm2CJ/xCwOKh0E2
idXLJfLSpxxBe598MUn9iKbnFFCN9DQZXf7BYs3djtn8ALFVBSHZSF1QXFoFQ86w
Y9xGhBQzfEgCoEW7H4S30ZQ+Gz+ZnOMCSH+MKIMtSpqbc7wLtrKf839DO6Uux7B7
u0WR3lZlsihi92QKq9X/VRkyy8ZiA2TYy3IE+KDKlXDHKls9FR9BUClYe9L8RiRu
boP8KPFUHUsSVaTzkufMStdKkcXCqgj/6KhJL6E9ZunTBpTmqx1Ty7/N2qktLFnH
ujrffzV3rCE6eIg7ps8OdZbjCfqUqmQk9/pV6ZDjymqjZ1LKZDs\xfeRn
-----END PGP SIGNATURE-----
. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gentoo Linux Security Advisory GLSA 202405-29
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
https://security.gentoo.org/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Severity: Low
Title: Node.js: Multiple Vulnerabilities
Date: May 08, 2024
Bugs: #772422, #781704, #800986, #805053, #807775, #811273, #817938, #831037, #835615, #857111, #865627, #872692, #879617, #918086, #918614
ID: 202405-29
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Synopsis
=======
Multiple vulnerabilities have been discovered in Node.js.
Background
=========
Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine.
Affected packages
================
Package Vulnerable Unaffected
--------------- ------------ ------------
net-libs/nodejs < 16.20.2 >= 16.20.2
Description
==========
Multiple vulnerabilities have been discovered in Node.js. Please review
the CVE identifiers referenced below for details.
Impact
=====
Please review the referenced CVE identifiers for details.
Workaround
=========
There is no known workaround at this time.
Resolution
=========
All Node.js 20 users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-libs/nodejs-20.5.1"
All Node.js 18 users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-libs/nodejs-18.17.1"
All Node.js 16 users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-libs/nodejs-16.20.2"
References
=========
[ 1 ] CVE-2020-7774
https://nvd.nist.gov/vuln/detail/CVE-2020-7774
[ 2 ] CVE-2021-3672
https://nvd.nist.gov/vuln/detail/CVE-2021-3672
[ 3 ] CVE-2021-22883
https://nvd.nist.gov/vuln/detail/CVE-2021-22883
[ 4 ] CVE-2021-22884
https://nvd.nist.gov/vuln/detail/CVE-2021-22884
[ 5 ] CVE-2021-22918
https://nvd.nist.gov/vuln/detail/CVE-2021-22918
[ 6 ] CVE-2021-22930
https://nvd.nist.gov/vuln/detail/CVE-2021-22930
[ 7 ] CVE-2021-22931
https://nvd.nist.gov/vuln/detail/CVE-2021-22931
[ 8 ] CVE-2021-22939
https://nvd.nist.gov/vuln/detail/CVE-2021-22939
[ 9 ] CVE-2021-22940
https://nvd.nist.gov/vuln/detail/CVE-2021-22940
[ 10 ] CVE-2021-22959
https://nvd.nist.gov/vuln/detail/CVE-2021-22959
[ 11 ] CVE-2021-22960
https://nvd.nist.gov/vuln/detail/CVE-2021-22960
[ 12 ] CVE-2021-37701
https://nvd.nist.gov/vuln/detail/CVE-2021-37701
[ 13 ] CVE-2021-37712
https://nvd.nist.gov/vuln/detail/CVE-2021-37712
[ 14 ] CVE-2021-39134
https://nvd.nist.gov/vuln/detail/CVE-2021-39134
[ 15 ] CVE-2021-39135
https://nvd.nist.gov/vuln/detail/CVE-2021-39135
[ 16 ] CVE-2021-44531
https://nvd.nist.gov/vuln/detail/CVE-2021-44531
[ 17 ] CVE-2021-44532
https://nvd.nist.gov/vuln/detail/CVE-2021-44532
[ 18 ] CVE-2021-44533
https://nvd.nist.gov/vuln/detail/CVE-2021-44533
[ 19 ] CVE-2022-0778
https://nvd.nist.gov/vuln/detail/CVE-2022-0778
[ 20 ] CVE-2022-3602
https://nvd.nist.gov/vuln/detail/CVE-2022-3602
[ 21 ] CVE-2022-3786
https://nvd.nist.gov/vuln/detail/CVE-2022-3786
[ 22 ] CVE-2022-21824
https://nvd.nist.gov/vuln/detail/CVE-2022-21824
[ 23 ] CVE-2022-32212
https://nvd.nist.gov/vuln/detail/CVE-2022-32212
[ 24 ] CVE-2022-32213
https://nvd.nist.gov/vuln/detail/CVE-2022-32213
[ 25 ] CVE-2022-32214
https://nvd.nist.gov/vuln/detail/CVE-2022-32214
[ 26 ] CVE-2022-32215
https://nvd.nist.gov/vuln/detail/CVE-2022-32215
[ 27 ] CVE-2022-32222
https://nvd.nist.gov/vuln/detail/CVE-2022-32222
[ 28 ] CVE-2022-35255
https://nvd.nist.gov/vuln/detail/CVE-2022-35255
[ 29 ] CVE-2022-35256
https://nvd.nist.gov/vuln/detail/CVE-2022-35256
[ 30 ] CVE-2022-35948
https://nvd.nist.gov/vuln/detail/CVE-2022-35948
[ 31 ] CVE-2022-35949
https://nvd.nist.gov/vuln/detail/CVE-2022-35949
[ 32 ] CVE-2022-43548
https://nvd.nist.gov/vuln/detail/CVE-2022-43548
[ 33 ] CVE-2023-30581
https://nvd.nist.gov/vuln/detail/CVE-2023-30581
[ 34 ] CVE-2023-30582
https://nvd.nist.gov/vuln/detail/CVE-2023-30582
[ 35 ] CVE-2023-30583
https://nvd.nist.gov/vuln/detail/CVE-2023-30583
[ 36 ] CVE-2023-30584
https://nvd.nist.gov/vuln/detail/CVE-2023-30584
[ 37 ] CVE-2023-30586
https://nvd.nist.gov/vuln/detail/CVE-2023-30586
[ 38 ] CVE-2023-30587
https://nvd.nist.gov/vuln/detail/CVE-2023-30587
[ 39 ] CVE-2023-30588
https://nvd.nist.gov/vuln/detail/CVE-2023-30588
[ 40 ] CVE-2023-30589
https://nvd.nist.gov/vuln/detail/CVE-2023-30589
[ 41 ] CVE-2023-30590
https://nvd.nist.gov/vuln/detail/CVE-2023-30590
[ 42 ] CVE-2023-32002
https://nvd.nist.gov/vuln/detail/CVE-2023-32002
[ 43 ] CVE-2023-32003
https://nvd.nist.gov/vuln/detail/CVE-2023-32003
[ 44 ] CVE-2023-32004
https://nvd.nist.gov/vuln/detail/CVE-2023-32004
[ 45 ] CVE-2023-32005
https://nvd.nist.gov/vuln/detail/CVE-2023-32005
[ 46 ] CVE-2023-32006
https://nvd.nist.gov/vuln/detail/CVE-2023-32006
[ 47 ] CVE-2023-32558
https://nvd.nist.gov/vuln/detail/CVE-2023-32558
[ 48 ] CVE-2023-32559
https://nvd.nist.gov/vuln/detail/CVE-2023-32559
Availability
===========
This GLSA and any updates to it are available for viewing at
the Gentoo Security Website:
https://security.gentoo.org/glsa/202405-29
Concerns?
========
Security is a primary focus of Gentoo Linux and ensuring the
confidentiality and security of our users' machines is of utmost
importance to us. Any security concerns should be addressed to
security@gentoo.org or alternatively, you may file a bug at
https://bugs.gentoo.org.
License
======
Copyright 2024 Gentoo Foundation, Inc; referenced text
belongs to its owner(s).
The contents of this document are licensed under the
Creative Commons - Attribution / Share Alike license.
https://creativecommons.org/licenses/by-sa/2.5
| VAR-202210-0043 | CVE-2022-35256 | Node.js Foundation of Node.js in products from other multiple vendors HTTP Request Smuggling Vulnerability |
CVSS V2: - CVSS V3: 6.5 Severity: MEDIUM |
The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling. Node.js Foundation of Node.js For products from other vendors, HTTP There is a vulnerability related to request smuggling.Information may be obtained and information may be tampered with. -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
====================================================================
Red Hat Security Advisory
Synopsis: Moderate: nodejs and nodejs-nodemon security, bug fix, and enhancement update
Advisory ID: RHSA-2023:0321-01
Product: Red Hat Enterprise Linux
Advisory URL: https://access.redhat.com/errata/RHSA-2023:0321
Issue date: 2023-01-23
CVE Names: CVE-2021-44906 CVE-2022-3517 CVE-2022-35256
CVE-2022-43548
====================================================================
1. Summary:
An update for nodejs and nodejs-nodemon is now available for Red Hat
Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact
of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
2. Relevant releases/architectures:
Red Hat Enterprise Linux AppStream (v. 9) - aarch64, noarch, ppc64le, s390x, x86_64
3. Description:
Node.js is a software development platform for building fast and scalable
network applications in the JavaScript programming language.
The following packages have been upgraded to a later upstream version:
nodejs (16.18.1), nodejs-nodemon (2.0.20).
Security Fix(es):
* minimist: prototype pollution (CVE-2021-44906)
* nodejs-minimatch: ReDoS via the braceExpand function (CVE-2022-3517)
* nodejs: HTTP Request Smuggling due to incorrect parsing of header fields
(CVE-2022-35256)
* nodejs: DNS rebinding in inspect via invalid octal IP address
(CVE-2022-43548)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page(s) listed in the References section.
Bug Fix(es):
* nodejs: Packaged version of undici does not fit with declared version.
[rhel-9] (BZ#2151627)
4. Solution:
For details on how to apply this update, which includes the changes
described in this advisory, refer to:
https://access.redhat.com/articles/11258
5. Bugs fixed (https://bugzilla.redhat.com/):
2066009 - CVE-2021-44906 minimist: prototype pollution
2130518 - CVE-2022-35256 nodejs: HTTP Request Smuggling due to incorrect parsing of header fields
2134609 - CVE-2022-3517 nodejs-minimatch: ReDoS via the braceExpand function
2140911 - CVE-2022-43548 nodejs: DNS rebinding in inspect via invalid octal IP address
2142808 - nodejs: Rebase to the latest Nodejs 16 release [rhel-9] [rhel-9.1.0.z]
6. Package List:
Red Hat Enterprise Linux AppStream (v. 9):
Source:
nodejs-16.18.1-3.el9_1.src.rpm
nodejs-nodemon-2.0.20-2.el9_1.src.rpm
aarch64:
nodejs-16.18.1-3.el9_1.aarch64.rpm
nodejs-debuginfo-16.18.1-3.el9_1.aarch64.rpm
nodejs-debugsource-16.18.1-3.el9_1.aarch64.rpm
nodejs-full-i18n-16.18.1-3.el9_1.aarch64.rpm
nodejs-libs-16.18.1-3.el9_1.aarch64.rpm
nodejs-libs-debuginfo-16.18.1-3.el9_1.aarch64.rpm
npm-8.19.2-1.16.18.1.3.el9_1.aarch64.rpm
noarch:
nodejs-docs-16.18.1-3.el9_1.noarch.rpm
nodejs-nodemon-2.0.20-2.el9_1.noarch.rpm
ppc64le:
nodejs-16.18.1-3.el9_1.ppc64le.rpm
nodejs-debuginfo-16.18.1-3.el9_1.ppc64le.rpm
nodejs-debugsource-16.18.1-3.el9_1.ppc64le.rpm
nodejs-full-i18n-16.18.1-3.el9_1.ppc64le.rpm
nodejs-libs-16.18.1-3.el9_1.ppc64le.rpm
nodejs-libs-debuginfo-16.18.1-3.el9_1.ppc64le.rpm
npm-8.19.2-1.16.18.1.3.el9_1.ppc64le.rpm
s390x:
nodejs-16.18.1-3.el9_1.s390x.rpm
nodejs-debuginfo-16.18.1-3.el9_1.s390x.rpm
nodejs-debugsource-16.18.1-3.el9_1.s390x.rpm
nodejs-full-i18n-16.18.1-3.el9_1.s390x.rpm
nodejs-libs-16.18.1-3.el9_1.s390x.rpm
nodejs-libs-debuginfo-16.18.1-3.el9_1.s390x.rpm
npm-8.19.2-1.16.18.1.3.el9_1.s390x.rpm
x86_64:
nodejs-16.18.1-3.el9_1.x86_64.rpm
nodejs-debuginfo-16.18.1-3.el9_1.i686.rpm
nodejs-debuginfo-16.18.1-3.el9_1.x86_64.rpm
nodejs-debugsource-16.18.1-3.el9_1.i686.rpm
nodejs-debugsource-16.18.1-3.el9_1.x86_64.rpm
nodejs-full-i18n-16.18.1-3.el9_1.x86_64.rpm
nodejs-libs-16.18.1-3.el9_1.i686.rpm
nodejs-libs-16.18.1-3.el9_1.x86_64.rpm
nodejs-libs-debuginfo-16.18.1-3.el9_1.i686.rpm
nodejs-libs-debuginfo-16.18.1-3.el9_1.x86_64.rpm
npm-8.19.2-1.16.18.1.3.el9_1.x86_64.rpm
These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/
7. References:
https://access.redhat.com/security/cve/CVE-2021-44906
https://access.redhat.com/security/cve/CVE-2022-3517
https://access.redhat.com/security/cve/CVE-2022-35256
https://access.redhat.com/security/cve/CVE-2022-43548
https://access.redhat.com/security/updates/classification/#moderate
8. Contact:
The Red Hat security contact is <secalert@redhat.com>. More contact
details at https://access.redhat.com/security/team/contact/
Copyright 2023 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBY863QtzjgjWX9erEAQjyEA//WIc1iuAyIQ3WtaxF0X/21hjWryEendA0
d+KAshzQdwEOgDqRyiLHCW/F4W57Y9Us7Fm/RK76k8ux0Hy61T0lqxrFr1DRyAvH
tkkyZMB00S86Cn39fPM7mr6te5LuXAFCUbPumNMivhZ2Xn3NTvZAbcgqIklsGwcI
kBVRASVut5q7mcwtA89ycJ5xBDhkECLj8ZgRklGs3FGZ5fp4E7+oTiphlOdOuHNg
qKac9z2pwMuZ4DC0sUoFVKCS06XWhwuKtw0py64FbNI3WrE3h4uAhnJJXBLh0lhx
3TNXuOu/9Fs1S+uP/GpO93ZX181P448QGLWnjnBlYpN2rFI1iuZ0rd3LMlsYiXEp
CPawjyNLV69SHfkw1+8vg+XPC9lt96ZFSXFVlfKorwWADBAU1Op6VZKYo5POHpmS
MborNXzXPc9TsVyx67ooW+0n5r/K5PTIjJ/6fCrifSBLlINIk5iZ07zUkgRHBAsX
jVtIhaTxOrE4VMlPZRV2M+LBfCnUvOeuRlfW1f91Vf+fpg0b2JNgXzBvAbIHRcEp
HfOgd7XYNe+aCYCm9quXcQjgaRmFVmLb6iSLvc69I8pfIbJNd5i1GhLQlUUlogrp
Sab/YOzQHOchkMZ5QDjsy2l2O6ujZz+YHVNg0Xef+/ZGqDURe9lP7NdvdaUIKQ82
BG5rwd6T15Q=ZZyv
-----END PGP SIGNATURE-----
--
RHSA-announce mailing list
RHSA-announce@redhat.com
https://listman.redhat.com/mailman/listinfo/rhsa-announce
. ==========================================================================
Ubuntu Security Notice USN-6491-1
November 21, 2023
nodejs vulnerabilities
==========================================================================
A security issue affects these releases of Ubuntu and its derivatives:
- Ubuntu 22.04 LTS
- Ubuntu 20.04 LTS
- Ubuntu 18.04 LTS (Available with Ubuntu Pro)
Summary:
Several security issues were fixed in Node.js.
Software Description:
- nodejs: An open-source, cross-platform JavaScript runtime environment.
Details:
Axel Chong discovered that Node.js incorrectly handled certain inputs. If a
user or an automated system were tricked into opening a specially crafted
input file, a remote attacker could possibly use this issue to execute
arbitrary code. (CVE-2022-32212)
Zeyu Zhang discovered that Node.js incorrectly handled certain inputs. If a
user or an automated system were tricked into opening a specially crafted
input file, a remote attacker could possibly use this issue to execute
arbitrary code. This issue only affected Ubuntu 22.04 LTS. (CVE-2022-32213,
CVE-2022-32214, CVE-2022-32215)
It was discovered that Node.js incorrectly handled certain inputs. If a user
or an automated system were tricked into opening a specially crafted input
file, a remote attacker could possibly use this issue to execute arbitrary
code. This issue only affected Ubuntu 22.04 LTS. (CVE-2022-35256)
It was discovered that Node.js incorrectly handled certain inputs. If a user
or an automated system were tricked into opening a specially crafted input
file, a remote attacker could possibly use this issue to execute arbitrary
code. This issue only affected Ubuntu 22.04 LTS. (CVE-2022-43548)
Update instructions:
The problem can be corrected by updating your system to the following
package versions:
Ubuntu 22.04 LTS:
libnode-dev 12.22.9~dfsg-1ubuntu3.2
libnode72 12.22.9~dfsg-1ubuntu3.2
nodejs 12.22.9~dfsg-1ubuntu3.2
nodejs-doc 12.22.9~dfsg-1ubuntu3.2
Ubuntu 20.04 LTS:
libnode-dev 10.19.0~dfsg-3ubuntu1.3
libnode64 10.19.0~dfsg-3ubuntu1.3
nodejs 10.19.0~dfsg-3ubuntu1.3
nodejs-doc 10.19.0~dfsg-3ubuntu1.3
Ubuntu 18.04 LTS (Available with Ubuntu Pro):
nodejs 8.10.0~dfsg-2ubuntu0.4+esm4
nodejs-dev 8.10.0~dfsg-2ubuntu0.4+esm4
nodejs-doc 8.10.0~dfsg-2ubuntu0.4+esm4
In general, a standard system update will make all the necessary changes. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gentoo Linux Security Advisory GLSA 202405-29
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
https://security.gentoo.org/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Severity: Low
Title: Node.js: Multiple Vulnerabilities
Date: May 08, 2024
Bugs: #772422, #781704, #800986, #805053, #807775, #811273, #817938, #831037, #835615, #857111, #865627, #872692, #879617, #918086, #918614
ID: 202405-29
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Synopsis
=======
Multiple vulnerabilities have been discovered in Node.js.
Background
=========
Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine.
Affected packages
================
Package Vulnerable Unaffected
--------------- ------------ ------------
net-libs/nodejs < 16.20.2 >= 16.20.2
Description
==========
Multiple vulnerabilities have been discovered in Node.js. Please review
the CVE identifiers referenced below for details.
Impact
=====
Please review the referenced CVE identifiers for details.
Workaround
=========
There is no known workaround at this time.
Resolution
=========
All Node.js 20 users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-libs/nodejs-20.5.1"
All Node.js 18 users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-libs/nodejs-18.17.1"
All Node.js 16 users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-libs/nodejs-16.20.2"
References
=========
[ 1 ] CVE-2020-7774
https://nvd.nist.gov/vuln/detail/CVE-2020-7774
[ 2 ] CVE-2021-3672
https://nvd.nist.gov/vuln/detail/CVE-2021-3672
[ 3 ] CVE-2021-22883
https://nvd.nist.gov/vuln/detail/CVE-2021-22883
[ 4 ] CVE-2021-22884
https://nvd.nist.gov/vuln/detail/CVE-2021-22884
[ 5 ] CVE-2021-22918
https://nvd.nist.gov/vuln/detail/CVE-2021-22918
[ 6 ] CVE-2021-22930
https://nvd.nist.gov/vuln/detail/CVE-2021-22930
[ 7 ] CVE-2021-22931
https://nvd.nist.gov/vuln/detail/CVE-2021-22931
[ 8 ] CVE-2021-22939
https://nvd.nist.gov/vuln/detail/CVE-2021-22939
[ 9 ] CVE-2021-22940
https://nvd.nist.gov/vuln/detail/CVE-2021-22940
[ 10 ] CVE-2021-22959
https://nvd.nist.gov/vuln/detail/CVE-2021-22959
[ 11 ] CVE-2021-22960
https://nvd.nist.gov/vuln/detail/CVE-2021-22960
[ 12 ] CVE-2021-37701
https://nvd.nist.gov/vuln/detail/CVE-2021-37701
[ 13 ] CVE-2021-37712
https://nvd.nist.gov/vuln/detail/CVE-2021-37712
[ 14 ] CVE-2021-39134
https://nvd.nist.gov/vuln/detail/CVE-2021-39134
[ 15 ] CVE-2021-39135
https://nvd.nist.gov/vuln/detail/CVE-2021-39135
[ 16 ] CVE-2021-44531
https://nvd.nist.gov/vuln/detail/CVE-2021-44531
[ 17 ] CVE-2021-44532
https://nvd.nist.gov/vuln/detail/CVE-2021-44532
[ 18 ] CVE-2021-44533
https://nvd.nist.gov/vuln/detail/CVE-2021-44533
[ 19 ] CVE-2022-0778
https://nvd.nist.gov/vuln/detail/CVE-2022-0778
[ 20 ] CVE-2022-3602
https://nvd.nist.gov/vuln/detail/CVE-2022-3602
[ 21 ] CVE-2022-3786
https://nvd.nist.gov/vuln/detail/CVE-2022-3786
[ 22 ] CVE-2022-21824
https://nvd.nist.gov/vuln/detail/CVE-2022-21824
[ 23 ] CVE-2022-32212
https://nvd.nist.gov/vuln/detail/CVE-2022-32212
[ 24 ] CVE-2022-32213
https://nvd.nist.gov/vuln/detail/CVE-2022-32213
[ 25 ] CVE-2022-32214
https://nvd.nist.gov/vuln/detail/CVE-2022-32214
[ 26 ] CVE-2022-32215
https://nvd.nist.gov/vuln/detail/CVE-2022-32215
[ 27 ] CVE-2022-32222
https://nvd.nist.gov/vuln/detail/CVE-2022-32222
[ 28 ] CVE-2022-35255
https://nvd.nist.gov/vuln/detail/CVE-2022-35255
[ 29 ] CVE-2022-35256
https://nvd.nist.gov/vuln/detail/CVE-2022-35256
[ 30 ] CVE-2022-35948
https://nvd.nist.gov/vuln/detail/CVE-2022-35948
[ 31 ] CVE-2022-35949
https://nvd.nist.gov/vuln/detail/CVE-2022-35949
[ 32 ] CVE-2022-43548
https://nvd.nist.gov/vuln/detail/CVE-2022-43548
[ 33 ] CVE-2023-30581
https://nvd.nist.gov/vuln/detail/CVE-2023-30581
[ 34 ] CVE-2023-30582
https://nvd.nist.gov/vuln/detail/CVE-2023-30582
[ 35 ] CVE-2023-30583
https://nvd.nist.gov/vuln/detail/CVE-2023-30583
[ 36 ] CVE-2023-30584
https://nvd.nist.gov/vuln/detail/CVE-2023-30584
[ 37 ] CVE-2023-30586
https://nvd.nist.gov/vuln/detail/CVE-2023-30586
[ 38 ] CVE-2023-30587
https://nvd.nist.gov/vuln/detail/CVE-2023-30587
[ 39 ] CVE-2023-30588
https://nvd.nist.gov/vuln/detail/CVE-2023-30588
[ 40 ] CVE-2023-30589
https://nvd.nist.gov/vuln/detail/CVE-2023-30589
[ 41 ] CVE-2023-30590
https://nvd.nist.gov/vuln/detail/CVE-2023-30590
[ 42 ] CVE-2023-32002
https://nvd.nist.gov/vuln/detail/CVE-2023-32002
[ 43 ] CVE-2023-32003
https://nvd.nist.gov/vuln/detail/CVE-2023-32003
[ 44 ] CVE-2023-32004
https://nvd.nist.gov/vuln/detail/CVE-2023-32004
[ 45 ] CVE-2023-32005
https://nvd.nist.gov/vuln/detail/CVE-2023-32005
[ 46 ] CVE-2023-32006
https://nvd.nist.gov/vuln/detail/CVE-2023-32006
[ 47 ] CVE-2023-32558
https://nvd.nist.gov/vuln/detail/CVE-2023-32558
[ 48 ] CVE-2023-32559
https://nvd.nist.gov/vuln/detail/CVE-2023-32559
Availability
===========
This GLSA and any updates to it are available for viewing at
the Gentoo Security Website:
https://security.gentoo.org/glsa/202405-29
Concerns?
========
Security is a primary focus of Gentoo Linux and ensuring the
confidentiality and security of our users' machines is of utmost
importance to us. Any security concerns should be addressed to
security@gentoo.org or alternatively, you may file a bug at
https://bugs.gentoo.org.
License
======
Copyright 2024 Gentoo Foundation, Inc; referenced text
belongs to its owner(s).
The contents of this document are licensed under the
Creative Commons - Attribution / Share Alike license.
https://creativecommons.org/licenses/by-sa/2.5
| VAR-202210-1145 | CVE-2022-22229 | Juniper Networks Paragon Active Assurance Control Center Cross-site scripting vulnerability in |
CVSS V2: - CVSS V3: 8.4 Severity: HIGH |
An Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability, a stored XSS (or persistent), in the Control Center Controller web pages of Juniper Networks Paragon Active Assurance (Formerly Netrounds) allows a high-privilege attacker with 'WRITE' permissions to store one or more malicious scripts that will infect any other authorized user's account when they accidentally trigger the malicious script(s) while managing the device. Triggering these attacks enables the attacker to execute commands with the permissions up to that of the superuser account. This issue affects: Juniper Networks Paragon Active Assurance (Formerly Netrounds) All versions prior to 3.1.1; 3.2 versions prior to 3.2.1. (DoS) It may be in a state
| VAR-202210-1453 | CVE-2022-33874 | fortinet's FortiTester In OS Command injection vulnerability |
CVSS V2: - CVSS V3: 9.8 Severity: CRITICAL |
An improper neutralization of special elements used in an OS Command ('OS Command Injection') vulnerabilities [CWE-78] in SSH login components of FortiTester 2.3.0 through 3.9.1, 4.0.0 through 4.2.0, 7.0.0 through 7.1.0 may allow an unauthenticated remote attacker to execute arbitrary command in the underlying shell. fortinet's FortiTester for, OS A command injection vulnerability exists.Information is obtained, information is tampered with, and service operation is interrupted. (DoS) It may be in a state
| VAR-202210-1217 | CVE-2022-42167 | Tenda AC10 Buffer error vulnerability |
CVSS V2: - CVSS V3: 9.8 Severity: CRITICAL |
Tenda AC10 V15.03.06.23 contains a Stack overflow vulnerability via /goform/formSetFirewallCfg.
| VAR-202210-1789 | CVE-2022-42170 | Tenda AC10 Buffer error vulnerability |
CVSS V2: - CVSS V3: 9.8 Severity: CRITICAL |
Tenda AC10 V15.03.06.23 contains a Stack overflow vulnerability via /goform/formWifiWpsStart.
| VAR-202210-1107 | CVE-2022-42221 | NETGEAR R6220 Command Execution Vulnerability |
CVSS V2: 10.0 CVSS V3: 8.8 Severity: HIGH |
Netgear R6220 v1.1.0.114_1.0.1 suffers from Incorrect Access Control, resulting in a command injection vulnerability. NETGEAR R6220 is a wireless router made by NETGEAR. An attacker could exploit this vulnerability to execute arbitrary commands on the system