Skip to content

Commit 0d674bf

Browse files
1 parent 004f18a commit 0d674bf

4 files changed

Lines changed: 79 additions & 3 deletions

File tree

advisories/github-reviewed/2026/01/GHSA-5882-5rx9-xgxp/GHSA-5882-5rx9-xgxp.json

Lines changed: 5 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-5882-5rx9-xgxp",
4-
"modified": "2026-02-12T20:09:29Z",
4+
"modified": "2026-06-05T16:23:37Z",
55
"published": "2026-01-16T20:59:16Z",
66
"aliases": [
77
"CVE-2026-26216"
@@ -44,6 +44,10 @@
4444
"type": "ADVISORY",
4545
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26216"
4646
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/crawl4ai/PYSEC-2026-33.yaml"
50+
},
4751
{
4852
"type": "PACKAGE",
4953
"url": "https://github.com/unclecode/crawl4ai"

advisories/github-reviewed/2026/02/GHSA-2mcm-79hx-8fxw/GHSA-2mcm-79hx-8fxw.json

Lines changed: 5 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-2mcm-79hx-8fxw",
4-
"modified": "2026-02-03T19:22:54Z",
4+
"modified": "2026-06-05T16:23:51Z",
55
"published": "2026-02-03T15:30:23Z",
66
"aliases": [
77
"CVE-2025-13473"
@@ -86,6 +86,10 @@
8686
"type": "PACKAGE",
8787
"url": "https://github.com/django/django"
8888
},
89+
{
90+
"type": "WEB",
91+
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2026-42.yaml"
92+
},
8993
{
9094
"type": "WEB",
9195
"url": "https://groups.google.com/g/django-announce"

advisories/github-reviewed/2026/02/GHSA-33mw-q7rj-mjwj/GHSA-33mw-q7rj-mjwj.json

Lines changed: 5 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-33mw-q7rj-mjwj",
4-
"modified": "2026-02-03T19:29:47Z",
4+
"modified": "2026-06-05T16:24:05Z",
55
"published": "2026-02-03T15:30:23Z",
66
"aliases": [
77
"CVE-2025-14550"
@@ -90,6 +90,10 @@
9090
"type": "PACKAGE",
9191
"url": "https://github.com/django/django"
9292
},
93+
{
94+
"type": "WEB",
95+
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2026-43.yaml"
96+
},
9397
{
9498
"type": "WEB",
9599
"url": "https://groups.google.com/g/django-announce"
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-xxpj-q764-9r6q",
4+
"modified": "2026-06-05T16:22:29Z",
5+
"published": "2026-06-05T16:22:28Z",
6+
"aliases": [
7+
"CVE-2026-47388"
8+
],
9+
"summary": "NocoDB: Missing Ownership Check in MCP Attachment Read",
10+
"details": "### Summary\nA low-privilege MCP token holder with knowledge of an attachment path could read any\nfile in shared storage, including attachments belonging to other bases and workspaces,\nbecause the MCP `readAttachment` tool did not verify the file's ownership.\n\n### Details\nThe MCP `readAttachment` tool accepts caller-supplied `path`/`url` values and streams\nthe file via the storage adapter. The handler now looks up the path in\n`nc_file_references` and requires a non-deleted row whose `base_id` matches the\ncaller's MCP context before streaming; otherwise it returns\n`Attachment is not accessible from this MCP context`. The lookup tolerates both\n`download/uploads/...` and `uploads/...` styles.\n\n### Impact\nArbitrary read against shared storage scoped to attachments the caller's MCP context\nshould not see. Exploitation requires an MCP token and a known attachment path.\n\n### Credit\nThis issue was reported by [@helwor-01](https://github.com/helwor-01).",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "nocodb"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2026.05.1"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 2026.05.0"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/nocodb/nocodb/security/advisories/GHSA-xxpj-q764-9r6q"
45+
},
46+
{
47+
"type": "PACKAGE",
48+
"url": "https://github.com/nocodb/nocodb"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://github.com/nocodb/nocodb/releases/tag/2026.05.1"
53+
}
54+
],
55+
"database_specific": {
56+
"cwe_ids": [
57+
"CWE-639"
58+
],
59+
"severity": "LOW",
60+
"github_reviewed": true,
61+
"github_reviewed_at": "2026-06-05T16:22:28Z",
62+
"nvd_published_at": null
63+
}
64+
}

0 commit comments

Comments
 (0)