RHSA-2026:42922

Vulnerability from csaf_redhat - Published: 2026-07-21 16:32 - Updated: 2026-07-22 19:07
Summary
Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update
Severity
Important
Notes
Topic: An update for Red Hat Hardened Images RPMs is now available.
Details: This update includes the following RPMs: libssh: * libssh-0.12.1-4.hum1 (aarch64, x86_64) * libssh-config-0.12.1-4.hum1 (noarch) * libssh-devel-0.12.1-4.hum1 (aarch64, x86_64) * libssh-0.12.1-4.hum1.src (src)
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

A flaw was found in libssh. During server-side GSSAPI key exchange, a client-supplied Curve25519 public key shorter than the expected length is copied without proper length validation, leading to an out-of-bounds heap read. This could allow a remote unauthenticated attacker to disclose small amounts of server memory.

CWE-125 - Out-of-bounds Read
Affected products
Product Identifier Version Remediation
Unresolved product id: Red Hat Hardened Images:libssh-main@aarch64
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@noarch
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@src
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@x86_64
Vendor Fix fix
Workaround
Threats
Impact Low

A flaw was found in libssh. A remote authenticated peer can advertise a zero maximum packet size in SSH_MSG_CHANNEL_OPEN, causing later channel writes to loop indefinitely and consume CPU, leading to denial of service.

Affected products
Product Identifier Version Remediation
Unresolved product id: Red Hat Hardened Images:libssh-main@aarch64
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@noarch
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@src
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@x86_64
Vendor Fix fix
Workaround
Threats
Impact Moderate

A flaw was found in libssh. A remote authenticated client can issue SSH_FXP_READ requests with an arbitrarily large length, causing a libssh SFTP server to allocate excessive memory and potentially exhaust it through repeated requests.

CWE-789 - Memory Allocation with Excessive Size Value
Affected products
Product Identifier Version Remediation
Unresolved product id: Red Hat Hardened Images:libssh-main@aarch64
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@noarch
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@src
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@x86_64
Vendor Fix fix
Workaround
Threats
Impact Moderate

A flaw was found in libssh. When ProxyCommand is used, an unchecked fork() failure can be stored as process ID -1; during cleanup, signals may then be sent across the caller's accessible process tree, leading to local denial of service.

Affected products
Product Identifier Version Remediation
Unresolved product id: Red Hat Hardened Images:libssh-main@aarch64
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@noarch
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@src
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@x86_64
Vendor Fix fix
Workaround
Threats
Impact Low

A flaw was found in libssh. A malicious username expanded through %r in ProxyCommand handling can inject shell metacharacters, exposing environment variables and causing unintended shell behavior.

Affected products
Product Identifier Version Remediation
Unresolved product id: Red Hat Hardened Images:libssh-main@aarch64
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@noarch
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@src
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@x86_64
Vendor Fix fix
Workaround
Threats
Impact Low

A flaw was found in libssh. Incorrect AES-GCM finalization checks in builds using the OpenSSL backend can effectively remove integrity protection, allowing an in-path attacker to modify plaintext on the wire without detection.

Affected products
Product Identifier Version Remediation
Unresolved product id: Red Hat Hardened Images:libssh-main@aarch64
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@noarch
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@src
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@x86_64
Vendor Fix fix
Workaround
Threats
Impact Important

A flaw was found in libssh. A malicious SFTP server can send responses for unknown request IDs that libssh clients keep queued indefinitely, causing unbounded memory growth and client-side denial of service.

Affected products
Product Identifier Version Remediation
Unresolved product id: Red Hat Hardened Images:libssh-main@aarch64
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@noarch
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@src
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@x86_64
Vendor Fix fix
Workaround
Threats
Impact Moderate

A flaw was found in libssh. Logic errors in automatic certificate-based public key authentication can cause libssh clients to loop indefinitely when configured certificates are missing or repeatedly rejected by a server, leading to denial of service.

CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')
Affected products
Product Identifier Version Remediation
Unresolved product id: Red Hat Hardened Images:libssh-main@aarch64
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@noarch
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@src
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@x86_64
Vendor Fix fix
Workaround
Threats
Impact Low

A flaw was found in libssh. If data packets are processed after a channel is closed, channel data callbacks can be invoked after the associated data has already been freed, leading to crashes or possible use-after-free conditions.

