Skip to content

Commit 0459935

Browse files
1 parent bd062e7 commit 0459935

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-w7xj-pj5f-8pwh",
4-
"modified": "2025-05-06T06:30:36Z",
4+
"modified": "2025-05-06T18:49:13Z",
55
"published": "2025-05-05T21:31:30Z",
66
"aliases": [
77
"CVE-2025-45616"
88
],
9+
"summary": "BRCC Incorrect Access Control vulnerability",
910
"details": "Incorrect access control in the /admin/** API of brcc v1.2.0 allows attackers to gain access to Admin rights via a crafted request.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "com.baidu.mapp:brcc-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "1.2.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -22,15 +43,19 @@
2243
{
2344
"type": "WEB",
2445
"url": "https://github.com/baidu/brcc/issues/194"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/baidu/brcc"
2550
}
2651
],
2752
"database_specific": {
2853
"cwe_ids": [
2954
"CWE-284"
3055
],
3156
"severity": "CRITICAL",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-05-06T18:49:13Z",
3459
"nvd_published_at": "2025-05-05T20:15:20Z"
3560
}
3661
}

0 commit comments

Comments
 (0)