Skip to content

Commit 27f77d8

Browse files
1 parent 3176601 commit 27f77d8

File tree

1 file changed

+36
-8
lines changed

1 file changed

+36
-8
lines changed

advisories/unreviewed/2025/11/GHSA-62vx-hpcr-m9ch/GHSA-62vx-hpcr-m9ch.json renamed to advisories/github-reviewed/2025/11/GHSA-62vx-hpcr-m9ch/GHSA-62vx-hpcr-m9ch.json

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,47 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-62vx-hpcr-m9ch",
4-
"modified": "2025-11-20T15:30:24Z",
4+
"modified": "2025-11-20T18:48:27Z",
55
"published": "2025-11-20T15:30:24Z",
66
"aliases": [
77
"CVE-2025-60794"
88
],
9+
"summary": "@perfood/couch-auth may expose session tokens, passwords",
910
"details": "Session tokens and passwords in couch-auth 0.21.2 are stored in JavaScript objects and remain in memory without explicit clearing in src/user.ts lines 700-707. This creates a window of opportunity for sensitive data extraction through memory dumps, debugging tools, or other memory access techniques, potentially leading to session hijacking.",
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:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@perfood/couch-auth"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "0.21.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1238
"references": [
1339
{
1440
"type": "ADVISORY",
1541
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-60794"
1642
},
1743
{
18-
"type": "WEB",
44+
"type": "PACKAGE",
1945
"url": "https://github.com/perfood/couch-auth"
2046
},
2147
{
@@ -28,10 +54,12 @@
2854
}
2955
],
3056
"database_specific": {
31-
"cwe_ids": [],
32-
"severity": null,
33-
"github_reviewed": false,
34-
"github_reviewed_at": null,
57+
"cwe_ids": [
58+
"CWE-316"
59+
],
60+
"severity": "MODERATE",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-11-20T18:48:26Z",
3563
"nvd_published_at": "2025-11-20T15:17:37Z"
3664
}
3765
}

0 commit comments

Comments
 (0)