suse-su-2025:20057-1
Vulnerability from csaf_suse
Published
2025-02-03 08:57
Modified
2025-02-03 08:57
Summary
Security update for rust-keylime
Notes
Title of the patch
Security update for rust-keylime
Description of the patch
This update for rust-keylime fixes the following issues:
- Update vendored crates (CVE-2024-43806, bsc#1229952, bsc#1230029)
* rustix 0.37.25
* rustix 0.38.34
* shlex 1.3.0
- Update to version 0.2.6+13:
* Enable test functional/iak-idevid-persisted-and-protected
* build(deps): bump uuid from 1.7.0 to 1.10.0
* build(deps): bump openssl from 0.10.64 to 0.10.66
* keylime-agent/src/revocation: Fix comment indentation
* keylime/crypto: Fix indentation of documentation comment
* build(deps): bump thiserror from 1.0.59 to 1.0.63
* build(deps): bump serde_json from 1.0.116 to 1.0.120
* dependabot: Extend to also monitor workflow actions
* ci: Disable Packit CI on CentOS Stream 9
* ci: use CODECOV_TOKEN when submitting coverage data
* revocation: Use into() for unfallible transformation
* secure_mount: Fix possible infinite loop
* error: Rename enum variants to avoid clippy warning
- Update to version 0.2.6~0:
* Bump version to 0.2.6
* build(deps): bump libc from 0.2.153 to 0.2.155
* build(deps): bump serde from 1.0.196 to 1.0.203
* rpm/fedora: Update rust macro usage
* config: Support hostnames in registrar_ip option
* added use of persisted IAK and IDevID and authorisation values
* config changes
* Adding /agent/info API to agent
* Fix leftover 'unnecessary qualification' warnings on tests
- Update to version 0.2.5~4:
* Fix 'unnecessary qualification' warnings
* fix IAK template to match IDevID
* rpm: fix COPR RPMs build for centos-stream-10
* Build COPR RPMs for centos-stream-10
- Update to version 0.2.5~0:
* Bump version to 0.2.5
* cargo: Relax required version for pest crate
* build(deps): bump log from 0.4.20 to 0.4.21
* build(deps): bump thiserror from 1.0.56 to 1.0.59
- actix-web update moves rustls as feature (bsc#1223234, CVE-2024-32650)
- Update to version 0.2.4~39:
* build(deps): bump openssl from 0.10.63 to 0.10.64
* build(deps): bump h2 from 0.3.24 to 0.3.26
* build(deps): bump serde_json from 1.0.107 to 1.0.116
* build(deps): bump actix-web from 4.4.1 to 4.5.1
* crypto: Enable TLS 1.3
* build(deps): bump tempfile from 3.9.0 to 3.10.1
* build(deps): bump mio from 0.8.4 to 0.8.11
* enable hex values to be used for tpm_ownerpassword
* config: Support IPv6 with or without brackets
* keylime: Implement a simple IP parser to remove brackets
* crypto: Implement CertificateBuilder to generate certificates
* tests: Fix coverage download by supporting arbitrary URL
* cargo: Add testing feature to keylime library
* Set X509 SAN with local DNSname/IP/IPv6
* Include newest Node20 versions for Github actions
* tpm: Add unit test for uncovered public functions
* crypto: Implement ECC key generation support
* crypto: Add test for match_cert_to_template()
* Fix minor typo, format and remove end whitespaces
* crypto: Make error types less specific
* tests/run.sh: Run tarpaulin with a single thread
* payloads: Remove explicit drop of channel transmitter
* crypto: Move to keylime library
* crypto: Add specific type for every possible error
* tpm: Rename origin of error as source in structures
* list_parser: Add source for error for backtrace
* algorithms: Make errors more specific
* typo fix for default path to measured boot log file
* README: remove mentions of libarchive as a dependency
* Dockerfile.wolfi: Update clang to version 17
* docker: Remove libarchive as a dependency
* rpm: Remove libarchive from dependencies
* cargo: Replace compress-tools with zip crate
* cargo: Bump ahash to version 0.8.7
* build(deps): bump serde from 1.0.195 to 1.0.196
* build(deps): bump libc from 0.2.152 to 0.2.153
* build(deps): bump reqwest from 0.11.23 to 0.11.24
* docker: Install configuration file in the correct path
* config: Make IAK/IDevID disabled by default
- Update to version 0.2.4+git.1706692574.a744517:
* Bump version to 0.2.4
* build(deps): bump uuid from 1.4.1 to 1.7.0
* keylime-agent.conf: Allow setting event logs paths
* Mutable log paths: allow IMA and MBA log paths to be overridden by keylime configuration.
* workflows: Update checkout action to version 4
* build(deps): bump serde from 1.0.188 to 1.0.195
* build(deps): bump pest_derive from 2.7.0 to 2.7.6
* build(deps): bump openssl from 0.10.62 to 0.10.63
* build(deps): bump config from 0.13.3 to 0.13.4
* build(deps): bump base64 from 0.21.4 to 0.21.7
* build(deps): bump tempfile from 3.8.0 to 3.9.0
* build(deps): bump pest from 2.7.0 to 2.7.6
* build(deps): bump actix-web from 4.4.0 to 4.4.1
* build(deps): bump reqwest from 0.11.22 to 0.11.23
* build(deps): bump h2 from 0.3.17 to 0.3.24
* build(deps): bump shlex from 1.1.0 to 1.3.0
* cargo: Bump tss-esapi to version 7.4.0
* workflows: Fix keylime-bot token usage
* tpm: Add error context for every possible error
* tpm: Add AlgorithmError to TpmError
* detect idevid template from certificates
* build(deps): bump wiremock from 0.5.18 to 0.5.22
* build(deps): bump thiserror from 1.0.48 to 1.0.56
* Make use of workspace dependencies
* build(deps): bump openssl from 0.10.57 to 0.10.62
* packit: Bump Fedora version used for code coverage
- Update to version 0.2.3+git.1701075380.a5dc985:
* build(deps): bump actix-rt from 2.8.0 to 2.9.0
* Bump version to 0.2.3
* build(deps): bump reqwest from 0.11.20 to 0.11.22
* Bump configuration version and fix enable_iak_idevid
* Enable test functional/iak-idevid-register-with-certificates
* Update packit plan with new tests
* Add certificates and certificate checking for IDevID and IAK keys (#669)
- Update to version 0.2.2+git.1697658634.9c7c6fa:
* build(deps): bump rustix from 0.37.11 to 0.37.25
* build(deps): bump tempfile from 3.6.0 to 3.8.0
* build(deps): bump base64 from 0.21.0 to 0.21.4
* build(deps): bump serde_json from 1.0.96 to 1.0.107
* build(deps): bump openssl from 0.10.55 to 0.10.57
* cargo: Bump serde to version 1.0.188
* tests: Fix tarpaulin issues with dropped -v option
* build(deps): bump signal-hook from 0.3.15 to 0.3.17
* build(deps): bump actix-web from 4.3.1 to 4.4.0
* build(deps): bump thiserror from 1.0.40 to 1.0.48
* Remove private_in_public
* Initial PR to add support for IDevID and IAK
* build(deps): bump uuid from 1.3.1 to 1.4.1
* build(deps): bump log from 0.4.17 to 0.4.20
* build(deps): bump reqwest from 0.11.16 to 0.11.20
* Do not use too specific version on cargo audit workflow
* Add workflow to run cargo-audit security audit
* README: update dependencies for Debian and Ubuntu
* Use latest versions of checkout/upload-artifacts
* docker: Add 'keylime' system user
* Use "currently" for swtpm emulator warning (#632)
* Update container workflow actions versions
* Build container image and push to quay.io
* README: update requirements
- Update to version 0.2.2+git.1689256829.3d2b627:
* Bump version to 0.2.2
* build(deps): bump tempfile from 3.5.0 to 3.6.0
* removing SIGINT stop signals from Dockerfiles and systemd service, as well as adding SIGTERM to IMA emulator as shutdown signal
- Update to version 0.2.1+git.1689167094.67ce0cf:
* cargo: Bump serde to version 1.0.166
* build(deps): bump libc from 0.2.142 to 0.2.147
* adding release Dockerfiles in 3 flavours: fedora, distroless and wolfi
* hash: add more configurable hash algorithm for public key digest
* cargo: Update clap to version 4.3.11
* cargo: Bump tokio crate version to 1.28.2
* Add an example of IMA policy
* main: Gracefully shutdown on SIGTERM or SIGINT
* cargo: Bump proc-macro2 crate version
* revocation: Parse revocation actions flexibly
* crypto: Add unit tests for x509 functions
* crypto: Make internal functions private
* config: Add unit test for the list to files mapping
* config: Make trusted_client_ca to accept lists
* lib: Implement parser for lists from config file
* build(deps): bump openssl from 0.10.48 to 0.10.55
* Add secure mount sanity test to packit testing.
* [packit] Do not let COPR project expire
- Recommends the IMA Policy subpackage only if SELinux is configured
- Update to version 0.2.1+git.1685699835.3c9d17c:
* Remove MOUNT_SECURE bool
* rpm: Remove unused directory and add dependency for mount
* keylime-agent/src: update API version to 2.1 to consistent with https://github.com/keylime/keylime/blob/master/docs/rest_apis.rst
* docker/fedora/keylime_rust.Dockerfile: add the logic of cloning and compiling rust-keylime
* [tests] Update test coverage task name regexp
* [tests] Simply coverage file URL parsing
Patchnames
SUSE-SLE-Micro-6.0-65
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": "moderate" }, "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 rust-keylime", "title": "Title of the patch" }, { "category": "description", "text": "This update for rust-keylime fixes the following issues:\n\n- Update vendored crates (CVE-2024-43806, bsc#1229952, bsc#1230029)\n * rustix 0.37.25\n * rustix 0.38.34\n * shlex 1.3.0\n\n- Update to version 0.2.6+13:\n * Enable test functional/iak-idevid-persisted-and-protected\n * build(deps): bump uuid from 1.7.0 to 1.10.0\n * build(deps): bump openssl from 0.10.64 to 0.10.66\n * keylime-agent/src/revocation: Fix comment indentation\n * keylime/crypto: Fix indentation of documentation comment\n * build(deps): bump thiserror from 1.0.59 to 1.0.63\n * build(deps): bump serde_json from 1.0.116 to 1.0.120\n * dependabot: Extend to also monitor workflow actions\n * ci: Disable Packit CI on CentOS Stream 9\n * ci: use CODECOV_TOKEN when submitting coverage data\n * revocation: Use into() for unfallible transformation\n * secure_mount: Fix possible infinite loop\n * error: Rename enum variants to avoid clippy warning\n\n- Update to version 0.2.6~0:\n * Bump version to 0.2.6\n * build(deps): bump libc from 0.2.153 to 0.2.155\n * build(deps): bump serde from 1.0.196 to 1.0.203\n * rpm/fedora: Update rust macro usage\n * config: Support hostnames in registrar_ip option\n * added use of persisted IAK and IDevID and authorisation values\n * config changes\n * Adding /agent/info API to agent\n * Fix leftover \u0027unnecessary qualification\u0027 warnings on tests\n\n- Update to version 0.2.5~4:\n * Fix \u0027unnecessary qualification\u0027 warnings\n * fix IAK template to match IDevID\n * rpm: fix COPR RPMs build for centos-stream-10\n * Build COPR RPMs for centos-stream-10\n\n- Update to version 0.2.5~0:\n * Bump version to 0.2.5\n * cargo: Relax required version for pest crate\n * build(deps): bump log from 0.4.20 to 0.4.21\n * build(deps): bump thiserror from 1.0.56 to 1.0.59\n\n- actix-web update moves rustls as feature (bsc#1223234, CVE-2024-32650)\n\n- Update to version 0.2.4~39:\n * build(deps): bump openssl from 0.10.63 to 0.10.64\n * build(deps): bump h2 from 0.3.24 to 0.3.26\n * build(deps): bump serde_json from 1.0.107 to 1.0.116\n * build(deps): bump actix-web from 4.4.1 to 4.5.1\n * crypto: Enable TLS 1.3\n * build(deps): bump tempfile from 3.9.0 to 3.10.1\n * build(deps): bump mio from 0.8.4 to 0.8.11\n * enable hex values to be used for tpm_ownerpassword\n * config: Support IPv6 with or without brackets\n * keylime: Implement a simple IP parser to remove brackets\n * crypto: Implement CertificateBuilder to generate certificates\n * tests: Fix coverage download by supporting arbitrary URL\n * cargo: Add testing feature to keylime library\n * Set X509 SAN with local DNSname/IP/IPv6\n * Include newest Node20 versions for Github actions\n * tpm: Add unit test for uncovered public functions\n * crypto: Implement ECC key generation support\n * crypto: Add test for match_cert_to_template()\n * Fix minor typo, format and remove end whitespaces\n * crypto: Make error types less specific\n * tests/run.sh: Run tarpaulin with a single thread\n * payloads: Remove explicit drop of channel transmitter\n * crypto: Move to keylime library\n * crypto: Add specific type for every possible error\n * tpm: Rename origin of error as source in structures\n * list_parser: Add source for error for backtrace\n * algorithms: Make errors more specific\n * typo fix for default path to measured boot log file\n * README: remove mentions of libarchive as a dependency\n * Dockerfile.wolfi: Update clang to version 17\n * docker: Remove libarchive as a dependency\n * rpm: Remove libarchive from dependencies\n * cargo: Replace compress-tools with zip crate\n * cargo: Bump ahash to version 0.8.7\n * build(deps): bump serde from 1.0.195 to 1.0.196\n * build(deps): bump libc from 0.2.152 to 0.2.153\n * build(deps): bump reqwest from 0.11.23 to 0.11.24\n * docker: Install configuration file in the correct path\n * config: Make IAK/IDevID disabled by default\n\n- Update to version 0.2.4+git.1706692574.a744517:\n * Bump version to 0.2.4\n * build(deps): bump uuid from 1.4.1 to 1.7.0\n * keylime-agent.conf: Allow setting event logs paths\n * Mutable log paths: allow IMA and MBA log paths to be overridden by keylime configuration.\n * workflows: Update checkout action to version 4\n * build(deps): bump serde from 1.0.188 to 1.0.195\n * build(deps): bump pest_derive from 2.7.0 to 2.7.6\n * build(deps): bump openssl from 0.10.62 to 0.10.63\n * build(deps): bump config from 0.13.3 to 0.13.4\n * build(deps): bump base64 from 0.21.4 to 0.21.7\n * build(deps): bump tempfile from 3.8.0 to 3.9.0\n * build(deps): bump pest from 2.7.0 to 2.7.6\n * build(deps): bump actix-web from 4.4.0 to 4.4.1\n * build(deps): bump reqwest from 0.11.22 to 0.11.23\n * build(deps): bump h2 from 0.3.17 to 0.3.24\n * build(deps): bump shlex from 1.1.0 to 1.3.0\n * cargo: Bump tss-esapi to version 7.4.0\n * workflows: Fix keylime-bot token usage\n * tpm: Add error context for every possible error\n * tpm: Add AlgorithmError to TpmError\n * detect idevid template from certificates\n * build(deps): bump wiremock from 0.5.18 to 0.5.22\n * build(deps): bump thiserror from 1.0.48 to 1.0.56\n * Make use of workspace dependencies\n * build(deps): bump openssl from 0.10.57 to 0.10.62\n * packit: Bump Fedora version used for code coverage\n\n- Update to version 0.2.3+git.1701075380.a5dc985:\n * build(deps): bump actix-rt from 2.8.0 to 2.9.0\n * Bump version to 0.2.3\n * build(deps): bump reqwest from 0.11.20 to 0.11.22\n * Bump configuration version and fix enable_iak_idevid\n * Enable test functional/iak-idevid-register-with-certificates\n * Update packit plan with new tests\n * Add certificates and certificate checking for IDevID and IAK keys (#669)\n\n- Update to version 0.2.2+git.1697658634.9c7c6fa:\n * build(deps): bump rustix from 0.37.11 to 0.37.25\n * build(deps): bump tempfile from 3.6.0 to 3.8.0\n * build(deps): bump base64 from 0.21.0 to 0.21.4\n * build(deps): bump serde_json from 1.0.96 to 1.0.107\n * build(deps): bump openssl from 0.10.55 to 0.10.57\n * cargo: Bump serde to version 1.0.188\n * tests: Fix tarpaulin issues with dropped -v option\n * build(deps): bump signal-hook from 0.3.15 to 0.3.17\n * build(deps): bump actix-web from 4.3.1 to 4.4.0\n * build(deps): bump thiserror from 1.0.40 to 1.0.48\n * Remove private_in_public\n * Initial PR to add support for IDevID and IAK\n * build(deps): bump uuid from 1.3.1 to 1.4.1\n * build(deps): bump log from 0.4.17 to 0.4.20\n * build(deps): bump reqwest from 0.11.16 to 0.11.20\n * Do not use too specific version on cargo audit workflow\n * Add workflow to run cargo-audit security audit\n * README: update dependencies for Debian and Ubuntu\n * Use latest versions of checkout/upload-artifacts\n * docker: Add \u0027keylime\u0027 system user\n * Use \"currently\" for swtpm emulator warning (#632)\n * Update container workflow actions versions\n * Build container image and push to quay.io\n * README: update requirements\n\n- Update to version 0.2.2+git.1689256829.3d2b627:\n * Bump version to 0.2.2\n * build(deps): bump tempfile from 3.5.0 to 3.6.0\n * removing SIGINT stop signals from Dockerfiles and systemd service, as well as adding SIGTERM to IMA emulator as shutdown signal\n\n- Update to version 0.2.1+git.1689167094.67ce0cf:\n * cargo: Bump serde to version 1.0.166\n * build(deps): bump libc from 0.2.142 to 0.2.147\n * adding release Dockerfiles in 3 flavours: fedora, distroless and wolfi\n * hash: add more configurable hash algorithm for public key digest\n * cargo: Update clap to version 4.3.11\n * cargo: Bump tokio crate version to 1.28.2\n * Add an example of IMA policy\n * main: Gracefully shutdown on SIGTERM or SIGINT\n * cargo: Bump proc-macro2 crate version\n * revocation: Parse revocation actions flexibly\n * crypto: Add unit tests for x509 functions\n * crypto: Make internal functions private\n * config: Add unit test for the list to files mapping\n * config: Make trusted_client_ca to accept lists\n * lib: Implement parser for lists from config file\n * build(deps): bump openssl from 0.10.48 to 0.10.55\n * Add secure mount sanity test to packit testing.\n * [packit] Do not let COPR project expire\n\n- Recommends the IMA Policy subpackage only if SELinux is configured\n\n- Update to version 0.2.1+git.1685699835.3c9d17c:\n * Remove MOUNT_SECURE bool\n * rpm: Remove unused directory and add dependency for mount\n * keylime-agent/src: update API version to 2.1 to consistent with https://github.com/keylime/keylime/blob/master/docs/rest_apis.rst\n * docker/fedora/keylime_rust.Dockerfile: add the logic of cloning and compiling rust-keylime\n * [tests] Update test coverage task name regexp\n * [tests] Simply coverage file URL parsing\n\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.0-65", "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_20057-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20057-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520057-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20057-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021276.html" }, { "category": "self", "summary": "SUSE Bug 1223234", "url": "https://bugzilla.suse.com/1223234" }, { "category": "self", "summary": "SUSE Bug 1229952", "url": "https://bugzilla.suse.com/1229952" }, { "category": "self", "summary": "SUSE Bug 1230029", "url": "https://bugzilla.suse.com/1230029" }, { "category": "self", "summary": "SUSE CVE CVE-2024-32650 page", "url": "https://www.suse.com/security/cve/CVE-2024-32650/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-43806 page", "url": "https://www.suse.com/security/cve/CVE-2024-43806/" } ], "title": "Security update for rust-keylime", "tracking": { "current_release_date": "2025-02-03T08:57:24Z", "generator": { "date": "2025-02-03T08:57:24Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20057-1", "initial_release_date": "2025-02-03T08:57:24Z", "revision_history": [ { "date": "2025-02-03T08:57:24Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "rust-keylime-0.2.6+13-1.1.aarch64", "product": { "name": "rust-keylime-0.2.6+13-1.1.aarch64", "product_id": "rust-keylime-0.2.6+13-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rust-keylime-0.2.6+13-1.1.s390x", "product": { "name": "rust-keylime-0.2.6+13-1.1.s390x", "product_id": "rust-keylime-0.2.6+13-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rust-keylime-0.2.6+13-1.1.x86_64", "product": { "name": "rust-keylime-0.2.6+13-1.1.x86_64", "product_id": "rust-keylime-0.2.6+13-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Micro 6.0", "product": { "name": "SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0", "product_identification_helper": { "cpe": "cpe:/o:suse:sl-micro:6.0" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rust-keylime-0.2.6+13-1.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.aarch64" }, "product_reference": "rust-keylime-0.2.6+13-1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "rust-keylime-0.2.6+13-1.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.s390x" }, "product_reference": "rust-keylime-0.2.6+13-1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "rust-keylime-0.2.6+13-1.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.x86_64" }, "product_reference": "rust-keylime-0.2.6+13-1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32650", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-32650" } ], "notes": [ { "category": "general", "text": "Rustls is a modern TLS library written in Rust. `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input. When using a blocking rustls server, if a client send a `close_notify` message immediately after `client_hello`, the server\u0027s `complete_io` will get in an infinite loop. This vulnerability is fixed in 0.23.5, 0.22.4, and 0.21.11.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.aarch64", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.s390x", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-32650", "url": "https://www.suse.com/security/cve/CVE-2024-32650" }, { "category": "external", "summary": "SUSE Bug 1223211 for CVE-2024-32650", "url": "https://bugzilla.suse.com/1223211" } ], "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 Micro 6.0:rust-keylime-0.2.6+13-1.1.aarch64", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.s390x", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.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 Micro 6.0:rust-keylime-0.2.6+13-1.1.aarch64", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.s390x", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-03T08:57:24Z", "details": "important" } ], "title": "CVE-2024-32650" }, { "cve": "CVE-2024-43806", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-43806" } ], "notes": [ { "category": "general", "text": "Rustix is a set of safe Rust bindings to POSIX-ish APIs. When using `rustix::fs::Dir` using the `linux_raw` backend, it\u0027s possible for the iterator to \"get stuck\" when an IO error is encountered. Combined with a memory over-allocation issue in `rustix::fs::Dir::read_more`, this can cause quick and unbounded memory explosion (gigabytes in a few seconds if used on a hot path) and eventually lead to an OOM crash of the application. The symptoms were initially discovered in https://github.com/imsnif/bandwhich/issues/284. That post has lots of details of our investigation. Full details can be read on the GHSA-c827-hfw6-qwvm repo advisory. If a program tries to access a directory with its file descriptor after the file has been unlinked (or any other action that leaves the `Dir` iterator in the stuck state), and the implementation does not break after seeing an error, it can cause a memory explosion. As an example, Linux\u0027s various virtual file systems (e.g. `/proc`, `/sys`) can contain directories that spontaneously pop in and out of existence. Attempting to iterate over them using `rustix::fs::Dir` directly or indirectly (e.g. with the `procfs` crate) can trigger this fault condition if the implementation decides to continue on errors. An attacker knowledgeable about the implementation details of a vulnerable target can therefore try to trigger this fault condition via any one or a combination of several available APIs. If successful, the application host will quickly run out of memory, after which the application will likely be terminated by an OOM killer, leading to denial of service. This issue has been addressed in release versions 0.35.15, 0.36.16, 0.37.25, and 0.38.19. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.aarch64", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.s390x", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-43806", "url": "https://www.suse.com/security/cve/CVE-2024-43806" }, { "category": "external", "summary": "SUSE Bug 1229376 for CVE-2024-43806", "url": "https://bugzilla.suse.com/1229376" } ], "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 Micro 6.0:rust-keylime-0.2.6+13-1.1.aarch64", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.s390x", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.aarch64", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.s390x", "SUSE Linux Micro 6.0:rust-keylime-0.2.6+13-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-03T08:57:24Z", "details": "moderate" } ], "title": "CVE-2024-43806" } ] }
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…