Search criteria
4 vulnerabilities found for notation by notaryproject
CVE-2023-33958 (GCVE-0-2023-33958)
Vulnerability from nvd – Published: 2023-06-06 18:13 – Updated: 2024-08-02 15:54
VLAI?
Title
Default `maxSignatureAttempts` in `notation verify` enables an endless data attack in notation
Summary
notation is a CLI tool to sign and verify OCI artifacts and container images. An attacker who has compromised a registry and added a high number of signatures to an artifact can cause denial of service of services on the machine, if a user runs notation verify command on the same machine. The problem has been fixed in the release v1.0.0-rc.6. Users should upgrade their notation packages to v1.0.0-rc.6 or above. Users unable to upgrade may restrict container registries to a set of secure and trusted container registries.
Severity ?
5.4 (Medium)
CWE
- CWE-400 - Uncontrolled Resource Consumption
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| notaryproject | notation |
Affected:
< 1.0.0-rc.6
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T15:54:14.098Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/notaryproject/notation/security/advisories/GHSA-rvrx-rrwh-r9p6",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/notaryproject/notation/security/advisories/GHSA-rvrx-rrwh-r9p6"
},
{
"name": "https://github.com/notaryproject/notation/releases/tag/v1.0.0-rc.6",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/notaryproject/notation/releases/tag/v1.0.0-rc.6"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "notation",
"vendor": "notaryproject",
"versions": [
{
"status": "affected",
"version": "\u003c 1.0.0-rc.6"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "notation is a CLI tool to sign and verify OCI artifacts and container images. An attacker who has compromised a registry and added a high number of signatures to an artifact can cause denial of service of services on the machine, if a user runs notation verify command on the same machine. The problem has been fixed in the release v1.0.0-rc.6. Users should upgrade their notation packages to v1.0.0-rc.6 or above. Users unable to upgrade may restrict container registries to a set of secure and trusted container registries."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-06-06T18:13:16.926Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/notaryproject/notation/security/advisories/GHSA-rvrx-rrwh-r9p6",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/notaryproject/notation/security/advisories/GHSA-rvrx-rrwh-r9p6"
},
{
"name": "https://github.com/notaryproject/notation/releases/tag/v1.0.0-rc.6",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/notaryproject/notation/releases/tag/v1.0.0-rc.6"
}
],
"source": {
"advisory": "GHSA-rvrx-rrwh-r9p6",
"discovery": "UNKNOWN"
},
"title": "Default `maxSignatureAttempts` in `notation verify` enables an endless data attack in notation"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-33958",
"datePublished": "2023-06-06T18:13:16.926Z",
"dateReserved": "2023-05-24T13:46:35.952Z",
"dateUpdated": "2024-08-02T15:54:14.098Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2023-33957 (GCVE-0-2023-33957)
Vulnerability from nvd – Published: 2023-06-06 18:10 – Updated: 2024-08-02 15:54
VLAI?
Title
Denial of service from high number of artifact signatures in notation
Summary
notation is a CLI tool to sign and verify OCI artifacts and container images. An attacker who has compromised a registry and added a high number of signatures to an artifact can cause denial of service of services on the machine, if a user runs notation inspect command on the same machine. The problem has been fixed in the release v1.0.0-rc.6. Users should upgrade their notation packages to v1.0.0-rc.6 or above. Users are advised to upgrade. Users unable to upgrade may restrict container registries to a set of secure and trusted container registries.
Severity ?
CWE
- CWE-400 - Uncontrolled Resource Consumption
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| notaryproject | notation |
Affected:
< 1.0.0-rc.6
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T15:54:14.164Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/notaryproject/notation/security/advisories/GHSA-9m3v-v4r5-ppx7",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/notaryproject/notation/security/advisories/GHSA-9m3v-v4r5-ppx7"
},
{
"name": "https://github.com/notaryproject/notation/commit/ed22fde52f6d70ae0b53521bd28c9ccafa868c24",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/notaryproject/notation/commit/ed22fde52f6d70ae0b53521bd28c9ccafa868c24"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "notation",
"vendor": "notaryproject",
"versions": [
{
"status": "affected",
"version": "\u003c 1.0.0-rc.6"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "notation is a CLI tool to sign and verify OCI artifacts and container images. An attacker who has compromised a registry and added a high number of signatures to an artifact can cause denial of service of services on the machine, if a user runs notation inspect command on the same machine. The problem has been fixed in the release v1.0.0-rc.6. Users should upgrade their notation packages to v1.0.0-rc.6 or above. Users are advised to upgrade. Users unable to upgrade may restrict container registries to a set of secure and trusted container registries."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:N/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-06-06T18:10:30.416Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/notaryproject/notation/security/advisories/GHSA-9m3v-v4r5-ppx7",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/notaryproject/notation/security/advisories/GHSA-9m3v-v4r5-ppx7"
},
{
"name": "https://github.com/notaryproject/notation/commit/ed22fde52f6d70ae0b53521bd28c9ccafa868c24",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/notaryproject/notation/commit/ed22fde52f6d70ae0b53521bd28c9ccafa868c24"
}
],
"source": {
"advisory": "GHSA-9m3v-v4r5-ppx7",
"discovery": "UNKNOWN"
},
"title": "Denial of service from high number of artifact signatures in notation"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-33957",
"datePublished": "2023-06-06T18:10:30.416Z",
"dateReserved": "2023-05-24T13:46:35.952Z",
"dateUpdated": "2024-08-02T15:54:14.164Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2023-33958 (GCVE-0-2023-33958)
Vulnerability from cvelistv5 – Published: 2023-06-06 18:13 – Updated: 2024-08-02 15:54
VLAI?
Title
Default `maxSignatureAttempts` in `notation verify` enables an endless data attack in notation
Summary
notation is a CLI tool to sign and verify OCI artifacts and container images. An attacker who has compromised a registry and added a high number of signatures to an artifact can cause denial of service of services on the machine, if a user runs notation verify command on the same machine. The problem has been fixed in the release v1.0.0-rc.6. Users should upgrade their notation packages to v1.0.0-rc.6 or above. Users unable to upgrade may restrict container registries to a set of secure and trusted container registries.
Severity ?
5.4 (Medium)
CWE
- CWE-400 - Uncontrolled Resource Consumption
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| notaryproject | notation |
Affected:
< 1.0.0-rc.6
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T15:54:14.098Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/notaryproject/notation/security/advisories/GHSA-rvrx-rrwh-r9p6",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/notaryproject/notation/security/advisories/GHSA-rvrx-rrwh-r9p6"
},
{
"name": "https://github.com/notaryproject/notation/releases/tag/v1.0.0-rc.6",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/notaryproject/notation/releases/tag/v1.0.0-rc.6"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "notation",
"vendor": "notaryproject",
"versions": [
{
"status": "affected",
"version": "\u003c 1.0.0-rc.6"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "notation is a CLI tool to sign and verify OCI artifacts and container images. An attacker who has compromised a registry and added a high number of signatures to an artifact can cause denial of service of services on the machine, if a user runs notation verify command on the same machine. The problem has been fixed in the release v1.0.0-rc.6. Users should upgrade their notation packages to v1.0.0-rc.6 or above. Users unable to upgrade may restrict container registries to a set of secure and trusted container registries."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-06-06T18:13:16.926Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/notaryproject/notation/security/advisories/GHSA-rvrx-rrwh-r9p6",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/notaryproject/notation/security/advisories/GHSA-rvrx-rrwh-r9p6"
},
{
"name": "https://github.com/notaryproject/notation/releases/tag/v1.0.0-rc.6",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/notaryproject/notation/releases/tag/v1.0.0-rc.6"
}
],
"source": {
"advisory": "GHSA-rvrx-rrwh-r9p6",
"discovery": "UNKNOWN"
},
"title": "Default `maxSignatureAttempts` in `notation verify` enables an endless data attack in notation"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-33958",
"datePublished": "2023-06-06T18:13:16.926Z",
"dateReserved": "2023-05-24T13:46:35.952Z",
"dateUpdated": "2024-08-02T15:54:14.098Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2023-33957 (GCVE-0-2023-33957)
Vulnerability from cvelistv5 – Published: 2023-06-06 18:10 – Updated: 2024-08-02 15:54
VLAI?
Title
Denial of service from high number of artifact signatures in notation
Summary
notation is a CLI tool to sign and verify OCI artifacts and container images. An attacker who has compromised a registry and added a high number of signatures to an artifact can cause denial of service of services on the machine, if a user runs notation inspect command on the same machine. The problem has been fixed in the release v1.0.0-rc.6. Users should upgrade their notation packages to v1.0.0-rc.6 or above. Users are advised to upgrade. Users unable to upgrade may restrict container registries to a set of secure and trusted container registries.
Severity ?
CWE
- CWE-400 - Uncontrolled Resource Consumption
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| notaryproject | notation |
Affected:
< 1.0.0-rc.6
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T15:54:14.164Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/notaryproject/notation/security/advisories/GHSA-9m3v-v4r5-ppx7",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/notaryproject/notation/security/advisories/GHSA-9m3v-v4r5-ppx7"
},
{
"name": "https://github.com/notaryproject/notation/commit/ed22fde52f6d70ae0b53521bd28c9ccafa868c24",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/notaryproject/notation/commit/ed22fde52f6d70ae0b53521bd28c9ccafa868c24"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "notation",
"vendor": "notaryproject",
"versions": [
{
"status": "affected",
"version": "\u003c 1.0.0-rc.6"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "notation is a CLI tool to sign and verify OCI artifacts and container images. An attacker who has compromised a registry and added a high number of signatures to an artifact can cause denial of service of services on the machine, if a user runs notation inspect command on the same machine. The problem has been fixed in the release v1.0.0-rc.6. Users should upgrade their notation packages to v1.0.0-rc.6 or above. Users are advised to upgrade. Users unable to upgrade may restrict container registries to a set of secure and trusted container registries."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:N/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-06-06T18:10:30.416Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/notaryproject/notation/security/advisories/GHSA-9m3v-v4r5-ppx7",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/notaryproject/notation/security/advisories/GHSA-9m3v-v4r5-ppx7"
},
{
"name": "https://github.com/notaryproject/notation/commit/ed22fde52f6d70ae0b53521bd28c9ccafa868c24",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/notaryproject/notation/commit/ed22fde52f6d70ae0b53521bd28c9ccafa868c24"
}
],
"source": {
"advisory": "GHSA-9m3v-v4r5-ppx7",
"discovery": "UNKNOWN"
},
"title": "Denial of service from high number of artifact signatures in notation"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-33957",
"datePublished": "2023-06-06T18:10:30.416Z",
"dateReserved": "2023-05-24T13:46:35.952Z",
"dateUpdated": "2024-08-02T15:54:14.164Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}