OPENSUSE-SU-2026:21861-1
Vulnerability from csaf_opensuse - Published: 2026-09-15 16:45 - Updated: 2026-09-17 17:44Summary
Security update for gh
Severity
Important
Notes
Title of the patch: Security update for gh
Description of the patch: This update for gh fixes the following issues:
Changes in gh:
Update to version 2.100.0, fixing two deadlock issues in the vendored
golang.org/x/crypto/ssh library reachable via crafted SSH channel
messages (CVE-2026-56854, CVE-2026-56855, CVE-2026-78662, bsc#1278604):
* Fix gh api telemetry disablement
* Bump go-gh to v2.16.0
* Expose per-host API host config
* chore: bump toolchain to go1.26.8
* chore: bump golang.org/x/crypto to 0.56.0
* Record attachment invocation telemetry
* Add webhook as an official extension
* Merge pull request #14318 from cli/issue-triage-improvements
* Refine GHES support wording
* Use version-neutral GHES support link
* Clarify supported GHES versions
* Bump go-gh to v2.15.0
* Remove redundant searcher comment
* Remove unnecessary 204 on release edit
* Remove redundant comment in gist create
* Comment api command api_host usage
* Comment missing api-client-rollout todo
* Document when telemetry disabling is overzealous
* Refactor AddAuthTokenHeader
* Rename tokenGetter to config
* build(deps): bump go-gh to rebased per-host api_host branch
* refactor(attachments): send uploads through api.Client.DoRequest
* test(internal/attachments): add new method required by interface
* fix(api): compare request hostname without port when attaching auth token
* test(acceptance): fix scriptfilter table field alignment
* build(deps): bump go-gh to per-host api_host branch
* chore(codeql): cover api.Client.Request in SafeURL path query
* fix(auth/shared): route GetScopes path through safeurl
* test(config): add coverage for APIHostForHost
* test(config): cover deterministic api_host collision resolution
* test(api): assert DoRequest preserves an explicit ContentLength
* test(acceptance): cover selecting multiple scripts in one directory
* refactor(api): use errors.AsType for HTTP error checks
* fix(config): resolve api_host collisions deterministically
* docs(api): clarify redirect method-rewriting in comments
* Send release asset uploads and downloads through api.Client
* Let callers set headers on a shared client request
* Let a caller stop a request following redirects
* Let a caller name the scopes an endpoint needs
* Add a raw response request surface to api.Client
* Send RenameRepo to a relative path
* Make gh api honour api_host for relative paths
* Send a host's token to its configured api_host
* Add the api_host gateway harness
* Let GH_ACCEPTANCE_SCRIPT name several scripts
* Wait longer for the search index in the issues script
* Add acceptance coverage for gist
* Fix discussion acceptance test flags
* Resolve aliases to their target when rendering full help on error
* Print full help on command misuse for invoking agents
Update to version 2.99.0:
* Add repeatable --attach flag to upload local images/videos to
issues, pull requests, and comments (max 50 files per call)
* Add worktree checkout support to gh issue develop --checkout
--worktree
* Fix repo sync to avoid corrupting a linked worktree and to
explain when the target branch is checked out elsewhere
* Fix pr merge --delete-branch to safely handle linked worktrees
* Reject --comments combined with --json on view commands
Patchnames: openSUSE-Leap-16.0-packagehub-593
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gh-bash-completion-0:2.100.0-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gh-fish-completion-0:2.100.0-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gh-zsh-completion-0:2.100.0-bp160.1.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
7 products, the same list as for
CVE-2026-56854
Threats
Impact
important
7.5 (High)
Affected products
Recommended
7 products, the same list as for
CVE-2026-56854
Threats
Impact
important
References
15 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gh",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gh fixes the following issues:\n\nChanges in gh:\n\nUpdate to version 2.100.0, fixing two deadlock issues in the vendored\ngolang.org/x/crypto/ssh library reachable via crafted SSH channel\nmessages (CVE-2026-56854, CVE-2026-56855, CVE-2026-78662, bsc#1278604):\n \n* Fix gh api telemetry disablement\n* Bump go-gh to v2.16.0\n* Expose per-host API host config\n* chore: bump toolchain to go1.26.8\n* chore: bump golang.org/x/crypto to 0.56.0\n* Record attachment invocation telemetry\n* Add webhook as an official extension\n* Merge pull request #14318 from cli/issue-triage-improvements\n* Refine GHES support wording\n* Use version-neutral GHES support link\n* Clarify supported GHES versions\n* Bump go-gh to v2.15.0\n* Remove redundant searcher comment\n* Remove unnecessary 204 on release edit\n* Remove redundant comment in gist create\n* Comment api command api_host usage\n* Comment missing api-client-rollout todo\n* Document when telemetry disabling is overzealous\n* Refactor AddAuthTokenHeader\n* Rename tokenGetter to config\n* build(deps): bump go-gh to rebased per-host api_host branch\n* refactor(attachments): send uploads through api.Client.DoRequest\n* test(internal/attachments): add new method required by interface\n* fix(api): compare request hostname without port when attaching auth token\n* test(acceptance): fix scriptfilter table field alignment\n* build(deps): bump go-gh to per-host api_host branch\n* chore(codeql): cover api.Client.Request in SafeURL path query\n* fix(auth/shared): route GetScopes path through safeurl\n* test(config): add coverage for APIHostForHost\n* test(config): cover deterministic api_host collision resolution\n* test(api): assert DoRequest preserves an explicit ContentLength\n* test(acceptance): cover selecting multiple scripts in one directory\n* refactor(api): use errors.AsType for HTTP error checks\n* fix(config): resolve api_host collisions deterministically\n* docs(api): clarify redirect method-rewriting in comments\n* Send release asset uploads and downloads through api.Client\n* Let callers set headers on a shared client request\n* Let a caller stop a request following redirects\n* Let a caller name the scopes an endpoint needs\n* Add a raw response request surface to api.Client\n* Send RenameRepo to a relative path\n* Make gh api honour api_host for relative paths\n* Send a host\u0027s token to its configured api_host\n* Add the api_host gateway harness\n* Let GH_ACCEPTANCE_SCRIPT name several scripts\n* Wait longer for the search index in the issues script\n* Add acceptance coverage for gist\n* Fix discussion acceptance test flags\n* Resolve aliases to their target when rendering full help on error\n* Print full help on command misuse for invoking agents\n\nUpdate to version 2.99.0:\n\n* Add repeatable --attach flag to upload local images/videos to\n issues, pull requests, and comments (max 50 files per call)\n* Add worktree checkout support to gh issue develop --checkout\n --worktree\n* Fix repo sync to avoid corrupting a linked worktree and to\n explain when the target branch is checked out elsewhere\n* Fix pr merge --delete-branch to safely handle linked worktrees\n* Reject --comments combined with --json on view commands\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-593",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_21861-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1278604",
"url": "https://bugzilla.suse.com/1278604"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56854 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56854/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56855 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56855/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-78662 page",
"url": "https://www.suse.com/security/cve/CVE-2026-78662/"
}
],
"title": "Security update for gh",
"tracking": {
"current_release_date": "2026-09-17T17:44:47Z",
"generator": {
"date": "2026-09-15T16:45:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:21861-1",
"initial_release_date": "2026-09-15T16:45:32Z",
"revision_history": [
{
"date": "2026-09-15T16:45:32Z",
"number": "1",
"summary": "Current version"
},
{
"date": "2026-09-17T17:44:47Z",
"number": "2",
"summary": "unknown changes"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gh-0:2.100.0-bp160.1.1.aarch64",
"product": {
"name": "gh-0:2.100.0-bp160.1.1.aarch64",
"product_id": "gh-0:2.100.0-bp160.1.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gh@2.100.0-bp160.1.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"product": {
"name": "gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"product_id": "gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gh-bash-completion@2.100.0-bp160.1.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"product": {
"name": "gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"product_id": "gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gh-fish-completion@2.100.0-bp160.1.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gh-zsh-completion-0:2.100.0-bp160.1.1.noarch",
"product": {
"name": "gh-zsh-completion-0:2.100.0-bp160.1.1.noarch",
"product_id": "gh-zsh-completion-0:2.100.0-bp160.1.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gh-zsh-completion@2.100.0-bp160.1.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gh-0:2.100.0-bp160.1.1.ppc64le",
"product": {
"name": "gh-0:2.100.0-bp160.1.1.ppc64le",
"product_id": "gh-0:2.100.0-bp160.1.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gh@2.100.0-bp160.1.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gh-0:2.100.0-bp160.1.1.s390x",
"product": {
"name": "gh-0:2.100.0-bp160.1.1.s390x",
"product_id": "gh-0:2.100.0-bp160.1.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gh@2.100.0-bp160.1.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gh-0:2.100.0-bp160.1.1.x86_64",
"product": {
"name": "gh-0:2.100.0-bp160.1.1.x86_64",
"product_id": "gh-0:2.100.0-bp160.1.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gh@2.100.0-bp160.1.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gh-0:2.100.0-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.aarch64"
},
"product_reference": "gh-0:2.100.0-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gh-0:2.100.0-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.ppc64le"
},
"product_reference": "gh-0:2.100.0-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gh-0:2.100.0-bp160.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.s390x"
},
"product_reference": "gh-0:2.100.0-bp160.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gh-0:2.100.0-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.x86_64"
},
"product_reference": "gh-0:2.100.0-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gh-bash-completion-0:2.100.0-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gh-bash-completion-0:2.100.0-bp160.1.1.noarch"
},
"product_reference": "gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gh-fish-completion-0:2.100.0-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gh-fish-completion-0:2.100.0-bp160.1.1.noarch"
},
"product_reference": "gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gh-zsh-completion-0:2.100.0-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gh-zsh-completion-0:2.100.0-bp160.1.1.noarch"
},
"product_reference": "gh-zsh-completion-0:2.100.0-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-56854",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56854"
}
],
"notes": [
{
"category": "general",
"text": "The source-address critical option in the Permissions returned by an authentication callback was only enforced for the PublicKeyCallback and VerifiedPublicKeyCallback paths, extending the fix for CVE-2026-46595. Permissions returned by the PasswordCallback, KeyboardInteractiveCallback, NoClientAuthCallback, and GSSAPIWithMICConfig.AllowLogin callbacks were not validated against the client\u0027s remote address, so a source-address restriction set by those callbacks was silently ignored. The check is now applied to the Permissions returned by any authentication callback.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-zsh-completion-0:2.100.0-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56854",
"url": "https://www.suse.com/security/cve/CVE-2026-56854"
},
{
"category": "external",
"summary": "SUSE Bug 1278446 for CVE-2026-56854",
"url": "https://bugzilla.suse.com/1278446"
},
{
"category": "external",
"summary": "SUSE Bug 1280553 for CVE-2026-56854",
"url": "https://bugzilla.suse.com/1280553"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-zsh-completion-0:2.100.0-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-zsh-completion-0:2.100.0-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-15T16:45:32Z",
"details": "important"
}
],
"title": "CVE-2026-56854"
},
{
"cve": "CVE-2026-56855",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56855"
}
],
"notes": [
{
"category": "general",
"text": "Previously, after a channel has been established, a malicious peer could send crafted messages that would deadlock the entire connection. Now, we handle all RFC 4254 channel messages; global requests are handled explicitly. Then, treat all other messages as a protocol error and tear the connection down instead of buffering and blocking.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-zsh-completion-0:2.100.0-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56855",
"url": "https://www.suse.com/security/cve/CVE-2026-56855"
},
{
"category": "external",
"summary": "SUSE Bug 1278446 for CVE-2026-56855",
"url": "https://bugzilla.suse.com/1278446"
},
{
"category": "external",
"summary": "SUSE Bug 1280553 for CVE-2026-56855",
"url": "https://bugzilla.suse.com/1280553"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-zsh-completion-0:2.100.0-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-zsh-completion-0:2.100.0-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-15T16:45:32Z",
"details": "important"
}
],
"title": "CVE-2026-56855"
},
{
"cve": "CVE-2026-78662",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-78662"
}
],
"notes": [
{
"category": "general",
"text": "Previously, a channel registered in the mux\u0027s chanList is not usable until it is established. A malicious peer was able flood the channel\u0027s incomingRequests, deadlocking the entire connection. Now, we add an atomic established state, set when a channel becomes usable. Until such a time, handlePacket drops every packet other than the open confirmation/failure, without blocking and without tearing down the connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-zsh-completion-0:2.100.0-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-78662",
"url": "https://www.suse.com/security/cve/CVE-2026-78662"
},
{
"category": "external",
"summary": "SUSE Bug 1278446 for CVE-2026-78662",
"url": "https://bugzilla.suse.com/1278446"
},
{
"category": "external",
"summary": "SUSE Bug 1280553 for CVE-2026-78662",
"url": "https://bugzilla.suse.com/1280553"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-zsh-completion-0:2.100.0-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gh-0:2.100.0-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gh-bash-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-fish-completion-0:2.100.0-bp160.1.1.noarch",
"openSUSE Leap 16.0:gh-zsh-completion-0:2.100.0-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-15T16:45:32Z",
"details": "important"
}
],
"title": "CVE-2026-78662"
}
]
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
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…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Loading…
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.
Loading…