Skip to content

Commit 96e02e8

Browse files
1 parent 852bbf4 commit 96e02e8

1 file changed

Lines changed: 26 additions & 5 deletions

File tree

advisories/unreviewed/2026/05/GHSA-jfv9-68m5-gjjr/GHSA-jfv9-68m5-gjjr.json renamed to advisories/github-reviewed/2026/05/GHSA-jfv9-68m5-gjjr/GHSA-jfv9-68m5-gjjr.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,47 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-jfv9-68m5-gjjr",
4-
"modified": "2026-05-14T21:30:38Z",
4+
"modified": "2026-05-28T19:13:30Z",
55
"published": "2026-05-12T18:30:41Z",
66
"aliases": [
77
"CVE-2026-31240"
88
],
9+
"summary": "mem0 server lacks authentication and authorization controls for its memory management API endpoints",
910
"details": "The mem0 1.0.0 server lacks authentication and authorization controls for its memory management API endpoints. Critical functions such as updating memory records (PUT /memories/{memory_id}) are exposed without any verification of the requester's identity or permissions. A remote attacker can exploit this by sending unauthenticated requests to modify, overwrite, or delete arbitrary memory records, leading to unauthorized data manipulation and potential data loss.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "mem0ai"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "1.0.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31240"
2142
},
2243
{
23-
"type": "WEB",
44+
"type": "PACKAGE",
2445
"url": "https://github.com/mem0ai/mem0"
2546
},
2647
{
@@ -33,8 +54,8 @@
3354
"CWE-306"
3455
],
3556
"severity": "HIGH",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-05-28T19:13:30Z",
3859
"nvd_published_at": "2026-05-12T18:16:52Z"
3960
}
4061
}

0 commit comments

Comments
 (0)