-
Notifications
You must be signed in to change notification settings - Fork 0
/
updated_known_exploited_vulnerabilities.json
16565 lines (16565 loc) · 780 KB
/
updated_known_exploited_vulnerabilities.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"title": "CISA Catalog of Known Exploited Vulnerabilities",
"catalogVersion": "2024.06.26",
"dateReleased": "2024-06-26T14:00:54.8942Z",
"count": 1126,
"vulnerabilities": [
{
"cveID": "CVE-2021-27104",
"vendorProject": "Accellion",
"product": "FTA",
"vulnerabilityName": "Accellion FTA OS Command Injection Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Accellion FTA contains an OS command injection vulnerability exploited via a crafted POST request to various admin endpoints.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": [
"CWE-78"
]
},
{
"cveID": "CVE-2021-27102",
"vendorProject": "Accellion",
"product": "FTA",
"vulnerabilityName": "Accellion FTA OS Command Injection Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Accellion FTA contains an OS command injection vulnerability exploited via a local web service call.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": [
"CWE-78"
]
},
{
"cveID": "CVE-2021-27101",
"vendorProject": "Accellion",
"product": "FTA",
"vulnerabilityName": "Accellion FTA SQL Injection Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Accellion FTA contains a SQL injection vulnerability exploited via a crafted host header in a request to document_root.html.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": []
},
{
"cveID": "CVE-2021-27103",
"vendorProject": "Accellion",
"product": "FTA",
"vulnerabilityName": "Accellion FTA Server-Side Request Forgery (SSRF) Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Accellion FTA contains a server-side request forgery (SSRF) vulnerability exploited via a crafted POST request to wmProgressstat.html.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": [
"CWE-918"
]
},
{
"cveID": "CVE-2021-21017",
"vendorProject": "Adobe",
"product": "Acrobat and Reader",
"vulnerabilityName": "Adobe Acrobat and Reader Heap-based Buffer Overflow Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Acrobat Acrobat and Reader contain a heap-based buffer overflow vulnerability that could allow an unauthenticated attacker to achieve code execution in the context of the current user.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-122"
]
},
{
"cveID": "CVE-2021-28550",
"vendorProject": "Adobe",
"product": "Acrobat and Reader",
"vulnerabilityName": "Adobe Acrobat and Reader Use-After-Free Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Adobe Acrobat and Reader contains a use-after-free vulnerability that could allow an unauthenticated attacker to achieve code execution in the context of the current user.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-416"
]
},
{
"cveID": "CVE-2018-4939",
"vendorProject": "Adobe",
"product": "ColdFusion",
"vulnerabilityName": "Adobe ColdFusion Deserialization of Untrusted Data Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Adobe ColdFusion contains a deserialization of untrusted data vulnerability that could allow for code execution.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-502"
]
},
{
"cveID": "CVE-2018-15961",
"vendorProject": "Adobe",
"product": "ColdFusion",
"vulnerabilityName": "Adobe ColdFusion Unrestricted File Upload Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Adobe ColdFusion contains an unrestricted file upload vulnerability that could allow for code execution.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-434"
]
},
{
"cveID": "CVE-2018-4878",
"vendorProject": "Adobe",
"product": "Flash Player",
"vulnerabilityName": "Adobe Flash Player Use-After-Free Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Adobe Flash Player contains a use-after-free vulnerability that could allow for code execution.",
"requiredAction": "The impacted product is end-of-life and should be disconnected if still in use.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": [
"CWE-416"
]
},
{
"cveID": "CVE-2020-5735",
"vendorProject": "Amcrest",
"product": "Cameras and Network Video Recorder (NVR)",
"vulnerabilityName": "Amcrest Cameras and NVR Stack-based Buffer Overflow Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Amcrest cameras and NVR contain a stack-based buffer overflow vulnerability through port 37777 that allows an unauthenticated, remote attacker to crash the device and possibly execute code.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-121"
]
},
{
"cveID": "CVE-2019-2215",
"vendorProject": "Android",
"product": "Android Kernel",
"vulnerabilityName": "Android Kernel Use-After-Free Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Android Kernel contains a use-after-free vulnerability in binder.c that allows for privilege escalation from an application to the Linux Kernel. This vulnerability was observed chained with CVE-2020-0041 and CVE-2020-0069 under exploit chain \"AbstractEmu.\"",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-416"
]
},
{
"cveID": "CVE-2020-0041",
"vendorProject": "Android",
"product": "Android Kernel",
"vulnerabilityName": "Android Kernel Out-of-Bounds Write Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Android Kernel binder_transaction of binder.c contains an out-of-bounds write vulnerability due to an incorrect bounds check that could allow for local privilege escalation. This vulnerability was observed chained with CVE-2019-2215 and CVE-2020-0069 under exploit chain \"AbstractEmu.\"",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-20"
]
},
{
"cveID": "CVE-2020-0069",
"vendorProject": "MediaTek",
"product": "Multiple Chipsets",
"vulnerabilityName": "Mediatek Multiple Chipsets Insufficient Input Validation Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Multiple MediaTek chipsets contain an insufficient input validation vulnerability and have missing SELinux restrictions in the Command Queue drivers ioctl handlers. This causes an out-of-bounds write leading to privilege escalation. This vulnerability was observed chained with CVE-2019-2215 and CVE-2020-0041 under exploit chain \"AbstractEmu.\"",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-787"
]
},
{
"cveID": "CVE-2017-9805",
"vendorProject": "Apache",
"product": "Struts",
"vulnerabilityName": "Apache Struts Deserialization of Untrusted Data Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apache Struts REST Plugin uses an XStreamHandler with an instance of XStream for deserialization without any type filtering, which can lead to remote code execution when deserializing XML payloads.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-502"
]
},
{
"cveID": "CVE-2021-42013",
"vendorProject": "Apache",
"product": "HTTP Server",
"vulnerabilityName": "Apache HTTP Server Path Traversal Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apache HTTP Server contains a path traversal vulnerability that allows an attacker to perform remote code execution if files outside directories configured by Alias-like directives are not under default �require all denied� or if CGI scripts are enabled. This CVE ID resolves an incomplete patch for CVE-2021-41773.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": [
"CWE-22"
]
},
{
"cveID": "CVE-2021-41773",
"vendorProject": "Apache",
"product": "HTTP Server",
"vulnerabilityName": "Apache HTTP Server Path Traversal Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apache HTTP Server contains a path traversal vulnerability that allows an attacker to perform remote code execution if files outside directories configured by Alias-like directives are not under default �require all denied� or if CGI scripts are enabled. The original patch issued under this CVE ID is insufficient, please review remediation information under CVE-2021-42013.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": [
"CWE-22"
]
},
{
"cveID": "CVE-2019-0211",
"vendorProject": "Apache",
"product": "HTTP Server",
"vulnerabilityName": "Apache HTTP Server Privilege Escalation Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apache HTTP Server, with MPM event, worker or prefork, code executing in less-privileged child processes or threads (including scripts executed by an in-process scripting interpreter) could execute code with the privileges of the parent process (usually root) by manipulating the scoreboard.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-416"
]
},
{
"cveID": "CVE-2016-4437",
"vendorProject": "Apache",
"product": "Shiro",
"vulnerabilityName": "Apache Shiro Code Execution Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apache Shiro contains a vulnerability which may allow remote attackers to execute code or bypass intended access restrictions via an unspecified request parameter when a cipher key has not been configured for the \"remember me\" feature.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-284"
]
},
{
"cveID": "CVE-2019-17558",
"vendorProject": "Apache",
"product": "Solr",
"vulnerabilityName": "Apache Solr VelocityResponseWriter Plug-In Remote Code Execution Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "The Apache Solr VelocityResponseWriter plug-in contains an unspecified vulnerability which can allow for remote code execution.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-74"
]
},
{
"cveID": "CVE-2020-17530",
"vendorProject": "Apache",
"product": "Struts",
"vulnerabilityName": "Apache Struts Remote Code Execution Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Forced Object-Graph Navigation Language (OGNL) evaluation in Apache Struts, when evaluated on raw user input in tag attributes, can lead to remote code execution.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-917"
]
},
{
"cveID": "CVE-2017-5638",
"vendorProject": "Apache",
"product": "Struts",
"vulnerabilityName": "Apache Struts Remote Code Execution Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apache Struts Jakarta Multipart parser allows for malicious file upload using the Content-Type value, leading to remote code execution.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": [
"CWE-20"
]
},
{
"cveID": "CVE-2018-11776",
"vendorProject": "Apache",
"product": "Struts",
"vulnerabilityName": "Apache Struts Remote Code Execution Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apache Struts contains a vulnerability that allows for remote code execution under two circumstances. One, where the alwaysSelectFullNamespace option is true and the value isn't set for a result defined in underlying configurations and in same time, its upper package configuration have no or wildcard namespace. Or, using URL tag which doesn�t have value and action set and in same time, its upper package configuration have no or wildcard namespace.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-20"
]
},
{
"cveID": "CVE-2021-30858",
"vendorProject": "Apple",
"product": "iOS, iPadOS, and macOS",
"vulnerabilityName": "Apple iOS, iPadOS, macOS Use-After-Free Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, and macOS WebKit contain a use-after-free vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-416"
]
},
{
"cveID": "CVE-2019-6223",
"vendorProject": "Apple",
"product": "iOS and macOS",
"vulnerabilityName": "Apple iOS and macOS Group Facetime Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS and macOS Group FaceTime contains an unspecified vulnerability where the call initiator can cause the recipient's Apple device to answer unknowingly or without user interaction.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": []
},
{
"cveID": "CVE-2021-30860",
"vendorProject": "Apple",
"product": "Multiple Products",
"vulnerabilityName": "Apple Multiple Products Integer Overflow Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, macOS, and watchOS CoreGraphics contain an integer overflow vulnerability which may allow code execution when processing a maliciously crafted PDF. The vulnerability is also known under the moniker of FORCEDENTRY.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-190"
]
},
{
"cveID": "CVE-2020-27930",
"vendorProject": "Apple",
"product": "Multiple Products",
"vulnerabilityName": "Apple Multiple Products Memory Corruption Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, macOS, and watchOS FontParser contain a memory corruption vulnerability which may allow for code execution when processing maliciously crafted front.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-787"
]
},
{
"cveID": "CVE-2021-30807",
"vendorProject": "Apple",
"product": "Multiple Products",
"vulnerabilityName": "Apple Multiple Products Memory Corruption Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, macOS, and watchOS IOMobileFrameBuffer contain a memory corruption vulnerability which may allow an application to execute code with kernel privileges.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-787"
]
},
{
"cveID": "CVE-2020-27950",
"vendorProject": "Apple",
"product": "Multiple Products",
"vulnerabilityName": "Apple Multiple Products Memory Initialization Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, macOS, and watchOS contain a memory initialization vulnerability that may allow a malicious application to disclose kernel memory.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-665"
]
},
{
"cveID": "CVE-2020-27932",
"vendorProject": "Apple",
"product": "Multiple Products",
"vulnerabilityName": "Apple Multiple Products Type Confusion Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, macOS, and watchOS contain a type confusion vulnerability that may allow a malicious application to execute code with kernel privileges.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-843"
]
},
{
"cveID": "CVE-2020-9818",
"vendorProject": "Apple",
"product": "iOS, iPadOS, and watchOS",
"vulnerabilityName": "Apple iOS, iPadOS, and watchOS Out-of-Bounds Write Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, and watchOS Mail contains an out-of-bounds write vulnerability which may allow memory modification or application termination when processing a maliciously crafted mail message.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-787"
]
},
{
"cveID": "CVE-2020-9819",
"vendorProject": "Apple",
"product": "iOS, iPadOS, and watchOS",
"vulnerabilityName": "Apple iOS, iPadOS, and watchOS Memory Corruption Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, and watchOS Mail contains a memory corruption vulnerability that may allow heap corruption when processing a maliciously crafted mail message.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-787"
]
},
{
"cveID": "CVE-2021-30762",
"vendorProject": "Apple",
"product": "iOS",
"vulnerabilityName": "Apple iOS WebKit Use-After-Free Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS WebKit contains a use-after-free vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-416"
]
},
{
"cveID": "CVE-2021-1782",
"vendorProject": "Apple",
"product": "Multiple Products",
"vulnerabilityName": "Apple Multiple Products Race Condition Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOs, macOS, watchOS, and tvOS contain a race condition vulnerability that may allow a malicious application to elevate privileges.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-667"
]
},
{
"cveID": "CVE-2021-1870",
"vendorProject": "Apple",
"product": "iOS, iPadOS, and macOS",
"vulnerabilityName": "Apple iOS, iPadOS, and macOS WebKit Remote Code Execution Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, and macOS WebKit contain an unspecified logic vulnerability that allows a remote attacker to execute code. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": []
},
{
"cveID": "CVE-2021-1871",
"vendorProject": "Apple",
"product": "iOS, iPadOS, and macOS",
"vulnerabilityName": "Apple iOS, iPadOS, and macOS WebKit Remote Code Execution Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, and macOS WebKit contain an unspecified logic vulnerability that allows a remote attacker to execute code. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": []
},
{
"cveID": "CVE-2021-1879",
"vendorProject": "Apple",
"product": "iOS, iPadOS, and watchOS",
"vulnerabilityName": "Apple iOS, iPadOS, and watchOS WebKit Cross-Site Scripting (XSS) Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, and watchOS WebKit contain an unspecified vulnerability that allows for universal cross-site scripting (XSS) when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-79"
]
},
{
"cveID": "CVE-2021-30661",
"vendorProject": "Apple",
"product": "Multiple Products",
"vulnerabilityName": "Apple Multiple Products WebKit Storage Use-After-Free Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, macOS, tvOS, watchOS, and Safari WebKit Storage contain a use-after-free vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-416"
]
},
{
"cveID": "CVE-2021-30666",
"vendorProject": "Apple",
"product": "iOS",
"vulnerabilityName": "Apple iOS WebKit Buffer Overflow Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS WebKit contains a buffer-overflow vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-119"
]
},
{
"cveID": "CVE-2021-30713",
"vendorProject": "Apple",
"product": "macOS",
"vulnerabilityName": "Apple macOS Unspecified Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple macOS Transparency, Consent, and Control (TCC) contains an unspecified permissions issue which may allow a malicious application to bypass privacy preferences.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-20"
]
},
{
"cveID": "CVE-2021-30657",
"vendorProject": "Apple",
"product": "macOS",
"vulnerabilityName": "Apple macOS Unspecified Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple macOS contains an unspecified logic issue in System Preferences that may allow a malicious application to bypass Gatekeeper checks.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": []
},
{
"cveID": "CVE-2021-30665",
"vendorProject": "Apple",
"product": "Multiple Products",
"vulnerabilityName": "Apple Multiple Products WebKit Memory Corruption Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, macOS, watchOS, and tvOS WebKit contain a memory corruption vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-787"
]
},
{
"cveID": "CVE-2021-30663",
"vendorProject": "Apple",
"product": "Multiple Products",
"vulnerabilityName": "Apple Multiple Products WebKit Integer Overflow Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, macOS, tvOS, and Safari WebKit contain an integer overflow vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-190"
]
},
{
"cveID": "CVE-2021-30761",
"vendorProject": "Apple",
"product": "iOS",
"vulnerabilityName": "Apple iOS WebKit Memory Corruption Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS WebKit contains a memory corruption vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-787"
]
},
{
"cveID": "CVE-2021-30869",
"vendorProject": "Apple",
"product": "iOS, iPadOS, and macOS",
"vulnerabilityName": "Apple iOS, iPadOS, and macOS Type Confusion Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, and macOS contain a type confusion vulnerability in the XNU which may allow a malicious application to execute code with kernel privileges.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-843"
]
},
{
"cveID": "CVE-2020-9859",
"vendorProject": "Apple",
"product": "Multiple Products",
"vulnerabilityName": "Apple Multiple Products Code Execution Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Apple iOS, iPadOS, macOS, watchOS, and tvOS contain an unspecified vulnerability that may allow an application to execute code with kernel privileges.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-415"
]
},
{
"cveID": "CVE-2021-20090",
"vendorProject": "Arcadyan",
"product": "Buffalo Firmware",
"vulnerabilityName": "Arcadyan Buffalo Firmware Path Traversal Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Arcadyan Buffalo firmware contains a path traversal vulnerability that could allow unauthenticated, remote attackers to bypass authentication and access sensitive information. This vulnerability affects multiple routers across several different vendors.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-22"
]
},
{
"cveID": "CVE-2021-27562",
"vendorProject": "Arm",
"product": "Trusted Firmware",
"vulnerabilityName": "Arm Trusted Firmware Out-of-Bounds Write Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Arm Trusted Firmware contains an out-of-bounds write vulnerability allowing the non-secure (NS) world to trigger a system halt, overwrite secure data, or print out secure data when calling secure functions under the non-secure processing environment (NSPE) handler mode. This vulnerability affects Yealink Device Management servers.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-787"
]
},
{
"cveID": "CVE-2021-28664",
"vendorProject": "Arm",
"product": "Mali Graphics Processing Unit (GPU)",
"vulnerabilityName": "Arm Mali Graphics Processing Unit (GPU) Unspecified Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Arm Mali Graphics Processing Unit (GPU) kernel driver contains an unspecified vulnerability that may allow a non-privileged user to gain write access to read-only memory, gain root privilege, corrupt memory, and modify the memory of other processes.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-787"
]
},
{
"cveID": "CVE-2021-28663",
"vendorProject": "Arm",
"product": "Mali Graphics Processing Unit (GPU)",
"vulnerabilityName": "Arm Mali Graphics Processing Unit (GPU) Use-After-Free Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Arm Mali Graphics Processing Unit (GPU) kernel driver contains a use-after-free vulnerability that may allow a non-privileged user to make improper operations on GPU memory to gain root privilege, and/or disclose information.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-416"
]
},
{
"cveID": "CVE-2019-3398",
"vendorProject": "Atlassian",
"product": "Confluence Server and Data Center",
"vulnerabilityName": "Atlassian Confluence Server and Data Center Path Traversal Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Atlassian Confluence Server and Data Center contain a path traversal vulnerability in the downloadallattachments resource that may allow a privileged, remote attacker to write files. Exploitation can lead to remote code execution.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-22"
]
},
{
"cveID": "CVE-2021-26084",
"vendorProject": "Atlassian",
"product": "Confluence Server and Data Center",
"vulnerabilityName": "Atlassian Confluence Server and Data Center Object-Graph Navigation Language (OGNL) Injection Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Atlassian Confluence Server and Data Server contain an Object-Graph Navigation Language (OGNL) injection vulnerability that may allow an unauthenticated attacker to execute code.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": [
"CWE-917"
]
},
{
"cveID": "CVE-2019-11580",
"vendorProject": "Atlassian",
"product": "Crowd and Crowd Data Center",
"vulnerabilityName": "Atlassian Crowd and Crowd Data Center Remote Code Execution Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Atlassian Crowd and Crowd Data Center contain a remote code execution vulnerability resulting from a pdkinstall development plugin being incorrectly enabled in release builds.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": []
},
{
"cveID": "CVE-2019-3396",
"vendorProject": "Atlassian",
"product": "Confluence Server and Data Server",
"vulnerabilityName": "Atlassian Confluence Server and Data Center Server-Side Template Injection Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Atlassian Confluence Server and Data Center contain a server-side template injection vulnerability that may allow an attacker to achieve path traversal and remote code execution.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": [
"CWE-22"
]
},
{
"cveID": "CVE-2021-42258",
"vendorProject": "BQE",
"product": "BillQuick Web Suite",
"vulnerabilityName": "BQE BillQuick Web Suite SQL Injection Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "BQE BillQuick Web Suite contains an SQL injection vulnerability when accessing the username parameter that may allow for unauthenticated, remote code execution.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": [
"CWE-89"
]
},
{
"cveID": "CVE-2020-3452",
"vendorProject": "Cisco",
"product": "Adaptive Security Appliance (ASA) and Firepower Threat Defense (FTD)",
"vulnerabilityName": "Cisco ASA and FTD Read-Only Path Traversal Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Cisco Adaptive Security Appliance (ASA) and Firepower Threat Defense (FTD) contain an improper input validation vulnerability when HTTP requests process URLs. An attacker could exploit this vulnerability by sending a crafted HTTP request containing directory traversal character sequences to an affected device. A successful exploit could allow the attacker to view arbitrary files within the web services file system on the targeted device.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-20"
]
},
{
"cveID": "CVE-2020-3580",
"vendorProject": "Cisco",
"product": "Adaptive Security Appliance (ASA) and Firepower Threat Defense (FTD)",
"vulnerabilityName": "Cisco ASA and FTD Cross-Site Scripting (XSS) Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Cisco Adaptive Security Appliance (ASA) and Firepower Threat Defense (FTD) contain an insufficient input validation vulnerability for user-supplied input by the web services interface. Successful exploitation could allow an attacker to perform cross-site scripting (XSS) in the context of the interface or access sensitive browser-based information.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-79"
]
},
{
"cveID": "CVE-2021-1497",
"vendorProject": "Cisco",
"product": "HyperFlex HX",
"vulnerabilityName": "Cisco HyperFlex HX Installer Virtual Machine Command Injection Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Cisco HyperFlex HX Installer Virtual Machine contains an insufficient input validation vulnerability which could allow an attacker to execute commands on an affected device as the�root�user.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-78"
]
},
{
"cveID": "CVE-2021-1498",
"vendorProject": "Cisco",
"product": "HyperFlex HX",
"vulnerabilityName": "Cisco HyperFlex HX Data Platform Command Injection Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Cisco HyperFlex HX Installer Virtual Machine contains an insufficient input validation vulnerability which could allow an attacker to execute commands on an affected device as the tomcat8 user.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2021-11-17",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-78"
]
},
{
"cveID": "CVE-2018-0171",
"vendorProject": "Cisco",
"product": "IOS and IOS XE",
"vulnerabilityName": "Cisco IOS and IOS XE Software Smart Install Remote Code Execution Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Cisco IOS and IOS XE Software improperly validates packet data, allowing an unauthenticated, remote attacker to trigger a reload of an affected device, cause a denial-of-service (DoS) condition, or perform code execution on the affected device.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-20"
]
},
{
"cveID": "CVE-2020-3118",
"vendorProject": "Cisco",
"product": "IOS XR",
"vulnerabilityName": "Cisco IOS XR Software Discovery Protocol Format String Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Cisco IOS XR improperly validates string input from certain fields in Cisco Discovery Protocol messages. Exploitation could allow an unauthenticated, adjacent attacker to execute code with administrative privileges or cause a reload on an affected device.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-134"
]
},
{
"cveID": "CVE-2020-3566",
"vendorProject": "Cisco",
"product": "IOS XR",
"vulnerabilityName": "Cisco IOS XR Software DVMRP Memory Exhaustion Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Cisco IOS XR Distance Vector Multicast Routing Protocol (DVMRP) incorrectly handles Internet Group Management Protocol (IGMP) packets. Exploitation could allow an unauthenticated, remote attacker to immediately crash the IGMP process or make it consume available memory and eventually crash.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-400"
]
},
{
"cveID": "CVE-2020-3569",
"vendorProject": "Cisco",
"product": "IOS XR",
"vulnerabilityName": "Cisco IOS XR Software DVMRP Memory Exhaustion Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Cisco IOS XR Distance Vector Multicast Routing Protocol (DVMRP) incorrectly handles Internet Group Management Protocol (IGMP) packets. Exploitation could allow an unauthenticated, remote attacker to immediately crash the IGMP process or make it consume available memory and eventually crash.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-400"
]
},
{
"cveID": "CVE-2020-3161",
"vendorProject": "Cisco",
"product": "Cisco IP Phones",
"vulnerabilityName": "Cisco IP Phones Web Server Remote Code Execution and Denial-of-Service Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Cisco IP Phones contain an improper input validation vulnerability for HTTP requests. Exploitation could allow an attacker to execute code remotely with�root�privileges or cause a denial-of-service (DoS) condition.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-20"
]
},
{
"cveID": "CVE-2019-1653",
"vendorProject": "Cisco",
"product": "Small Business RV320 and RV325 Routers",
"vulnerabilityName": "Cisco Small Business RV320 and RV325 Routers Information Disclosure Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Cisco Small Business RV320 and RV325 Dual Gigabit WAN VPN Routers contain improper access controls for URLs. Exploitation could allow an attacker to download the router configuration or detailed diagnostic information.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-284"
]
},
{
"cveID": "CVE-2018-0296",
"vendorProject": "Cisco",
"product": "Adaptive Security Appliance (ASA)",
"vulnerabilityName": "Cisco Adaptive Security Appliance (ASA) Denial-of-Service Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Cisco Adaptive Security Appliance (ASA) contains an improper input validation vulnerability with HTTP URLs. Exploitation could allow an attacker to cause a denial-of-service (DoS) condition or information disclosure.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-20"
]
},
{
"cveID": "CVE-2019-13608",
"vendorProject": "Citrix",
"product": "StoreFront Server",
"vulnerabilityName": "Citrix StoreFront Server XML External Entity (XXE) Processing Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Citrix StoreFront Server contains an XML External Entity (XXE) processing vulnerability that may allow an unauthenticated attacker to retrieve potentially sensitive information.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Known",
"notes": "",
"cwes": [
"CWE-611"
]
},
{
"cveID": "CVE-2020-8193",
"vendorProject": "Citrix",
"product": "Application Delivery Controller (ADC), Gateway, and SD-WAN WANOP Appliance",
"vulnerabilityName": "Citrix ADC, Gateway, and SD-WAN WANOP Appliance Authorization Bypass Vulnerability",
"dateAdded": "2021-11-03",
"shortDescription": "Citrix ADC, Citrix Gateway, and multiple Citrix SD-WAN WANOP appliance models contain an authorization bypass vulnerability that may allow unauthenticated access to certain URL endpoints. The attacker must have access to the NetScaler IP (NSIP) in order to perform exploitation.",
"requiredAction": "Apply updates per vendor instructions.",
"dueDate": "2022-05-03",
"knownRansomwareCampaignUse": "Unknown",
"notes": "",
"cwes": [
"CWE-284"
]
},
{