Publish Advisories

GHSA-45v3-38pc-874v
GHSA-qjh3-4j3h-vmwp
This commit is contained in:
advisory-database[bot]
2025-01-13 16:15:48 +00:00
parent 53f8a2df2d
commit e7f786cf2d
2 changed files with 128 additions and 0 deletions
@@ -0,0 +1,64 @@
{
"schema_version": "1.4.0",
"id": "GHSA-45v3-38pc-874v",
"modified": "2025-01-13T16:14:07Z",
"published": "2025-01-13T16:14:07Z",
"aliases": [
"CVE-2024-56138"
],
"summary": "notation-go's timestamp signature generation lacks certificate revocation check",
"details": "This issue was identified during Quarkslab's audit of the timestamp feature.\n\n### Summary\nDuring the timestamp signature generation, the revocation status of the certificate(s) used to generate the timestamp signature was not verified.\n\n### Details\nDuring timestamp signature generation, notation-go did not check the revocation status of the certificate chain used by the TSA. This oversight creates a vulnerability that could be exploited through a Man-in-The-Middle attack. An attacker could potentially use a compromised, intermediate, or revoked leaf certificate to generate a malicious countersignature, which would then be accepted and stored by `notation`.\n\n### Impact\nThis could lead to denial of service scenarios, particularly in CI/CD environments during signature verification processes because timestamp signature would fail due to the presence of a revoked certificate(s) potentially disrupting operations.\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
}
],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/notaryproject/notation-go"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.2.0-beta.1"
},
{
"fixed": "1.3.0-rc.2"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 1.3.0-rc.1"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/notaryproject/notation-go/security/advisories/GHSA-45v3-38pc-874v"
},
{
"type": "WEB",
"url": "https://github.com/notaryproject/notation-go/commit/e99be1954a15673020150c5f8800b8174cd7428d"
},
{
"type": "PACKAGE",
"url": "https://github.com/notaryproject/notation-go"
}
],
"database_specific": {
"cwe_ids": [
"CWE-299"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2025-01-13T16:14:07Z",
"nvd_published_at": null
}
}
File diff suppressed because one or more lines are too long