Skip to content

File tree

9 files changed

+73
-19
lines changed

9 files changed

+73
-19
lines changed

advisories/github-reviewed/2025/10/GHSA-2v5m-cq9w-fc33/GHSA-2v5m-cq9w-fc33.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-2v5m-cq9w-fc33",
4-
"modified": "2025-10-22T19:45:54Z",
4+
"modified": "2025-10-23T17:40:23Z",
55
"published": "2025-10-22T16:46:03Z",
66
"aliases": [
77
"CVE-2025-62617"
@@ -43,6 +43,10 @@
4343
"type": "WEB",
4444
"url": "https://github.com/Admidio/admidio/security/advisories/GHSA-2v5m-cq9w-fc33"
4545
},
46+
{
47+
"type": "ADVISORY",
48+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62617"
49+
},
4650
{
4751
"type": "WEB",
4852
"url": "https://github.com/Admidio/admidio/commit/fde81ae869e88a3cf42201f2548d57df785a37cb"
@@ -59,6 +63,6 @@
5963
"severity": "HIGH",
6064
"github_reviewed": true,
6165
"github_reviewed_at": "2025-10-22T16:46:03Z",
62-
"nvd_published_at": null
66+
"nvd_published_at": "2025-10-22T22:15:34Z"
6367
}
6468
}

advisories/github-reviewed/2025/10/GHSA-g7f3-828f-7h7m/GHSA-g7f3-828f-7h7m.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-g7f3-828f-7h7m",
4-
"modified": "2025-10-22T19:46:03Z",
4+
"modified": "2025-10-23T17:40:14Z",
55
"published": "2025-10-10T22:54:03Z",
66
"aliases": [
77
"CVE-2025-62706"
@@ -40,6 +40,10 @@
4040
"type": "WEB",
4141
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-g7f3-828f-7h7m"
4242
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62706"
46+
},
4347
{
4448
"type": "WEB",
4549
"url": "https://github.com/authlib/authlib/commit/e0863d5129316b1790eee5f14cece32a03b8184d"
@@ -57,6 +61,6 @@
5761
"severity": "MODERATE",
5862
"github_reviewed": true,
5963
"github_reviewed_at": "2025-10-10T22:54:03Z",
60-
"nvd_published_at": null
64+
"nvd_published_at": "2025-10-22T22:15:35Z"
6165
}
6266
}

advisories/github-reviewed/2025/10/GHSA-ghfh-fmx4-26h8/GHSA-ghfh-fmx4-26h8.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-ghfh-fmx4-26h8",
4-
"modified": "2025-10-22T19:37:53Z",
4+
"modified": "2025-10-23T17:38:22Z",
55
"published": "2025-10-22T19:37:53Z",
66
"aliases": [
77
"CVE-2025-62513"
@@ -40,6 +40,10 @@
4040
"type": "WEB",
4141
"url": "https://github.com/openbao/openbao/security/advisories/GHSA-ghfh-fmx4-26h8"
4242
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62513"
46+
},
4347
{
4448
"type": "WEB",
4549
"url": "https://github.com/openbao/openbao/commit/cc2c476bac66e1d94776c2629793daec3af625f8"
@@ -56,6 +60,6 @@
5660
"severity": "MODERATE",
5761
"github_reviewed": true,
5862
"github_reviewed_at": "2025-10-22T19:37:53Z",
59-
"nvd_published_at": null
63+
"nvd_published_at": "2025-10-22T20:15:38Z"
6064
}
6165
}

