Lucene search
+L

228 matches found

Veracode
Veracode
added 2023/11/13 7:25 a.m.20 views

Improper Verification Of Cryptographic Signature

github.com/sigstore/gitsign is vulnerable to Improper Verification Of Cryptographic Signature. The vulnerability is applicable in the case where a Rekor server is compromised, as gitsign directly fetches public keys via the API without TUF client validations. This leads to lack of validation and...

5.3CVSS7AI score0.00369EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2023/11/10 10:15 p.m.51 views

CVE-2023-47122

Gitsign is software for keyless Git signing using Sigstore. In versions of gitsign starting with 0.6.0 and prior to 0.8.0, Rekor public keys were fetched via the Rekor API, instead of through the local TUF client. If the upstream Rekor server happened to be compromised, gitsign clients could...

5.3CVSS0.00369EPSS
SaveExploits0References4
Prion
Prion
added 2023/11/10 10:15 p.m.25 views

Design/Logic Flaw

Gitsign is software for keyless Git signing using Sigstore. In versions of gitsign starting with 0.6.0 and prior to 0.8.0, Rekor public keys were fetched via the Rekor API, instead of through the local TUF client. If the upstream Rekor server happened to be compromised, gitsign clients could...

2.6CVSS6.8AI score0.00369EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2023/11/10 9:33 p.m.25 views

CVE-2023-47122 Gitsign's Rekor public keys fetched from upstream API instead of local TUF client.

Gitsign is software for keyless Git signing using Sigstore. In versions of gitsign starting with 0.6.0 and prior to 0.8.0, Rekor public keys were fetched via the Rekor API, instead of through the local TUF client. If the upstream Rekor server happened to be compromised, gitsign clients could...

4.2CVSS6.6AI score0.00369EPSS
SaveExploits0References4
OSV
OSV
added 2023/11/08 3:02 p.m.50 views

GHSA-VFP6-JRW2-99G9 Cosign vulnerable to possible endless data attack from attacker-controlled registry

Summary 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 tha...

3.1CVSS4.8AI score0.0064EPSS
SaveExploits1References7
Veracode
Veracode
added 2022/09/29 9:12 a.m.15 views

Improper Handling Of Cryptographic Signatures

github.com/theupdateframework/go-tuf is vulnerable to improper handling of cryptographic signatures. A remote attacker is able to cause the same signature from the same public key to be counted more than once against the threshold of signatures because they are mistakenly distinguished due to...

1.7AI score
SaveExploits0
OSV
OSV
added 2022/09/21 3:07 p.m.17 views

GO-2022-1004 Improper handling of keys in github.com/theupdateframework/go-tuf

An attacker with the ability to insert public keys into a TUF repository can cause clients to accept a staged change that has not been signed by the correct threshold of signatures...

6.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2022/09/16 5:17 p.m.31 views

Go-tuf Improperly handles multiple key IDs for the same public keys in attacker-controlled metadata

Issue If an attacker is able to control a threshold of keys to insert the same public key more than once with different key IDs into signed, trusted metadata on a TUF repository, then go-tuf clients 0.3.2 are susceptible to an attack where attackers can cause the same signature from the same publ...

5.8AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2022/09/16 5:17 p.m.17 views

GHSA-3633-5H82-39PQ Go-tuf Improperly handles multiple key IDs for the same public keys in attacker-controlled metadata

Issue If an attacker is able to control a threshold of keys to insert the same public key more than once with different key IDs into signed, trusted metadata on a TUF repository, then go-tuf clients 0.3.2 are susceptible to an attack where attackers can cause the same signature from the same publ...

5.8AI score
SaveExploits0References4
Veracode
Veracode
added 2022/09/16 7:48 a.m.11 views

Improper Verification Of Cryptographic Signatures

tuf improperly verifies cryptographic signatures. The vulnerability exists because the verifyrootselfsigned function of updater.py does not properly verify self-signatures for new root metadata with multiple signatures having the same keyid which allows an attacker to bypass the intended signatur...

