Skip to content

Commit 8566ec8

Browse files
1 parent 4db3bbf commit 8566ec8

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

advisories/unreviewed/2025/12/GHSA-v6x3-9r38-r27q/GHSA-v6x3-9r38-r27q.json renamed to advisories/github-reviewed/2025/12/GHSA-v6x3-9r38-r27q/GHSA-v6x3-9r38-r27q.json

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-v6x3-9r38-r27q",
4-
"modified": "2025-12-14T06:30:24Z",
4+
"modified": "2025-12-16T19:30:41Z",
55
"published": "2025-12-14T06:30:24Z",
66
"aliases": [
77
"CVE-2025-67897"
88
],
9+
"summary": "Sequoia PGP has Subtraction Overflow when aes_key_unwrap function is provided ciphertext that is too short",
910
"details": "In Sequoia before 2.1.0, aes_key_unwrap panics if passed a ciphertext that is too short. A remote attacker can take advantage of this issue to crash an application by sending a victim an encrypted message with a crafted PKESK or SKESK packet.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "crates.io",
21+
"name": "sequoia-openpgp"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.1.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,22 +44,30 @@
2344
"type": "WEB",
2445
"url": "https://bugs.debian.org/1122582"
2546
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://gitlab.com/sequoia-pgp/sequoia"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://gitlab.com/sequoia-pgp/sequoia/-/blob/b59886e5e7bdf7169ed330f309a6633d131776e5/openpgp/NEWS#L7-L26"
2954
},
3055
{
3156
"type": "WEB",
3257
"url": "https://gitlab.com/sequoia-pgp/sequoia/-/commit/b59886e5e7bdf7169ed330f309a6633d131776e5"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://rustsec.org/advisories/RUSTSEC-2025-0136.html"
3362
}
3463
],
3564
"database_specific": {
3665
"cwe_ids": [
3766
"CWE-195"
3867
],
3968
"severity": "MODERATE",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
69+
"github_reviewed": true,
70+
"github_reviewed_at": "2025-12-16T19:30:41Z",
4271
"nvd_published_at": "2025-12-14T05:16:06Z"
4372
}
4473
}

0 commit comments

Comments
 (0)