Skip to content

Commit 43b8825

Browse files
1 parent 7584d5b commit 43b8825

File tree

2 files changed

+93
-1
lines changed

2 files changed

+93
-1
lines changed

advisories/github-reviewed/2025/05/GHSA-9pp5-9c7g-4r83/GHSA-9pp5-9c7g-4r83.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-9pp5-9c7g-4r83",
4-
"modified": "2025-05-21T18:31:29Z",
4+
"modified": "2025-10-15T20:13:15Z",
55
"published": "2025-05-21T15:30:33Z",
66
"aliases": [
77
"CVE-2025-41232"
@@ -33,17 +33,48 @@
3333
]
3434
}
3535
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.springframework.security:spring-security-core"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "6.4.0"
48+
},
49+
{
50+
"fixed": "6.4.6"
51+
}
52+
]
53+
}
54+
]
3655
}
3756
],
3857
"references": [
3958
{
4059
"type": "ADVISORY",
4160
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-41232"
4261
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/spring-projects/spring-security/commit/bf2aaa1b1830e534ba651d422545ac08a115151b"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/spring-projects/spring-security/commit/c972de5369a1261ab674a3f5e3a80e8ce3e8cdfb"
69+
},
4370
{
4471
"type": "PACKAGE",
4572
"url": "https://github.com/spring-projects/spring-security"
4673
},
74+
{
75+
"type": "WEB",
76+
"url": "https://github.com/spring-projects/spring-security/releases/tag/6.4.6"
77+
},
4778
{
4879
"type": "WEB",
4980
"url": "http://spring.io/security/cve-2025-41232"
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-72c7-4g63-hpw5",
4+
"modified": "2025-10-15T20:12:56Z",
5+
"published": "2025-10-15T20:12:56Z",
6+
"aliases": [
7+
"CVE-2025-62375"
8+
],
9+
"summary": "go-witness is Vulnerable to Improper Verification of AWS EC2 Identity Documents",
10+
"details": "### Impact\nThis vulnerability only affects users of the AWS attestor.\n\nUsers of the AWS attestor could have unknowingly received a forged identity document. While this may seem unlikely, AWS recently issued a security bulletin about IMDS (Instance Metadata Service) impersonation.[^1]\n\nThere are multiple locations where the verification of the identity document will mistakenly report a successful verification.\n\n- If a signature is not present or is empty\nhttps://github.com/in-toto/go-witness/blob/0c8bb30c143951d88b1d4b32f260c5f67d30137b/attestation/aws-iid/aws-iid.go#L161-L163\n\n- If the RSA verification of the document fails for any reason\nhttps://github.com/in-toto/go-witness/blob/0c8bb30c143951d88b1d4b32f260c5f67d30137b/attestation/aws-iid/aws-iid.go#L192-L196\n\n### Workarounds\nThe contents of the AWS attestation contain the identity document, signature, and public key that was used to verify the document. These attestations and their could be identity documents could be manually verified with the `openssl` command line as documented in the below reference from AWS.[^2]\n\nHowever, the certificate containing the public key was hard-coded into the attestor. \nhttps://github.com/in-toto/go-witness/blob/0c8bb30c143951d88b1d4b32f260c5f67d30137b/attestation/aws-iid/aws-iid.go#L46-L66\n\nSince the original authoring of the attestor, AWS has moved to region specific public certificates. The currently valid certificates were issued around April of 2024, making the identification of attestations with forged content difficult without additional trusted data proving the AWS region in which the attestation was created.\n\n### Patches\nThis vulnerability is addressed in `go-witness` 0.9.1 and `witness` 0.10.1.\n\n### Resources\n[^1]: [AWS Security Bulletin on IMDS Impersonation](https://aws.amazon.com/security/security-bulletins/rss/aws-2025-021/)\n[^2]: [Verification of instance identity documents](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/verify-iid.html#verify-signature)",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/in-toto/go-witness"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.9.1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/in-toto/go-witness/security/advisories/GHSA-72c7-4g63-hpw5"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/in-toto/go-witness/commit/04ff20b600e28ce8fd1aa287534dd383a1cfefb9"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/in-toto/go-witness"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-295"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-10-15T20:12:56Z",
59+
"nvd_published_at": null
60+
}
61+
}

0 commit comments

Comments
 (0)