3.6AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/09/15 3:35 a.m.22 views

Python-TUF vulnerable to incorrect threshold signature computation for new root metadata

Impact The function verifyrootselfsigned, introduced in v0.14.0, and which verifies self-signatures in a new root metadata file, counted multiple signatures by any new root key towards the new threshold. That is, any single new root key could theoretically provide enough signatures to meet the...

1.1AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/09/15 3:35 a.m.25 views

GHSA-R7VQ-6425-J94W Python-TUF vulnerable to incorrect threshold signature computation for new root metadata

Impact The function verifyrootselfsigned, introduced in v0.14.0, and which verifies self-signatures in a new root metadata file, counted multiple signatures by any new root key towards the new threshold. That is, any single new root key could theoretically provide enough signatures to meet the...

7.1AI score
SaveExploits0References5
OSV
OSV
added 2022/07/01 8:07 p.m.46 views

GO-2022-0444 Version rollback attack in github.com/theupdateframework/go-tuf

The TUF client is vulnerable to rollback attacks, in which an attacker causes a client to install software older than the software the client previously knew to be available...

8.8CVSS7.9AI score0.00561EPSS
SaveExploits0References1
OSV
OSV
added 2022/05/24 8:50 p.m.77 views

GHSA-66X3-6CW3-V5GJ Improper Validation of Integrity Check Value in go-tuf

Impact go-tuf does not correctly implement the client workflow for updating the metadata files for roles other than the root role. Specifically, checks for rollback attacks are not implemented correctly meaning an attacker can cause clients to install software that is older than the software whic...

8CVSS8.2AI score0.00561EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/05/24 8:50 p.m.41 views

Improper Validation of Integrity Check Value in go-tuf

Impact go-tuf does not correctly implement the client workflow for updating the metadata files for roles other than the root role. Specifically, checks for rollback attacks are not implemented correctly meaning an attacker can cause clients to install software that is older than the software whic...

8.8CVSS8.5AI score0.00561EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2022/05/06 3:56 a.m.51 views

CVE-2022-29173

A flaw was found in go-tuf. This flaw allows an attacker to cause clients to install older software than the software the client previously knew to be available and may include software with known vulnerabilities...

8.8CVSS3.7AI score0.00561EPSS
SaveExploits0References4
NVD
NVD
added 2022/05/05 11:15 p.m.22 views

CVE-2022-29173

go-tuf is a Go implementation of The Update Framework TUF. go-tuf does not correctly implement the client workflow for updating the metadata files for roles other than the root role. Specifically, checks for rollback attacks are not implemented correctly meaning an attacker can cause clients to...

8.8CVSS0.00561EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2022/05/05 11:15 p.m.31 views

CVE-2022-29173

go-tuf is a Go implementation of The Update Framework TUF. go-tuf does not correctly implement the client workflow for updating the metadata files for roles other than the root role. Specifically, checks for rollback attacks are not implemented correctly meaning an attacker can cause clients to...

8.8CVSS7.2AI score0.00561EPSS
SaveExploits0References3
Prion
Prion
added 2022/05/05 11:15 p.m.26 views

Code injection

go-tuf is a Go implementation of The Update Framework TUF. go-tuf does not correctly implement the client workflow for updating the metadata files for roles other than the root role. Specifically, checks for rollback attacks are not implemented correctly meaning an attacker can cause clients to...

4.3CVSS8.7AI score0.00561EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2022/05/05 10:30 p.m.3 views

CVE-2022-29173 No protection against rollback attacks in go-tuf

go-tuf is a Go implementation of The Update Framework TUF. go-tuf does not correctly implement the client workflow for updating the metadata files for roles other than the root role. Specifically, checks for rollback attacks are not implemented correctly meaning an attacker can cause clients to...

8CVSS8.7AI score0.00561EPSS
SaveExploits0References2
Rows per page
Query Builder