Skip to content

Commit 9813fa6

Browse files
committed
Latest data: Fri Jun 20 19:24:51 UTC 2025
1 parent d31780d commit 9813fa6

23 files changed

+115
-3809
lines changed
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
[
2+
{
3+
"package": {
4+
"name": "rfc3161-client",
5+
"version": "1.0.2",
6+
"ecosystem": "PyPI"
7+
},
8+
"vulnerabilities": [
9+
{
10+
"modified": "2025-06-20T18:27:17Z",
11+
"published": "2025-06-20T18:08:40Z",
12+
"schema_version": "1.6.0",
13+
"id": "GHSA-6qhv-4h7r-2g9m",
14+
"summary": "rfc3161-client has insufficient verification for timestamp response signatures",
15+
"details": "### Impact\n\n`rfc3161-client` 1.0.2 and earlier contain a flaw in their timestamp response signature verification logic. In particular, it performs chain verification against the TSR's embedded certificates up to the trusted root(s), but fails to verify the TSR's own signature against the timestamping leaf certificates. Consequently, vulnerable versions perform insufficient signature validation to properly consider a TSR verified, as the attacker can introduce _any_ TSR signature so long as the embedded leaf chains up to some root TSA.\n\n### Patches\n\nUsers should immediately upgrade to `rfc3161-client` 1.0.3 or later.\n\n### Workarounds\n\nThere is no workaround possible. Users should immediately upgrade to a fixed version.",
16+
"severity": [
17+
{
18+
"type": "CVSS_V4",
19+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N"
20+
}
21+
],
22+
"affected": [
23+
{
24+
"package": {
25+
"ecosystem": "PyPI",
26+
"name": "rfc3161-client",
27+
"purl": "pkg:pypi/rfc3161-client"
28+
},
29+
"ranges": [
30+
{
31+
"type": "ECOSYSTEM",
32+
"events": [
33+
{
34+
"introduced": "0"
35+
},
36+
{
37+
"fixed": "1.0.3"
38+
}
39+
]
40+
}
41+
],
42+
"versions": [
43+
"0.0.2",
44+
"0.0.3",
45+
"0.0.4",
46+
"0.1.0",
47+
"0.1.1",
48+
"0.1.2",
49+
"1.0.0",
50+
"1.0.1",
51+
"1.0.2"
52+
],
53+
"database_specific": {
54+
"last_known_affected_version_range": "<= 1.0.2",
55+
"source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/06/GHSA-6qhv-4h7r-2g9m/GHSA-6qhv-4h7r-2g9m.json"
56+
}
57+
}
58+
],
59+
"references": [
60+
{
61+
"type": "WEB",
62+
"url": "https://github.com/trailofbits/rfc3161-client/security/advisories/GHSA-6qhv-4h7r-2g9m"
63+
},
64+
{
65+
"type": "WEB",
66+
"url": "https://github.com/trailofbits/rfc3161-client/commit/724a184f953e3f171f85cb223871172b41b0d0dc"
67+
},
68+
{
69+
"type": "PACKAGE",
70+
"url": "https://github.com/trailofbits/rfc3161-client"
71+
}
72+
],
73+
"database_specific": {
74+
"cwe_ids": [
75+
"CWE-347"
76+
],
77+
"github_reviewed": true,
78+
"github_reviewed_at": "2025-06-20T18:08:40Z",
79+
"nvd_published_at": null,
80+
"severity": "CRITICAL"
81+
}
82+
}
83+
],
84+
"groups": [
85+
{
86+
"ids": [
87+
"GHSA-6qhv-4h7r-2g9m"
88+
],
89+
"aliases": [
90+
"GHSA-6qhv-4h7r-2g9m"
91+
],
92+
"max_severity": "9.3"
93+
}
94+
]
95+
}
96+
]

0 commit comments

Comments
 (0)