suse-su-2023:4870-1
Vulnerability from csaf_suse
Published
2023-12-14 15:28
Modified
2023-12-14 15:28
Summary
Security update for cosign
Notes
Title of the patch
Security update for cosign
Description of the patch
This update for cosign fixes the following issues:
Updated to 2.2.1 (jsc#SLE-23879)
- Enhancements:
* CVE-2023-46737: Possible endless data attack from attacker-controlled registry (bsc#1216933)
* feat: Support basic auth and bearer auth login to registry (#3310)
* add support for ignoring certificates with pkcs11 (#3334)
* Support ReplaceOp in Signatures (#3315)
* feat: added ability to get image digest back via triangulate (#3255)
* feat: add `--only` flag in `cosign copy` to copy sign, att & sbom (#3247)
* feat: add support attaching a Rekor bundle to a container (#3246)
* feat: add support outputting rekor response on signing (#3248)
* feat: improve dockerfile verify subcommand (#3264)
* Add guard flag for experimental OCI 1.1 verify. (#3272)
* Deprecate SBOM attachments (#3256)
* feat: dedent line in cosign copy doc (#3244)
* feat: add platform flag to cosign copy command (#3234)
* Add SLSA 1.0 attestation support to cosign. Closes #2860 (#3219)
* attest: pass OCI remote opts to att resolver. (#3225)
- Bug Fixes:
* Merge pull request from GHSA-vfp6-jrw2-99g9
* fix: allow cosign download sbom when image is absent (#3245)
* ci: add a OCI registry test for referrers support (#3253)
* Fix ReplaceSignatures (#3292)
* Stop using deprecated in_toto.ProvenanceStatement (#3243)
* Fixes #3236, disable SCT checking for a cosign verification when using .. (#3237)
* fix: update error in `SignedEntity` to be more descriptive (#3233)
* Fail timestamp verification if no root is provided (#3224)
- Documentation:
* Add some docs about verifying in an air-gapped environment (#3321)
* Update CONTRIBUTING.md (#3268)
* docs: improves the Contribution guidelines (#3257)
* Remove security policy (#3230)
- Others:
* Set go to min 1.21 and update dependencies (#3327)
* Update contact for code of conduct (#3266)
* Update .ko.yaml (#3240)
Updated to 2.2.0 (jsc#SLE-23879)
- Enhancements
* switch to uploading DSSE types to rekor instead of intoto (#3113)
* add 'cosign sign' command-line parameters for mTLS (#3052)
* improve error messages around bundle != payload hash (#3146)
* make VerifyImageAttestation function public (#3156)
* Switch to cryptoutils function for SANS (#3185)
* Handle HTTP_1_1_REQUIRED errors in github provider (#3172)
- Bug Fixes
* Fix nondeterminsitic timestamps (#3121)
- Documentation
* doc: Add example of sign-blob with key in env var (#3152)
* add deprecation notice for cosign-releases GCS bucket (#3148)
* update doc links (#3186)
Updated to 2.1.1 (jsc#SLE-23879)
- Bug Fixes
* wait for the workers become available again to continue the execution (#3084)
* fix help text when in a container (#3082)
Updated to 2.1.0 (jsc#SLE-23879)
- Breaking Change: The predicate is now a required flag in the attest commands, set via the --type flag.
- Enhancements
* Verify sigs and attestations in parallel (#3066)
* Deep inspect attestations when filtering download (#3031)
* refactor bundle validation code, add support for DSSE rekor type (#3016)
* Allow overriding remote options (#3049)
* feat: adds no cert found on sig exit code (#3038)
* Make predicate a required flag in attest commands (#3033)
* Added support for attaching Time stamp authority Response in attach command (#3001)
* Add sign --sign-container-identity CLI (#2984)
* Feature: Allow cosign to sign digests before they are uploaded. (#2959)
* accepts attachment-tag-prefix for cosign copy (#3014)
* Feature: adds '--allow-insecure-registry' for cosign load (#3000)
* download attestation: support --platform flag (#2980)
* Cleanup: Add Digest to the SignedEntity interface. (#2960)
* verify command: support keyless verification using only a provided certificate chain with non-fulcio roots (#2845)
* verify: use workers to limit the paralellism when verifying images with --max-workers flag (#3069)
- Bug Fixes
* Fix pkg/cosign/errors (#3050)
* Fix: update doc to refer to github-actions oidc provider (#3040)
* Fix: prefer GitHub OIDC provider if enabled (#3044)
* Fix --sig-only in cosign copy (#3074)
- Documentation
* Fix links to sigstore/docs in markdown files (#3064)
Update to 2.0.2 (jsc#SLE-23879)
- Enhancements
* Update sigstore/sigstore to v1.6.2 to pick up TUF CDN change (#2891)
* feat: Make cosign copy faster (#2901)
* remove sget (#2885)
* Require a payload to be provided with a signature (#2785)
- Bug Fixes
* cmd: Change error message from KeyParseError to PubKeyParseError for verify-blob. (#2876)
* Use SOURCE_DATE_EPOCH for OCI CreatedAt times (#2878)
- Documentation
* Remove experimental warning from Fulcio flags (#2923)
* add missing oidc provider (#2922)
* Add zot as a supported registry (#2920)
* deprecates kms_support docs (#2900)
* chore(docs) deprecate note for usage docs (#2906)
* adds note of deprecation for examples.md docs (#2899)
Patchnames
SUSE-2023-4870,SUSE-SLE-Module-Basesystem-15-SP4-2023-4870,SUSE-SLE-Module-Basesystem-15-SP5-2023-4870,openSUSE-SLE-15.4-2023-4870,openSUSE-SLE-15.5-2023-4870
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 cosign", "title": "Title of the patch" }, { "category": "description", "text": "This update for cosign fixes the following issues:\n\nUpdated to 2.2.1 (jsc#SLE-23879)\n\n- Enhancements:\n * CVE-2023-46737: Possible endless data attack from attacker-controlled registry (bsc#1216933)\n * feat: Support basic auth and bearer auth login to registry (#3310)\n * add support for ignoring certificates with pkcs11 (#3334)\n * Support ReplaceOp in Signatures (#3315)\n * feat: added ability to get image digest back via triangulate (#3255)\n * feat: add `--only` flag in `cosign copy` to copy sign, att \u0026 sbom (#3247)\n * feat: add support attaching a Rekor bundle to a container (#3246)\n * feat: add support outputting rekor response on signing (#3248)\n * feat: improve dockerfile verify subcommand (#3264)\n * Add guard flag for experimental OCI 1.1 verify. (#3272)\n * Deprecate SBOM attachments (#3256)\n * feat: dedent line in cosign copy doc (#3244)\n * feat: add platform flag to cosign copy command (#3234)\n * Add SLSA 1.0 attestation support to cosign. Closes #2860 (#3219)\n * attest: pass OCI remote opts to att resolver. (#3225)\n- Bug Fixes:\n * Merge pull request from GHSA-vfp6-jrw2-99g9\n * fix: allow cosign download sbom when image is absent (#3245)\n * ci: add a OCI registry test for referrers support (#3253)\n * Fix ReplaceSignatures (#3292)\n * Stop using deprecated in_toto.ProvenanceStatement (#3243)\n * Fixes #3236, disable SCT checking for a cosign verification when using .. (#3237)\n * fix: update error in `SignedEntity` to be more descriptive (#3233)\n * Fail timestamp verification if no root is provided (#3224)\n- Documentation:\n * Add some docs about verifying in an air-gapped environment (#3321)\n * Update CONTRIBUTING.md (#3268)\n * docs: improves the Contribution guidelines (#3257)\n * Remove security policy (#3230)\n- Others:\n * Set go to min 1.21 and update dependencies (#3327)\n * Update contact for code of conduct (#3266)\n * Update .ko.yaml (#3240)\n\n\nUpdated to 2.2.0 (jsc#SLE-23879)\n\n- Enhancements\n * switch to uploading DSSE types to rekor instead of intoto (#3113)\n * add \u0027cosign sign\u0027 command-line parameters for mTLS (#3052)\n * improve error messages around bundle != payload hash (#3146)\n * make VerifyImageAttestation function public (#3156)\n * Switch to cryptoutils function for SANS (#3185)\n * Handle HTTP_1_1_REQUIRED errors in github provider (#3172)\n- Bug Fixes\n * Fix nondeterminsitic timestamps (#3121)\n- Documentation\n * doc: Add example of sign-blob with key in env var (#3152)\n * add deprecation notice for cosign-releases GCS bucket (#3148)\n * update doc links (#3186)\n\n\nUpdated to 2.1.1 (jsc#SLE-23879)\n\n- Bug Fixes\n * wait for the workers become available again to continue the execution (#3084)\n * fix help text when in a container (#3082)\n\n\nUpdated to 2.1.0 (jsc#SLE-23879)\n\n- Breaking Change: The predicate is now a required flag in the attest commands, set via the --type flag.\n- Enhancements\n * Verify sigs and attestations in parallel (#3066)\n * Deep inspect attestations when filtering download (#3031)\n * refactor bundle validation code, add support for DSSE rekor type (#3016)\n * Allow overriding remote options (#3049)\n * feat: adds no cert found on sig exit code (#3038)\n * Make predicate a required flag in attest commands (#3033)\n * Added support for attaching Time stamp authority Response in attach command (#3001)\n * Add sign --sign-container-identity CLI (#2984)\n * Feature: Allow cosign to sign digests before they are uploaded. (#2959)\n * accepts attachment-tag-prefix for cosign copy (#3014)\n * Feature: adds \u0027--allow-insecure-registry\u0027 for cosign load (#3000)\n * download attestation: support --platform flag (#2980)\n * Cleanup: Add Digest to the SignedEntity interface. (#2960)\n * verify command: support keyless verification using only a provided certificate chain with non-fulcio roots (#2845)\n * verify: use workers to limit the paralellism when verifying images with --max-workers flag (#3069)\n- Bug Fixes\n * Fix pkg/cosign/errors (#3050)\n * Fix: update doc to refer to github-actions oidc provider (#3040)\n * Fix: prefer GitHub OIDC provider if enabled (#3044)\n * Fix --sig-only in cosign copy (#3074)\n- Documentation\n * Fix links to sigstore/docs in markdown files (#3064)\n\n\nUpdate to 2.0.2 (jsc#SLE-23879)\n\n - Enhancements\n * Update sigstore/sigstore to v1.6.2 to pick up TUF CDN change (#2891)\n * feat: Make cosign copy faster (#2901)\n * remove sget (#2885)\n * Require a payload to be provided with a signature (#2785)\n - Bug Fixes\n * cmd: Change error message from KeyParseError to PubKeyParseError for verify-blob. (#2876)\n * Use SOURCE_DATE_EPOCH for OCI CreatedAt times (#2878)\n - Documentation\n * Remove experimental warning from Fulcio flags (#2923)\n * add missing oidc provider (#2922)\n * Add zot as a supported registry (#2920)\n * deprecates kms_support docs (#2900)\n * chore(docs) deprecate note for usage docs (#2906)\n * adds note of deprecation for examples.md docs (#2899)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4870,SUSE-SLE-Module-Basesystem-15-SP4-2023-4870,SUSE-SLE-Module-Basesystem-15-SP5-2023-4870,openSUSE-SLE-15.4-2023-4870,openSUSE-SLE-15.5-2023-4870", "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-2023_4870-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4870-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234870-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4870-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017420.html" }, { "category": "self", "summary": "SUSE Bug 1216933", "url": "https://bugzilla.suse.com/1216933" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46737 page", "url": "https://www.suse.com/security/cve/CVE-2023-46737/" } ], "title": "Security update for cosign", "tracking": { "current_release_date": "2023-12-14T15:28:47Z", "generator": { "date": "2023-12-14T15:28:47Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4870-1", "initial_release_date": "2023-12-14T15:28:47Z", "revision_history": [ { "date": "2023-12-14T15:28:47Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cosign-2.2.1-150400.3.14.1.aarch64", "product": { "name": "cosign-2.2.1-150400.3.14.1.aarch64", "product_id": "cosign-2.2.1-150400.3.14.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cosign-2.2.1-150400.3.14.1.i586", "product": { "name": "cosign-2.2.1-150400.3.14.1.i586", "product_id": "cosign-2.2.1-150400.3.14.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "cosign-2.2.1-150400.3.14.1.ppc64le", "product": { "name": "cosign-2.2.1-150400.3.14.1.ppc64le", "product_id": "cosign-2.2.1-150400.3.14.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cosign-2.2.1-150400.3.14.1.s390x", "product": { "name": "cosign-2.2.1-150400.3.14.1.s390x", "product_id": "cosign-2.2.1-150400.3.14.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cosign-2.2.1-150400.3.14.1.x86_64", "product": { "name": "cosign-2.2.1-150400.3.14.1.x86_64", "product_id": "cosign-2.2.1-150400.3.14.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5" } } }, { "category": "product_name", "name": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.aarch64" }, "product_reference": "cosign-2.2.1-150400.3.14.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.ppc64le" }, "product_reference": "cosign-2.2.1-150400.3.14.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.s390x" }, "product_reference": "cosign-2.2.1-150400.3.14.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.x86_64" }, "product_reference": "cosign-2.2.1-150400.3.14.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.aarch64" }, "product_reference": "cosign-2.2.1-150400.3.14.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.ppc64le" }, "product_reference": "cosign-2.2.1-150400.3.14.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.s390x" }, "product_reference": "cosign-2.2.1-150400.3.14.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.x86_64" }, "product_reference": "cosign-2.2.1-150400.3.14.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.aarch64" }, "product_reference": "cosign-2.2.1-150400.3.14.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.ppc64le" }, "product_reference": "cosign-2.2.1-150400.3.14.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.s390x" }, "product_reference": "cosign-2.2.1-150400.3.14.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.x86_64" }, "product_reference": "cosign-2.2.1-150400.3.14.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.aarch64" }, "product_reference": "cosign-2.2.1-150400.3.14.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.ppc64le" }, "product_reference": "cosign-2.2.1-150400.3.14.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.s390x" }, "product_reference": "cosign-2.2.1-150400.3.14.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cosign-2.2.1-150400.3.14.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.x86_64" }, "product_reference": "cosign-2.2.1-150400.3.14.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46737", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46737" } ], "notes": [ { "category": "general", "text": "Cosign is a sigstore signing tool for OCI containers. Cosign is susceptible to a denial of service by an attacker controlled registry. An attacker who controls a remote registry can return a high number of attestations and/or signatures to Cosign and cause Cosign to enter a long loop resulting in an endless data attack. The root cause is that Cosign loops through all attestations fetched from the remote registry in pkg/cosign.FetchAttestations. The attacker needs to compromise the registry or make a request to a registry they control. When doing so, the attacker must return a high number of attestations in the response to Cosign. The result will be that the attacker can cause Cosign to go into a long or infinite loop that will prevent other users from verifying their data. In Kyvernos case, an attacker whose privileges are limited to making requests to the cluster can make a request with an image reference to their own registry, trigger the infinite loop and deny other users from completing their admission requests. Alternatively, the attacker can obtain control of the registry used by an organization and return a high number of attestations instead the expected number of attestations. The issue can be mitigated rather simply by setting a limit to the limit of attestations that Cosign will loop through. The limit does not need to be high to be within the vast majority of use cases and still prevent the endless data attack. This issue has been patched in version 2.2.1 and users are advised to upgrade.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.x86_64", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.aarch64", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.ppc64le", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.s390x", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.x86_64", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.aarch64", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.ppc64le", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.s390x", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46737", "url": "https://www.suse.com/security/cve/CVE-2023-46737" }, { "category": "external", "summary": "SUSE Bug 1216933 for CVE-2023-46737", "url": "https://bugzilla.suse.com/1216933" } ], "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 Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.x86_64", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.aarch64", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.ppc64le", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.s390x", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.x86_64", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.aarch64", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.ppc64le", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.s390x", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:cosign-2.2.1-150400.3.14.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:cosign-2.2.1-150400.3.14.1.x86_64", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.aarch64", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.ppc64le", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.s390x", "openSUSE Leap 15.4:cosign-2.2.1-150400.3.14.1.x86_64", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.aarch64", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.ppc64le", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.s390x", "openSUSE Leap 15.5:cosign-2.2.1-150400.3.14.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-12-14T15:28:47Z", "details": "moderate" } ], "title": "CVE-2023-46737" } ] }
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…