Skip to content

Commit 3fd7de5

Browse files
1 parent b0fee29 commit 3fd7de5

2 files changed

Lines changed: 79 additions & 14 deletions

File tree

advisories/unreviewed/2026/03/GHSA-5458-7hh9-v7p4/GHSA-5458-7hh9-v7p4.json renamed to advisories/github-reviewed/2026/03/GHSA-5458-7hh9-v7p4/GHSA-5458-7hh9-v7p4.json

Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-5458-7hh9-v7p4",
4-
"modified": "2026-03-25T21:30:35Z",
4+
"modified": "2026-03-27T19:49:01Z",
55
"published": "2026-03-25T21:30:35Z",
66
"aliases": [
77
"CVE-2025-70952"
88
],
9+
"summary": "pf4j is vulnerable to Path Traversal or Zip Slip attack through improper handling of zip entry names ",
910
"details": "pf4j before 20c2f80 has a path traversal vulnerability in the extract() function of Unzip.java, where improper handling of zip entry names can allow directory traversal or Zip Slip attacks, due to a lack of proper path normalization and validation.",
10-
"severity": [],
11-
"affected": [],
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:H/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.pf4j:pf4j"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "3.14.1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1238
"references": [
1339
{
1440
"type": "ADVISORY",
@@ -29,13 +55,20 @@
2955
{
3056
"type": "WEB",
3157
"url": "https://gist.github.com/weaver4VD/410f23adb24ef5f5077f021f4393e705"
58+
},
59+
{
60+
"type": "PACKAGE",
61+
"url": "https://github.com/pf4j/pf4j"
3262
}
3363
],
3464
"database_specific": {
35-
"cwe_ids": [],
36-
"severity": null,
37-
"github_reviewed": false,
38-
"github_reviewed_at": null,
65+
"cwe_ids": [
66+
"CWE-22",
67+
"CWE-23"
68+
],
69+
"severity": "HIGH",
70+
"github_reviewed": true,
71+
"github_reviewed_at": "2026-03-27T19:49:00Z",
3972
"nvd_published_at": "2026-03-25T19:16:28Z"
4073
}
4174
}

advisories/unreviewed/2026/03/GHSA-p4hh-mq57-gq8x/GHSA-p4hh-mq57-gq8x.json renamed to advisories/github-reviewed/2026/03/GHSA-p4hh-mq57-gq8x/GHSA-p4hh-mq57-gq8x.json

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-p4hh-mq57-gq8x",
4-
"modified": "2026-03-25T21:30:35Z",
4+
"modified": "2026-03-27T19:50:18Z",
55
"published": "2026-03-25T21:30:35Z",
66
"aliases": [
77
"CVE-2025-70887"
88
],
9+
"summary": "Signify allows a remote attacker to escalate privileges via the signed_data.py and the context.py components",
910
"details": "An issue in ralphje Signify before v.0.9.2 allows a remote attacker to escalate privileges via the signed_data.py and the context.py components",
10-
"severity": [],
11-
"affected": [],
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "signify"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.9.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1238
"references": [
1339
{
1440
"type": "ADVISORY",
@@ -33,13 +59,19 @@
3359
{
3460
"type": "WEB",
3561
"url": "https://github.com/mtrojnar/osslsigncode/releases/tag/2.11"
62+
},
63+
{
64+
"type": "PACKAGE",
65+
"url": "https://github.com/ralphje/signify"
3666
}
3767
],
3868
"database_specific": {
39-
"cwe_ids": [],
40-
"severity": null,
41-
"github_reviewed": false,
42-
"github_reviewed_at": null,
69+
"cwe_ids": [
70+
"CWE-269"
71+
],
72+
"severity": "HIGH",
73+
"github_reviewed": true,
74+
"github_reviewed_at": "2026-03-27T19:50:18Z",
4375
"nvd_published_at": "2026-03-25T19:16:28Z"
4476
}
4577
}

0 commit comments

Comments
 (0)