-
Notifications
You must be signed in to change notification settings - Fork 336
/
GHSA-32qq-m9fh-f74w.json
61 lines (61 loc) · 1.49 KB
/
GHSA-32qq-m9fh-f74w.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"schema_version": "1.4.0",
"id": "GHSA-32qq-m9fh-f74w",
"modified": "2023-04-14T20:31:15Z",
"published": "2023-04-05T15:30:24Z",
"aliases": [
"CVE-2023-25330"
],
"summary": "MyBatis-Plus vulnerable to SQL injection via TenantPlugin",
"details": "MyBatis-Plus below 3.5.3.1 is vulnerable to SQL injection via the tenant ID value. This may allow remote attackers to execute arbitrary SQL commands.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "com.baomidou:mybatis-plus"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "< 3.5.3.1"
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25330"
},
{
"type": "WEB",
"url": "https://github.com/FCncdn/MybatisPlusTenantPluginSQLInjection-POC/blob/master/Readme.en.md"
},
{
"type": "PACKAGE",
"url": "https://github.com/baomidou/mybatis-plus"
}
],
"database_specific": {
"cwe_ids": [
"CWE-89"
],
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2023-04-05T21:13:04Z",
"nvd_published_at": "2023-04-05T14:15:00Z"
}
}