advisories/github-reviewed/2025/10/GHSA-gr7h-xw4f-wh86/GHSA-gr7h-xw4f-wh86.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-gr7h-xw4f-wh86",
4-
"modified": "2025-10-22T19:41:49Z",
4+
"modified": "2025-10-23T17:40:01Z",
55
"published": "2025-10-22T19:41:49Z",
6-
"aliases": [],
6+
"aliases": [
7+
"CVE-2025-62710"
8+
],
79
"summary": "Sakai kernel-impl: predictable PRNG used to generate server‑side encryption key in EncryptionUtilityServiceImpl",
810
"details": "### Impact\nEncryptionUtilityServiceImpl initialized an AES256TextEncryptor password (serverSecretKey) using RandomStringUtils with the default java.util.Random. java.util.Random is a non‑cryptographic PRNG and can be predicted from limited state/seed information (e.g., start time window), substantially reducing the effective search space of the generated key. An attacker who can obtain ciphertexts (e.g., exported or at‑rest strings protected by this service) and approximate the PRNG seed can feasibly reconstruct the serverSecretKey and decrypt affected data.\n\n### Patches\nSAK-49866 is patched in Sakai 23.5, 25.0, and trunk. \n\n### Credits\n- Reported by [Suraj Gangwar](https://www.linkedin.com/in/surajgangwar?trk=contact-info).\n- Patched by Sam Ottenhoff (Longsight).",
911
"severity": [
@@ -38,6 +40,14 @@
3840
"type": "WEB",
3941
"url": "https://github.com/sakaiproject/sakai/security/advisories/GHSA-gr7h-xw4f-wh86"
4042
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62710"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/sakaiproject/sakai/commit/bde070104b1de01f4a6458dca6d9e0880a0e3c04"
50+
},
4151
{
4252
"type": "PACKAGE",
4353
"url": "https://github.com/sakaiproject/sakai"
@@ -50,6 +60,6 @@
5060
"severity": "LOW",
5161
"github_reviewed": true,
5262
"github_reviewed_at": "2025-10-22T19:41:49Z",
53-
"nvd_published_at": null
63+
"nvd_published_at": "2025-10-22T23:15:34Z"
5464
}
5565
}

advisories/github-reviewed/2025/10/GHSA-jfx9-29x2-rv3j/GHSA-jfx9-29x2-rv3j.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-jfx9-29x2-rv3j",
4-
"modified": "2025-10-22T19:40:50Z",
4+
"modified": "2025-10-23T17:40:45Z",
55
"published": "2025-10-22T19:40:50Z",
66
"aliases": [
77
"CVE-2025-62708"
@@ -40,6 +40,10 @@
4040
"type": "WEB",
4141
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-jfx9-29x2-rv3j"
4242
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62708"
46+
},
4347
{
4448
"type": "WEB",
4549
"url": "https://github.com/py-pdf/pypdf/pull/3502"
@@ -51,6 +55,10 @@
5155
{
5256
"type": "PACKAGE",
5357
"url": "https://github.com/py-pdf/pypdf"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/py-pdf/pypdf/releases/tag/6.1.3"
5462
}
5563
],
5664
"database_specific": {
@@ -60,6 +68,6 @@
6068
"severity": "MODERATE",
6169
"github_reviewed": true,
6270
"github_reviewed_at": "2025-10-22T19:40:50Z",
63-
"nvd_published_at": null
71+
"nvd_published_at": "2025-10-22T22:15:35Z"
6472
}
6573
}

advisories/github-reviewed/2025/10/GHSA-m732-5p4w-x69g/GHSA-m732-5p4w-x69g.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-m732-5p4w-x69g",
4-
"modified": "2025-10-22T19:42:31Z",
4+
"modified": "2025-10-23T17:38:34Z",
55
"published": "2025-10-22T15:21:18Z",
66
"aliases": [
77
"CVE-2025-62610"
@@ -40,6 +40,10 @@
4040
"type": "WEB",
4141
"url": "https://github.com/honojs/hono/security/advisories/GHSA-m732-5p4w-x69g"
4242
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62610"
46+
},
4347
{
4448
"type": "WEB",
4549
"url": "https://github.com/honojs/hono/commit/45ba3bf9e3dff8e4bd85d6b47d4b71c8d6c66bef"
@@ -56,6 +60,6 @@
5660
"severity": "HIGH",
5761
"github_reviewed": true,
5862
"github_reviewed_at": "2025-10-22T15:21:18Z",
59-
"nvd_published_at": null
63+
"nvd_published_at": "2025-10-22T20:15:38Z"
6064
}
6165
}

