OPENSUSE-SU-2026:21603-1
Vulnerability from csaf_opensuse - Published: 2026-08-18 16:01 - Updated: 2026-09-17 17:42Summary
Security update for gitea-tea
Severity
Important
Notes
Title of the patch: Security update for gitea-tea
Description of the patch: This update for gitea-tea fixes the following issues:
Changes in gitea-tea:
- Update to 0.15.1, bringing in the 0.14.2/0.15.0/0.15.1 upstream
changes below (bsc#1253576):
* CVE-2025-47913: golang.org/x/crypto/ssh/agent client process
termination on an unexpected response to a key listing or
signing request, fixed by the vendored x/crypto bump to 0.54.0
(fix floor is 0.43.0 per GO-2025-4116)
- update to 0.15.1:
* f34697c5ed chore(config): replace authgate SDK with signet (#1081)
* a613a344de fix(test): disable gpg signing in worktree test repo (#1072)
* 6435b12202 chore(deps): pin dependencies (#1064)
- update to 0.15.0:
* fix(context): clarify the fallback login prompt wording in #1061
* Fix notifications --mine outside git repositories in #1056
* feat(assignees): add set, add, and remove assignees APIs in #1045
* fix(deps): update go dependencies in #1057
* fix(deps): update go dependencies in #1051
* fix(theme): don't query the terminal at start-up in #1054
* upgrade go sdk and add test in #1048
* feat(comments): accept -d/--description for comment body in #1043
* Add reply to code review in #978
* fix(http): add transport timeouts so tea fails fast on stalled
servers in #1020
* fix(config): write to keychain before config in #1044
- Update to version 0.14.2:
+ fix(labels): add org label for ls and pr
+ fix(oauth): pass resolved redirect_uri to token exchange
+ feat(pulls): show PR URL in detail view
+ feat(comments): add list/edit/delete subcommands to tea comment
+ feat(pulls): add --draft to create and --draft/--ready to edit
+ fix(pulls): restore standard fork-flow PR creation
+ fix(comment): don't block on stdin when body is given positionally
+ docs(login): make the git credential helper discoverable
+ fix(print): distinguish draft PRs from conflicting PRs
+ feat: add wiki CLI commands
+ fix(context): improve local repo detection logic and test
Patchnames: openSUSE-Leap-16.0-packagehub-504
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
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
6 products, the same list as for
CVE-2024-45337
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
6 products, the same list as for
CVE-2024-45337
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
6 products, the same list as for
CVE-2024-45337
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
6 products, the same list as for
CVE-2024-45337
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
6 products, the same list as for
CVE-2024-45337
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
6 products, the same list as for
CVE-2024-45337
Threats
Impact
moderate
References
33 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 gitea-tea",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gitea-tea fixes the following issues:\n\nChanges in gitea-tea:\n\n- Update to 0.15.1, bringing in the 0.14.2/0.15.0/0.15.1 upstream\n changes below (bsc#1253576):\n * CVE-2025-47913: golang.org/x/crypto/ssh/agent client process\n termination on an unexpected response to a key listing or\n signing request, fixed by the vendored x/crypto bump to 0.54.0\n (fix floor is 0.43.0 per GO-2025-4116)\n\n- update to 0.15.1:\n * f34697c5ed chore(config): replace authgate SDK with signet (#1081)\n * a613a344de fix(test): disable gpg signing in worktree test repo (#1072)\n * 6435b12202 chore(deps): pin dependencies (#1064)\n\n- update to 0.15.0:\n * fix(context): clarify the fallback login prompt wording in #1061\n * Fix notifications --mine outside git repositories in #1056\n * feat(assignees): add set, add, and remove assignees APIs in #1045\n * fix(deps): update go dependencies in #1057\n * fix(deps): update go dependencies in #1051\n * fix(theme): don\u0027t query the terminal at start-up in #1054\n * upgrade go sdk and add test in #1048\n * feat(comments): accept -d/--description for comment body in #1043\n * Add reply to code review in #978\n * fix(http): add transport timeouts so tea fails fast on stalled\n servers in #1020\n * fix(config): write to keychain before config in #1044\n\n- Update to version 0.14.2:\n + fix(labels): add org label for ls and pr\n + fix(oauth): pass resolved redirect_uri to token exchange\n + feat(pulls): show PR URL in detail view\n + feat(comments): add list/edit/delete subcommands to tea comment\n + feat(pulls): add --draft to create and --draft/--ready to edit\n + fix(pulls): restore standard fork-flow PR creation\n + fix(comment): don\u0027t block on stdin when body is given positionally\n + docs(login): make the git credential helper discoverable\n + fix(print): distinguish draft PRs from conflicting PRs\n + feat: add wiki CLI commands\n + fix(context): improve local repo detection logic and test\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-504",
"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_21603-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1234598",
"url": "https://bugzilla.suse.com/1234598"
},
{
"category": "self",
"summary": "SUSE Bug 1235367",
"url": "https://bugzilla.suse.com/1235367"
},
{
"category": "self",
"summary": "SUSE Bug 1239493",
"url": "https://bugzilla.suse.com/1239493"
},
{
"category": "self",
"summary": "SUSE Bug 1241819",
"url": "https://bugzilla.suse.com/1241819"
},
{
"category": "self",
"summary": "SUSE Bug 1251471",
"url": "https://bugzilla.suse.com/1251471"
},
{
"category": "self",
"summary": "SUSE Bug 1251663",
"url": "https://bugzilla.suse.com/1251663"
},
{
"category": "self",
"summary": "SUSE Bug 1253576",
"url": "https://bugzilla.suse.com/1253576"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22872 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22872/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47911 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47911/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47913 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47913/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58190 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58190/"
}
],
"title": "Security update for gitea-tea",
"tracking": {
"current_release_date": "2026-09-17T17:42:01Z",
"generator": {
"date": "2026-08-18T16:01:16Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:21603-1",
"initial_release_date": "2026-08-18T16:01:16Z",
"revision_history": [
{
"date": "2026-08-18T16:01:16Z",
"number": "1",
"summary": "Current version"
},
{
"date": "2026-09-16T20:45:27Z",
"number": "2",
"summary": "unknown changes"
},
{
"date": "2026-09-16T21:46:39Z",
"number": "3",
"summary": "unknown changes"
},
{
"date": "2026-09-17T17:42:01Z",
"number": "4",
"summary": "unknown changes"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"product": {
"name": "gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"product_id": "gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gitea-tea@0.15.1-bp160.1.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"product": {
"name": "gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"product_id": "gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gitea-tea-bash-completion@0.15.1-bp160.1.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch",
"product": {
"name": "gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch",
"product_id": "gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gitea-tea-zsh-completion@0.15.1-bp160.1.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"product": {
"name": "gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"product_id": "gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gitea-tea@0.15.1-bp160.1.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gitea-tea-0:0.15.1-bp160.1.1.s390x",
"product": {
"name": "gitea-tea-0:0.15.1-bp160.1.1.s390x",
"product_id": "gitea-tea-0:0.15.1-bp160.1.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gitea-tea@0.15.1-bp160.1.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"product": {
"name": "gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"product_id": "gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gitea-tea@0.15.1-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": "gitea-tea-0:0.15.1-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64"
},
"product_reference": "gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0:0.15.1-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le"
},
"product_reference": "gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0:0.15.1-bp160.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x"
},
"product_reference": "gitea-tea-0:0.15.1-bp160.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0:0.15.1-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64"
},
"product_reference": "gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch"
},
"product_reference": "gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
},
"product_reference": "gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"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:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-18T16:01:16Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"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:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-18T16:01:16Z",
"details": "moderate"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"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:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-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:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-18T16:01:16Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22872",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22872"
}
],
"notes": [
{
"category": "general",
"text": "The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. \u003cmath\u003e, \u003csvg\u003e, etc contexts).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22872",
"url": "https://www.suse.com/security/cve/CVE-2025-22872"
},
{
"category": "external",
"summary": "SUSE Bug 1241710 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1241710"
},
{
"category": "external",
"summary": "SUSE Bug 1265255 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1265255"
},
{
"category": "external",
"summary": "SUSE Bug 1265256 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1265256"
},
{
"category": "external",
"summary": "SUSE Bug 1265259 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1265259"
}
],
"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:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-18T16:01:16Z",
"details": "moderate"
}
],
"title": "CVE-2025-22872"
},
{
"cve": "CVE-2025-47911",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47911"
}
],
"notes": [
{
"category": "general",
"text": "The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47911",
"url": "https://www.suse.com/security/cve/CVE-2025-47911"
},
{
"category": "external",
"summary": "SUSE Bug 1251308 for CVE-2025-47911",
"url": "https://bugzilla.suse.com/1251308"
}
],
"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:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-18T16:01:16Z",
"details": "moderate"
}
],
"title": "CVE-2025-47911"
},
{
"cve": "CVE-2025-47913",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47913"
}
],
"notes": [
{
"category": "general",
"text": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47913",
"url": "https://www.suse.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "SUSE Bug 1253506 for CVE-2025-47913",
"url": "https://bugzilla.suse.com/1253506"
}
],
"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:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-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:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-18T16:01:16Z",
"details": "important"
}
],
"title": "CVE-2025-47913"
},
{
"cve": "CVE-2025-58190",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58190"
}
],
"notes": [
{
"category": "general",
"text": "The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58190",
"url": "https://www.suse.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "SUSE Bug 1251309 for CVE-2025-58190",
"url": "https://bugzilla.suse.com/1251309"
}
],
"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:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitea-tea-0:0.15.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:gitea-tea-bash-completion-0:0.15.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:gitea-tea-zsh-completion-0:0.15.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-18T16:01:16Z",
"details": "moderate"
}
],
"title": "CVE-2025-58190"
}
]
}
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…