-
Notifications
You must be signed in to change notification settings - Fork 741
/
CVE-2021-24474.json
75 lines (75 loc) · 1.81 KB
/
CVE-2021-24474.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"CVE_data_meta": {
"ID": "CVE-2021-24474",
"ASSIGNER": "[email protected]",
"STATE": "PUBLIC",
"TITLE": "Awesome Weather Widget <= 3.0.2 - Reflected Cross-site Scripting (XSS)"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"generator": "WPScan CVE Generator",
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Unknown",
"product": {
"product_data": [
{
"product_name": "Awesome Weather Widget",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "3.0.2",
"version_value": "3.0.2"
}
]
}
}
]
}
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The Awesome Weather Widget WordPress plugin through 3.0.2 does not sanitize the id parameter of its awesome_weather_refresh AJAX action, leading to an unauthenticated Reflected Cross-Site Scripting (XSS) Vulnerability."
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://wpscan.com/vulnerability/49bc46a8-9d55-4fa1-8e0d-0556a6336fa0",
"name": "https://wpscan.com/vulnerability/49bc46a8-9d55-4fa1-8e0d-0556a6336fa0"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"value": "CWE-79 Cross-site Scripting (XSS)",
"lang": "eng"
}
]
}
]
},
"credit": [
{
"lang": "eng",
"value": "Truoc Phan"
}
],
"source": {
"discovery": "UNKNOWN"
}
}