Описание
Security update for gitea-tea
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
Список пакетов
openSUSE Leap 16.0
Ссылки
- SUSE Security Ratings
- SUSE Bug 1234598
- SUSE Bug 1235367
- SUSE Bug 1239493
- SUSE Bug 1241819
- SUSE Bug 1251471
- SUSE Bug 1251663
- SUSE Bug 1253576
- SUSE CVE CVE-2024-45337 page
- SUSE CVE CVE-2024-45338 page
- SUSE CVE CVE-2025-22869 page
- SUSE CVE CVE-2025-22872 page
- SUSE CVE CVE-2025-47911 page
- SUSE CVE CVE-2025-47913 page
- SUSE CVE CVE-2025-58190 page
Описание
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.
Затронутые продукты
Ссылки
- CVE-2024-45337
- SUSE Bug 1234482
Описание
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.
Затронутые продукты
Ссылки
- CVE-2024-45338
- SUSE Bug 1234794
Описание
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.
Затронутые продукты
Ссылки
- CVE-2025-22869
- SUSE Bug 1239322
Описание
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. <math>, <svg>, etc contexts).
Затронутые продукты
Ссылки
- CVE-2025-22872
- SUSE Bug 1241710
- SUSE Bug 1265255
- SUSE Bug 1265256
- SUSE Bug 1265259
Описание
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.
Затронутые продукты
Ссылки
- CVE-2025-47911
- SUSE Bug 1251308
Описание
SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.
Затронутые продукты
Ссылки
- CVE-2025-47913
- SUSE Bug 1253506
Описание
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.
Затронутые продукты
Ссылки
- CVE-2025-58190
- SUSE Bug 1251309