CWE-416 - Use After Free
Affected products
Product Identifier Version Remediation
Unresolved product id: Red Hat Hardened Images:libssh-main@aarch64
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@noarch
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@src
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@x86_64
Vendor Fix fix
Workaround
Threats
Impact Important

A flaw was found in libssh. On servers with GSSAPIKeyExchange enabled, the gssapi-keyex path does not verify whether the authenticated Kerberos principal is authorized for the requested local user, allowing authenticated clients to log in as arbitrary users.

CWE-863 - Incorrect Authorization
Affected products
Product Identifier Version Remediation
Unresolved product id: Red Hat Hardened Images:libssh-main@aarch64
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@noarch
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@src
Vendor Fix fix
Workaround
Unresolved product id: Red Hat Hardened Images:libssh-main@x86_64
Vendor Fix fix
Workaround
Threats
Impact Important
References
URL Category
https://access.redhat.com/errata/RHSA-2026:42922 self
https://images.redhat.com/ external
https://access.redhat.com/security/cve/CVE-2026-59849 external
https://access.redhat.com/security/updates/classi… external
https://access.redhat.com/security/cve/CVE-2026-59848 external
https://access.redhat.com/security/cve/CVE-2026-59846 external
https://access.redhat.com/security/cve/CVE-2026-59845 external
https://access.redhat.com/security/cve/CVE-2026-59844 external
https://access.redhat.com/security/cve/CVE-2026-59843 external
https://access.redhat.com/security/cve/CVE-2026-59842 external
https://access.redhat.com/security/cve/CVE-2026-59851 external
https://access.redhat.com/security/cve/CVE-2026-59850 external
https://access.redhat.com/security/cve/CVE-2026-59847 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2026-59842 self
https://bugzilla.redhat.com/show_bug.cgi?id=2498168 external
https://www.cve.org/CVERecord?id=CVE-2026-59842 external
https://nvd.nist.gov/vuln/detail/CVE-2026-59842 external
https://access.redhat.com/security/cve/CVE-2026-59843 self
https://bugzilla.redhat.com/show_bug.cgi?id=2498176 external
https://www.cve.org/CVERecord?id=CVE-2026-59843 external
https://nvd.nist.gov/vuln/detail/CVE-2026-59843 external
https://access.redhat.com/security/cve/CVE-2026-59844 self
https://bugzilla.redhat.com/show_bug.cgi?id=2498177 external
https://www.cve.org/CVERecord?id=CVE-2026-59844 external
https://nvd.nist.gov/vuln/detail/CVE-2026-59844 external
https://access.redhat.com/security/cve/CVE-2026-59845 self
https://bugzilla.redhat.com/show_bug.cgi?id=2498178 external
https://www.cve.org/CVERecord?id=CVE-2026-59845 external
https://nvd.nist.gov/vuln/detail/CVE-2026-59845 external
https://access.redhat.com/security/cve/CVE-2026-59846 self
https://bugzilla.redhat.com/show_bug.cgi?id=2498179 external
https://www.cve.org/CVERecord?id=CVE-2026-59846 external
https://nvd.nist.gov/vuln/detail/CVE-2026-59846 external
https://access.redhat.com/security/cve/CVE-2026-59847 self
https://bugzilla.redhat.com/show_bug.cgi?id=2498180 external
https://www.cve.org/CVERecord?id=CVE-2026-59847 external
https://nvd.nist.gov/vuln/detail/CVE-2026-59847 external
https://access.redhat.com/security/cve/CVE-2026-59848 self
https://bugzilla.redhat.com/show_bug.cgi?id=2498181 external
https://www.cve.org/CVERecord?id=CVE-2026-59848 external
https://nvd.nist.gov/vuln/detail/CVE-2026-59848 external
https://access.redhat.com/security/cve/CVE-2026-59849 self
https://bugzilla.redhat.com/show_bug.cgi?id=2498182 external
https://www.cve.org/CVERecord?id=CVE-2026-59849 external
https://nvd.nist.gov/vuln/detail/CVE-2026-59849 external
https://access.redhat.com/security/cve/CVE-2026-59850 self
https://bugzilla.redhat.com/show_bug.cgi?id=2498183 external
https://www.cve.org/CVERecord?id=CVE-2026-59850 external
https://nvd.nist.gov/vuln/detail/CVE-2026-59850 external
https://access.redhat.com/security/cve/CVE-2026-59851 self
https://bugzilla.redhat.com/show_bug.cgi?id=2498184 external
https://www.cve.org/CVERecord?id=CVE-2026-59851 external
https://nvd.nist.gov/vuln/detail/CVE-2026-59851 external
Acknowledgments
nevv Yi Lin Haruki Oyama
Rinku Das Yi Lin Haruto Kimura
Chanho Kim
Halil Oktay (oblivionsage)
Saransh Rana Mikhail Ilin
Ben Smyth
Aisle Research
AISLE Research
Zhou Qingyang

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for Red Hat Hardened Images RPMs is now available.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "This update includes the following RPMs:\n\nlibssh:\n  * libssh-0.12.1-4.hum1 (aarch64, x86_64)\n  * libssh-config-0.12.1-4.hum1 (noarch)\n  * libssh-devel-0.12.1-4.hum1 (aarch64, x86_64)\n  * libssh-0.12.1-4.hum1.src (src)",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2026:42922",
        "url": "https://access.redhat.com/errata/RHSA-2026:42922"
      },
      {
        "category": "external",
        "summary": "https://images.redhat.com/",
        "url": "https://images.redhat.com/"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-59849",
        "url": "https://access.redhat.com/security/cve/CVE-2026-59849"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/",
        "url": "https://access.redhat.com/security/updates/classification/"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-59848",
        "url": "https://access.redhat.com/security/cve/CVE-2026-59848"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-59846",
        "url": "https://access.redhat.com/security/cve/CVE-2026-59846"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-59845",
        "url": "https://access.redhat.com/security/cve/CVE-2026-59845"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-59844",
        "url": "https://access.redhat.com/security/cve/CVE-2026-59844"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-59843",
        "url": "https://access.redhat.com/security/cve/CVE-2026-59843"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-59842",
        "url": "https://access.redhat.com/security/cve/CVE-2026-59842"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-59851",
        "url": "https://access.redhat.com/security/cve/CVE-2026-59851"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-59850",
        "url": "https://access.redhat.com/security/cve/CVE-2026-59850"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-59847",
        "url": "https://access.redhat.com/security/cve/CVE-2026-59847"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_42922.json"
      }
    ],
    "title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
    "tracking": {
      "current_release_date": "2026-07-22T19:07:14+00:00",
      "generator": {
        "date": "2026-07-22T19:07:14+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "5.3.7"
        }
      },
      "id": "RHSA-2026:42922",
      "initial_release_date": "2026-07-21T16:32:37+00:00",
      "revision_history": [
        {
          "date": "2026-07-21T16:32:37+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-07-22T18:52:25+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-07-22T19:07:14+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Hardened Images",
                "product": {
                  "name": "Red Hat Hardened Images",
                  "product_id": "Red Hat Hardened Images",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:hummingbird:1"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Hardened Images"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libssh-main@aarch64",
                "product": {
                  "name": "libssh-main@aarch64",
                  "product_id": "libssh-main@aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libssh@0.12.1-4.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libssh-main@src",
                "product": {
                  "name": "libssh-main@src",
                  "product_id": "libssh-main@src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libssh@0.12.1-4.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libssh-main@x86_64",
                "product": {
                  "name": "libssh-main@x86_64",
                  "product_id": "libssh-main@x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libssh@0.12.1-4.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libssh-main@noarch",
                "product": {
                  "name": "libssh-main@noarch",
                  "product_id": "libssh-main@noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libssh-config@0.12.1-4.hum1?arch=noarch\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libssh-main@aarch64 as a component of Red Hat Hardened Images",
          "product_id": "Red Hat Hardened Images:libssh-main@aarch64"
        },
        "product_reference": "libssh-main@aarch64",
        "relates_to_product_reference": "Red Hat Hardened Images"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libssh-main@noarch as a component of Red Hat Hardened Images",
          "product_id": "Red Hat Hardened Images:libssh-main@noarch"
        },
        "product_reference": "libssh-main@noarch",
        "relates_to_product_reference": "Red Hat Hardened Images"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libssh-main@src as a component of Red Hat Hardened Images",
          "product_id": "Red Hat Hardened Images:libssh-main@src"
        },
        "product_reference": "libssh-main@src",
        "relates_to_product_reference": "Red Hat Hardened Images"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libssh-main@x86_64 as a component of Red Hat Hardened Images",
          "product_id": "Red Hat Hardened Images:libssh-main@x86_64"
        },
        "product_reference": "libssh-main@x86_64",
        "relates_to_product_reference": "Red Hat Hardened Images"
      }
    ]
  },
  "vulnerabilities": [
    {
      "acknowledgments": [
        {
          "names": [
            "nevv",
            "Yi Lin",
            "Haruki Oyama"
          ]
        }
      ],
      "cve": "CVE-2026-59842",
      "cwe": {
        "id": "CWE-125",
        "name": "Out-of-bounds Read"
      },
      "discovery_date": "2026-04-29T10:03:47.442000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2498168"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libssh. During server-side GSSAPI key exchange, a client-supplied Curve25519 public key shorter than the expected length is copied without proper length validation, leading to an out-of-bounds heap read. This could allow a remote unauthenticated attacker to disclose small amounts of server memory.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libssh: libssh: information disclosure via short GSSAPI Curve25519 public key",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Hardened Images:libssh-main@aarch64",
          "Red Hat Hardened Images:libssh-main@noarch",
          "Red Hat Hardened Images:libssh-main@src",
          "Red Hat Hardened Images:libssh-main@x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-59842"
        },
        {
          "category": "external",
          "summary": "RHBZ#2498168",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498168"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-59842",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-59842"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59842",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59842"
        }
      ],
      "release_date": "2026-07-21T11:03:52.936000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T16:32:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:42922"
        },
        {
          "category": "workaround",
          "details": "Disable GSSAPIKeyExchange or remove gss-curve25519-sha256- from GSSAPIKexAlgorithms if appropriate.",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 3.7,
            "baseSeverity": "LOW",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "libssh: libssh: information disclosure via short GSSAPI Curve25519 public key"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Rinku Das",
            "Yi Lin",
            "Haruto Kimura"
          ]
        }
      ],
      "cve": "CVE-2026-59843",
      "discovery_date": "2026-04-29T10:03:47.442000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2498176"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libssh. A remote authenticated peer can advertise a zero maximum packet size in SSH_MSG_CHANNEL_OPEN, causing later channel writes to loop indefinitely and consume CPU, leading to denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libssh: libssh: denial of service via zero advertised channel packet size",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Hardened Images:libssh-main@aarch64",
          "Red Hat Hardened Images:libssh-main@noarch",
          "Red Hat Hardened Images:libssh-main@src",
          "Red Hat Hardened Images:libssh-main@x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-59843"
        },
        {
          "category": "external",
          "summary": "RHBZ#2498176",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498176"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-59843",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-59843"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59843",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59843"
        }
      ],
      "release_date": "2026-07-21T11:07:00.776000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T16:32:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:42922"
        },
        {
          "category": "workaround",
          "details": "No workaround available.",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "libssh: libssh: denial of service via zero advertised channel packet size"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Chanho Kim"
          ]
        }
      ],
      "cve": "CVE-2026-59844",
      "cwe": {
        "id": "CWE-789",
        "name": "Memory Allocation with Excessive Size Value"
      },
      "discovery_date": "2026-04-29T10:03:47.442000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2498177"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libssh. A remote authenticated client can issue SSH_FXP_READ requests with an arbitrarily large length, causing a libssh SFTP server to allocate excessive memory and potentially exhaust it through repeated requests.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libssh: libssh: denial of service via oversized SFTP read length",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Hardened Images:libssh-main@aarch64",
          "Red Hat Hardened Images:libssh-main@noarch",
          "Red Hat Hardened Images:libssh-main@src",
          "Red Hat Hardened Images:libssh-main@x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-59844"
        },
        {
          "category": "external",
          "summary": "RHBZ#2498177",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498177"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-59844",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-59844"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59844",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59844"
        }
      ],
      "release_date": "2026-07-21T11:17:49.367000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T16:32:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:42922"
        },
        {
          "category": "workaround",
          "details": "No workaround available.",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "libssh: libssh: denial of service via oversized SFTP read length"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Halil Oktay (oblivionsage)"
          ]
        }
      ],
      "cve": "CVE-2026-59845",
      "discovery_date": "2026-04-29T10:03:47.442000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2498178"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libssh. When ProxyCommand is used, an unchecked fork() failure can be stored as process ID -1; during cleanup, signals may then be sent across the caller\u0027s accessible process tree, leading to local denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libssh: libssh: denial of service via unchecked ProxyCommand fork() failure",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This Moderate flaw in libssh client-side ProxyCommand handling can lead to a local denial of service. When ProxyCommand is configured, an unchecked fork() failure may result in signals being sent across the process tree, disrupting local system availability. This issue specifically impacts environments utilizing ProxyCommand functionality.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Hardened Images:libssh-main@aarch64",
          "Red Hat Hardened Images:libssh-main@noarch",
          "Red Hat Hardened Images:libssh-main@src",
          "Red Hat Hardened Images:libssh-main@x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-59845"
        },
        {
          "category": "external",
          "summary": "RHBZ#2498178",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498178"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-59845",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-59845"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59845",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59845"
        }
      ],
      "release_date": "2026-07-21T11:23:44.480000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T16:32:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:42922"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, avoid using the ProxyCommand feature in libssh client configurations. This prevents the vulnerable code path from being exercised, thereby eliminating the risk of local denial of service due to unchecked fork() failures.",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "libssh: libssh: denial of service via unchecked ProxyCommand fork() failure"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Saransh Rana",
            "Mikhail Ilin"
          ]
        }
      ],
      "cve": "CVE-2026-59846",
      "discovery_date": "2026-04-29T10:03:47.442000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2498179"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libssh. A malicious username expanded through %r in ProxyCommand handling can inject shell metacharacters, exposing environment variables and causing unintended shell behavior.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libssh: libssh: information disclosure via ProxyCommand %r username expansion",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Hardened Images:libssh-main@aarch64",
          "Red Hat Hardened Images:libssh-main@noarch",
          "Red Hat Hardened Images:libssh-main@src",
          "Red Hat Hardened Images:libssh-main@x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-59846"
        },
        {
          "category": "external",
          "summary": "RHBZ#2498179",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498179"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-59846",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-59846"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59846",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59846"
        }
      ],
      "release_date": "2026-07-21T12:46:04.558000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T16:32:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:42922"
        },
        {
          "category": "workaround",
          "details": "Make sure you are not executing connections with untrusted username inputs.",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 3.9,
            "baseSeverity": "LOW",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "libssh: libssh: information disclosure via ProxyCommand %r username expansion"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Ben Smyth"
          ]
        }
      ],
      "cve": "CVE-2026-59847",
      "discovery_date": "2026-04-29T10:03:47.442000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2498180"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libssh. Incorrect AES-GCM finalization checks in builds using the OpenSSL backend can effectively remove integrity protection, allowing an in-path attacker to modify plaintext on the wire without detection.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libssh: libssh: integrity downgrade via OpenSSL AES-GCM tag verification",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Hardened Images:libssh-main@aarch64",
          "Red Hat Hardened Images:libssh-main@noarch",
          "Red Hat Hardened Images:libssh-main@src",
          "Red Hat Hardened Images:libssh-main@x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-59847"
        },
        {
          "category": "external",
          "summary": "RHBZ#2498180",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498180"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-59847",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-59847"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59847",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59847"
        }
      ],
      "release_date": "2026-07-21T13:02:11.381000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T16:32:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:42922"
        },
        {
          "category": "workaround",
          "details": "Disable the aes128-gcm@openssh.com and aes256-gcm@openssh.com ciphers.",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "libssh: libssh: integrity downgrade via OpenSSL AES-GCM tag verification"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Aisle Research"
          ]
        }
      ],
      "cve": "CVE-2026-59848",
      "discovery_date": "2026-04-29T10:03:47.442000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2498181"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libssh. A malicious SFTP server can send responses for unknown request IDs that libssh clients keep queued indefinitely, causing unbounded memory growth and client-side denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libssh: libssh: denial of service via SFTP responses with unknown request IDs",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Hardened Images:libssh-main@aarch64",
          "Red Hat Hardened Images:libssh-main@noarch",
          "Red Hat Hardened Images:libssh-main@src",
          "Red Hat Hardened Images:libssh-main@x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-59848"
        },
        {
          "category": "external",
          "summary": "RHBZ#2498181",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498181"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-59848",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-59848"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59848",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59848"
        }
      ],
      "release_date": "2026-07-21T13:18:03.060000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T16:32:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:42922"
        },
        {
          "category": "workaround",
          "details": "Do not connect to untrusted SFTP servers.",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "libssh: libssh: denial of service via SFTP responses with unknown request IDs"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "AISLE Research"
          ]
        }
      ],
      "cve": "CVE-2026-59849",
      "cwe": {
        "id": "CWE-835",
        "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
      },
      "discovery_date": "2026-04-29T10:03:47.442000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2498182"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libssh. Logic errors in automatic certificate-based public key authentication can cause libssh clients to loop indefinitely when configured certificates are missing or repeatedly rejected by a server, leading to denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libssh: libssh: denial of service via automatic certificate authentication loop",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Hardened Images:libssh-main@aarch64",
          "Red Hat Hardened Images:libssh-main@noarch",
          "Red Hat Hardened Images:libssh-main@src",
          "Red Hat Hardened Images:libssh-main@x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-59849"
        },
        {
          "category": "external",
          "summary": "RHBZ#2498182",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498182"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-59849",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-59849"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59849",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59849"
        }
      ],
      "release_date": "2026-07-21T14:03:21.506000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T16:32:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:42922"
        },
        {
          "category": "workaround",
          "details": "Do not connect to untrusted SSH servers and do not use certificates until patched.",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 3.1,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "libssh: libssh: denial of service via automatic certificate authentication loop"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Zhou Qingyang"
          ]
        }
      ],
      "cve": "CVE-2026-59850",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2026-04-29T10:03:47.442000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2498183"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libssh. If data packets are processed after a channel is closed, channel data callbacks can be invoked after the associated data has already been freed, leading to crashes or possible use-after-free conditions.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libssh: libssh: use-after-free via data callbacks on closed channels",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Hardened Images:libssh-main@aarch64",
          "Red Hat Hardened Images:libssh-main@noarch",
          "Red Hat Hardened Images:libssh-main@src",
          "Red Hat Hardened Images:libssh-main@x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-59850"
        },
        {
          "category": "external",
          "summary": "RHBZ#2498183",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498183"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-59850",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-59850"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59850",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59850"
        }
      ],
      "release_date": "2026-07-21T14:08:16.749000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T16:32:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:42922"
        },
        {
          "category": "workaround",
          "details": "Manually verify the channel is not closed inside your channel data callbacks.",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 4.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "libssh: libssh: use-after-free via data callbacks on closed channels"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Aisle Research"
          ]
        }
      ],
      "cve": "CVE-2026-59851",
      "cwe": {
        "id": "CWE-863",
        "name": "Incorrect Authorization"
      },
      "discovery_date": "2026-04-29T10:03:47.442000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2498184"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in libssh. On servers with GSSAPIKeyExchange enabled, the gssapi-keyex path does not verify whether the authenticated Kerberos principal is authorized for the requested local user, allowing authenticated clients to log in as arbitrary users.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libssh: libssh: authentication bypass via missing GSSAPI principal check",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Hardened Images:libssh-main@aarch64",
          "Red Hat Hardened Images:libssh-main@noarch",
          "Red Hat Hardened Images:libssh-main@src",
          "Red Hat Hardened Images:libssh-main@x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-59851"
        },
        {
          "category": "external",
          "summary": "RHBZ#2498184",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498184"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-59851",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-59851"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59851",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59851"
        }
      ],
      "release_date": "2026-07-21T14:14:14.431000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T16:32:37+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:42922"
        },
        {
          "category": "workaround",
          "details": "Disable GSSAPIKeyExchange.",
          "product_ids": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Hardened Images:libssh-main@aarch64",
            "Red Hat Hardened Images:libssh-main@noarch",
            "Red Hat Hardened Images:libssh-main@src",
            "Red Hat Hardened Images:libssh-main@x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "libssh: libssh: authentication bypass via missing GSSAPI principal check"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…