Описание
Security update for cockpit-repos
This update for cockpit-repos fixes the following issues:
Update to version 4.7.
Security issues fixed:
- CVE-2025-13465: prototype pollution in the _.unset and _.omit functions can lead to deletion of methods from global (bsc#1257325).
- CVE-2025-64718: js-yaml prototype pollution in merge (bsc#1255425).
Other updates and bugfixes:
-
version update to 4.7
- Translation updates
-
version update to 4.6:
- Translation updates
- Dependency updates
- Fix translations pot file not being update
-
version update to 4.5:
- Dependency updates
-
version update to 4.4:
- Translation updates
- Dependency updates
Список пакетов
openSUSE Leap 16.0
Ссылки
- SUSE Security Ratings
- SUSE Bug 1255425
- SUSE Bug 1257325
- SUSE CVE CVE-2025-13465 page
- SUSE CVE CVE-2025-64718 page
Описание
Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the _.unset and _.omit functions. An attacker can pass crafted paths which cause Lodash to delete methods from global prototypes. The issue permits deletion of properties but does not allow overwriting their original behavior. This issue is patched on 4.17.23
Затронутые продукты
Ссылки
- CVE-2025-13465
- SUSE Bug 1257321
Описание
js-yaml is a JavaScript YAML parser and dumper. In js-yaml before 4.1.1 and 3.14.2, it's possible for an attacker to modify the prototype of the result of a parsed yaml document via prototype pollution (`__proto__`). All users who parse untrusted yaml documents may be impacted. The problem is patched in js-yaml 4.1.1 and 3.14.2. Users can protect against this kind of attack on the server by using `node --disable-proto=delete` or `deno` (in Deno, pollution protection is on by default).
Затронутые продукты
Ссылки
- CVE-2025-64718
- SUSE Bug 1255407