advisories/github-reviewed/2025/10/GHSA-r397-ff8c-wv2g/GHSA-r397-ff8c-wv2g.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-r397-ff8c-wv2g",
4-
"modified": "2025-10-22T16:47:10Z",
4+
"modified": "2025-10-23T17:38:48Z",
55
"published": "2025-10-22T16:47:10Z",
66
"aliases": [
77
"CVE-2025-62611"
@@ -43,6 +43,10 @@
4343
"type": "WEB",
4444
"url": "https://github.com/aio-libs/aiomysql/security/advisories/GHSA-r397-ff8c-wv2g"
4545
},
46+
{
47+
"type": "ADVISORY",
48+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62611"
49+
},
4650
{
4751
"type": "WEB",
4852
"url": "https://github.com/aio-libs/aiomysql/pull/1044"
@@ -63,6 +67,6 @@
6367
"severity": "HIGH",
6468
"github_reviewed": true,
6569
"github_reviewed_at": "2025-10-22T16:47:10Z",
66-
"nvd_published_at": null
70+
"nvd_published_at": "2025-10-22T20:15:38Z"
6771
}
6872
}

advisories/github-reviewed/2025/10/GHSA-rc54-2g2c-g36g/GHSA-rc54-2g2c-g36g.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-rc54-2g2c-g36g",
4-
"modified": "2025-10-22T19:55:40Z",
4+
"modified": "2025-10-23T17:40:56Z",
55
"published": "2025-10-22T19:55:40Z",
66
"aliases": [
77
"CVE-2025-62705"
@@ -40,6 +40,10 @@
4040
"type": "WEB",
4141
"url": "https://github.com/openbao/openbao/security/advisories/GHSA-rc54-2g2c-g36g"
4242
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62705"
46+
},
4347
{
4448
"type": "WEB",
4549
"url": "https://github.com/openbao/openbao/commit/cc2c476bac66e1d94776c2629793daec3af625f8"
@@ -56,6 +60,6 @@
5660
"severity": "MODERATE",
5761
"github_reviewed": true,
5862
"github_reviewed_at": "2025-10-22T19:55:40Z",
59-
"nvd_published_at": null
63+
"nvd_published_at": "2025-10-22T22:15:35Z"
6064
}
6165
}

advisories/github-reviewed/2025/10/GHSA-vr63-x8vc-m265/GHSA-vr63-x8vc-m265.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-vr63-x8vc-m265",
4-
"modified": "2025-10-22T19:40:47Z",
4+
"modified": "2025-10-23T17:40:35Z",
55
"published": "2025-10-22T19:40:47Z",
66
"aliases": [
77
"CVE-2025-62707"
@@ -40,13 +40,25 @@
4040
"type": "WEB",
4141
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-vr63-x8vc-m265"
4242
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62707"
46+
},
4347
{
4448
"type": "WEB",
4549
"url": "https://github.com/py-pdf/pypdf/pull/3501"
4650
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/py-pdf/pypdf/commit/f2864d6dd9bac7cecd3f4f54308b25ebbfa178f8"
54+
},
4755
{
4856
"type": "PACKAGE",
4957
"url": "https://github.com/py-pdf/pypdf"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/py-pdf/pypdf/releases/tag/6.1.3"
5062
}
5163
],
5264
"database_specific": {
@@ -56,6 +68,6 @@
5668
"severity": "MODERATE",
5769
"github_reviewed": true,
5870
"github_reviewed_at": "2025-10-22T19:40:47Z",
59-
"nvd_published_at": null
71+
"nvd_published_at": "2025-10-22T22:15:35Z"
6072
}
6173
}

0 commit comments

Comments
 (0)