suse-su-2025:1332-1
Vulnerability from csaf_suse
Published
2025-04-17 01:37
Modified
2025-04-17 01:37
Summary
Security update for rekor
Notes
Title of the patch
Security update for rekor
Description of the patch
This update for rekor fixes the following issues:
- CVE-2023-45288: rekor: golang.org/x/net/http2: Fixed close connections when receiving too many headers (bsc#1236519)
- CVE-2024-6104: rekor: hashicorp/go-retryablehttp: Fixed sensitive information disclosure inside log file (bsc#1227053)
- CVE-2025-22868: rekor: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239191)
- CVE-2025-22869: rekor: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239327)
- CVE-2025-27144: rekor: gopkg.in/go-jose/go-jose.v2,github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE's parsing (bsc#1237638)
- CVE-2025-30204: rekor: github.com/golang-jwt/jwt/v5: Fixed jwt-go allowing excessive memory allocation during header parsing (bsc#1240468)
Other fixes:
- Update to version 1.3.10:
* Features
- Added --client-signing-algorithms flag (#1974)
* Fixes / Misc
- emit unpopulated values when marshalling (#2438)
- pkg/api: better logs when algorithm registry rejects a key
(#2429)
- chore: improve mysql readiness checks (#2397)
- Added --client-signing-algorithms flag (#1974)
- Update to version 1.3.9 (jsc#SLE-23476):
* Cache checkpoint for inactive shards (#2332)
* Support per-shard signing keys (#2330)
- Update to version 1.3.8:
* Bug Fixes
- fix zizmor issues (#2298)
- remove unneeded value in log message (#2282)
* Quality Enhancements
- chore: relax go directive to permit 1.22.x
- fetch minisign from homebrew instead of custom ppa (#2329)
- fix(ci): simplify GOVERSION extraction
- chore(deps): bump actions pins to latest
- Updates go and golangci-lint (#2302)
- update builder to use go1.23.4 (#2301)
- clean up spaces
- log request body on 500 error to aid debugging (#2283)
- Update to version 1.3.7:
* New Features
- log request body on 500 error to aid debugging (#2283)
- Add support for signing with Tink keyset (#2228)
- Add public key hash check in Signed Note verification (#2214)
- update Trillian TLS configuration (#2202)
- Add TLS support for Trillian server (#2164)
- Replace docker-compose with plugin if available (#2153)
- Add flags to backfill script (#2146)
- Unset DisableKeepalive for backfill HTTP client (#2137)
- Add script to delete indexes from Redis (#2120)
- Run CREATE statement in backfill script (#2109)
- Add MySQL support to backfill script (#2081)
- Run e2e tests on mysql and redis index backends (#2079)
* Bug Fixes
- remove unneeded value in log message (#2282)
- Add error message when computing consistency proof (#2278)
- fix validation error handling on API (#2217)
- fix error in pretty-printed inclusion proof from verify
subcommand (#2210)
- Fix index scripts (#2203)
- fix failing sharding test
- Better error handling in backfill script (#2148)
- Batch entries in cleanup script (#2158)
- Add missing workflow for index cleanup test (#2121)
- hashedrekord: fix schema $id (#2092)
Patchnames
SUSE-2025-1332,SUSE-SLE-Module-Basesystem-15-SP6-2025-1332,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1332,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1332,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1332,openSUSE-SLE-15.6-2025-1332
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 rekor", "title": "Title of the patch" }, { "category": "description", "text": "This update for rekor fixes the following issues:\n\n- CVE-2023-45288: rekor: golang.org/x/net/http2: Fixed close connections when receiving too many headers (bsc#1236519)\n- CVE-2024-6104: rekor: hashicorp/go-retryablehttp: Fixed sensitive information disclosure inside log file (bsc#1227053)\n- CVE-2025-22868: rekor: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239191)\n- CVE-2025-22869: rekor: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239327)\n- CVE-2025-27144: rekor: gopkg.in/go-jose/go-jose.v2,github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE\u0027s parsing (bsc#1237638)\n- CVE-2025-30204: rekor: github.com/golang-jwt/jwt/v5: Fixed jwt-go allowing excessive memory allocation during header parsing (bsc#1240468)\n\nOther fixes:\n\n- Update to version 1.3.10:\n * Features\n - Added --client-signing-algorithms flag (#1974)\n * Fixes / Misc\n - emit unpopulated values when marshalling (#2438)\n - pkg/api: better logs when algorithm registry rejects a key\n (#2429)\n - chore: improve mysql readiness checks (#2397)\n - Added --client-signing-algorithms flag (#1974)\n\n- Update to version 1.3.9 (jsc#SLE-23476):\n * Cache checkpoint for inactive shards (#2332)\n * Support per-shard signing keys (#2330)\n\n- Update to version 1.3.8:\n * Bug Fixes\n - fix zizmor issues (#2298)\n - remove unneeded value in log message (#2282)\n * Quality Enhancements\n - chore: relax go directive to permit 1.22.x\n - fetch minisign from homebrew instead of custom ppa (#2329)\n - fix(ci): simplify GOVERSION extraction\n - chore(deps): bump actions pins to latest\n - Updates go and golangci-lint (#2302)\n - update builder to use go1.23.4 (#2301)\n - clean up spaces\n - log request body on 500 error to aid debugging (#2283)\n\n- Update to version 1.3.7:\n * New Features\n - log request body on 500 error to aid debugging (#2283)\n - Add support for signing with Tink keyset (#2228)\n - Add public key hash check in Signed Note verification (#2214)\n - update Trillian TLS configuration (#2202)\n - Add TLS support for Trillian server (#2164)\n - Replace docker-compose with plugin if available (#2153)\n - Add flags to backfill script (#2146)\n - Unset DisableKeepalive for backfill HTTP client (#2137)\n - Add script to delete indexes from Redis (#2120)\n - Run CREATE statement in backfill script (#2109)\n - Add MySQL support to backfill script (#2081)\n - Run e2e tests on mysql and redis index backends (#2079)\n * Bug Fixes\n - remove unneeded value in log message (#2282)\n - Add error message when computing consistency proof (#2278)\n - fix validation error handling on API (#2217)\n - fix error in pretty-printed inclusion proof from verify\n subcommand (#2210)\n - Fix index scripts (#2203)\n - fix failing sharding test\n - Better error handling in backfill script (#2148)\n - Batch entries in cleanup script (#2158)\n - Add missing workflow for index cleanup test (#2121)\n - hashedrekord: fix schema $id (#2092)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1332,SUSE-SLE-Module-Basesystem-15-SP6-2025-1332,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1332,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1332,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1332,openSUSE-SLE-15.6-2025-1332", "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/suse-su-2025_1332-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:1332-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251332-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:1332-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039053.html" }, { "category": "self", "summary": "SUSE Bug 1227053", "url": "https://bugzilla.suse.com/1227053" }, { "category": "self", "summary": "SUSE Bug 1236519", "url": "https://bugzilla.suse.com/1236519" }, { "category": "self", "summary": "SUSE Bug 1237638", "url": "https://bugzilla.suse.com/1237638" }, { "category": "self", "summary": "SUSE Bug 1239191", "url": "https://bugzilla.suse.com/1239191" }, { "category": "self", "summary": "SUSE Bug 1239327", "url": "https://bugzilla.suse.com/1239327" }, { "category": "self", "summary": "SUSE Bug 1240468", "url": "https://bugzilla.suse.com/1240468" }, { "category": "self", "summary": "SUSE CVE CVE-2023-45288 page", "url": "https://www.suse.com/security/cve/CVE-2023-45288/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-6104 page", "url": "https://www.suse.com/security/cve/CVE-2024-6104/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-22868 page", "url": "https://www.suse.com/security/cve/CVE-2025-22868/" }, { "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-27144 page", "url": "https://www.suse.com/security/cve/CVE-2025-27144/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-30204 page", "url": "https://www.suse.com/security/cve/CVE-2025-30204/" } ], "title": "Security update for rekor", "tracking": { "current_release_date": "2025-04-17T01:37:13Z", "generator": { "date": "2025-04-17T01:37:13Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:1332-1", "initial_release_date": "2025-04-17T01:37:13Z", "revision_history": [ { "date": "2025-04-17T01:37:13Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "rekor-1.3.10-150400.4.25.1.aarch64", "product": { "name": "rekor-1.3.10-150400.4.25.1.aarch64", "product_id": "rekor-1.3.10-150400.4.25.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rekor-1.3.10-150400.4.25.1.i586", "product": { "name": "rekor-1.3.10-150400.4.25.1.i586", "product_id": "rekor-1.3.10-150400.4.25.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "rekor-1.3.10-150400.4.25.1.ppc64le", "product": { "name": "rekor-1.3.10-150400.4.25.1.ppc64le", "product_id": "rekor-1.3.10-150400.4.25.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rekor-1.3.10-150400.4.25.1.s390x", "product": { "name": "rekor-1.3.10-150400.4.25.1.s390x", "product_id": "rekor-1.3.10-150400.4.25.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rekor-1.3.10-150400.4.25.1.x86_64", "product": { "name": "rekor-1.3.10-150400.4.25.1.x86_64", "product_id": "rekor-1.3.10-150400.4.25.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp5" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le" }, "product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x" }, "product_reference": "rekor-1.3.10-150400.4.25.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le" }, "product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x" }, "product_reference": "rekor-1.3.10-150400.4.25.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le" }, "product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x" }, "product_reference": "rekor-1.3.10-150400.4.25.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le" }, "product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le" }, "product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le" }, "product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x" }, "product_reference": "rekor-1.3.10-150400.4.25.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le" }, "product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x" }, "product_reference": "rekor-1.3.10-150400.4.25.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" }, "product_reference": "rekor-1.3.10-150400.4.25.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-45288", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-45288" } ], "notes": [ { "category": "general", "text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-45288", "url": "https://www.suse.com/security/cve/CVE-2023-45288" }, { "category": "external", "summary": "SUSE Bug 1221400 for CVE-2023-45288", "url": "https://bugzilla.suse.com/1221400" } ], "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-17T01:37:13Z", "details": "moderate" } ], "title": "CVE-2023-45288" }, { "cve": "CVE-2024-6104", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-6104" } ], "notes": [ { "category": "general", "text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-6104", "url": "https://www.suse.com/security/cve/CVE-2024-6104" }, { "category": "external", "summary": "SUSE Bug 1227024 for CVE-2024-6104", "url": "https://bugzilla.suse.com/1227024" } ], "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-17T01:37:13Z", "details": "moderate" } ], "title": "CVE-2024-6104" }, { "cve": "CVE-2025-22868", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-22868" } ], "notes": [ { "category": "general", "text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-22868", "url": "https://www.suse.com/security/cve/CVE-2025-22868" }, { "category": "external", "summary": "SUSE Bug 1239185 for CVE-2025-22868", "url": "https://bugzilla.suse.com/1239185" }, { "category": "external", "summary": "SUSE Bug 1239186 for CVE-2025-22868", "url": "https://bugzilla.suse.com/1239186" } ], "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-17T01:37:13Z", "details": "important" } ], "title": "CVE-2025-22868" }, { "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] }, "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-17T01:37:13Z", "details": "important" } ], "title": "CVE-2025-22869" }, { "cve": "CVE-2025-27144", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-27144" } ], "notes": [ { "category": "general", "text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-27144", "url": "https://www.suse.com/security/cve/CVE-2025-27144" }, { "category": "external", "summary": "SUSE Bug 1237608 for CVE-2025-27144", "url": "https://bugzilla.suse.com/1237608" }, { "category": "external", "summary": "SUSE Bug 1237609 for CVE-2025-27144", "url": "https://bugzilla.suse.com/1237609" } ], "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-17T01:37:13Z", "details": "important" } ], "title": "CVE-2025-27144" }, { "cve": "CVE-2025-30204", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-30204" } ], "notes": [ { "category": "general", "text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-30204", "url": "https://www.suse.com/security/cve/CVE-2025-30204" }, { "category": "external", "summary": "SUSE Bug 1240441 for CVE-2025-30204", "url": "https://bugzilla.suse.com/1240441" }, { "category": "external", "summary": "SUSE Bug 1240442 for CVE-2025-30204", "url": "https://bugzilla.suse.com/1240442" } ], "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x", "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x", "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-17T01:37:13Z", "details": "important" } ], "title": "CVE-2025-30204" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…