Skip to content

Commit 992e2bf

Browse files
committed
2023-04-02 - cve update
1 parent 6737a90 commit 992e2bf

File tree

14 files changed

+211
-88
lines changed

14 files changed

+211
-88
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
Stats 📊
1010
-------
1111

12-
**CVEs analyzed**: 74807
12+
**CVEs analyzed**: 74992
1313

14-
**CVEs missing**: 19543
14+
**CVEs missing**: 19584
1515

1616
**Dropdown by vuln type**:
1717

1818
| Type | Count | Data |
1919
| - | - | - |
20-
| XSS | 7865 | [xss.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/xss.txt) |
21-
| RCE | 2979 | [rce.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/rce.txt) |
22-
| SQL Injection | 5503 | [sqli.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/sqli.txt) |
20+
| XSS | 7872 | [xss.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/xss.txt) |
21+
| RCE | 3000 | [rce.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/rce.txt) |
22+
| SQL Injection | 5515 | [sqli.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/sqli.txt) |
2323
| Local File Inclusion | 80 | [lfi.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/lfi.txt) |
24-
| Server Side Request Forgery | 152 | [ssrf.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/ssrf.txt) |
24+
| Server Side Request Forgery | 153 | [ssrf.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/ssrf.txt) |
2525
| Prototype Pollution | 152 | [proto-pollution.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/proto-pollution.txt) |
2626
| Request Smuggling | 63 | [req-smuggling.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/req-smuggling.txt) |
27-
| Open Redirect | 203 | [open-redirect.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/open-redirect.txt) |
27+
| Open Redirect | 204 | [open-redirect.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/open-redirect.txt) |
2828
| XML External Entity | 297 | [xxe.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/xxe.txt) |
2929
| Path Traversal | 2229 | [path-traversal.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/path-traversal.txt) |
30-
| Server Side Template Injection | 20 | [ssti.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/ssti.txt) |
30+
| Server Side Template Injection | 19 | [ssti.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/type/ssti.txt) |
3131

3232
**Dropdown by year**:
3333

@@ -52,12 +52,12 @@ Stats 📊
5252
| 2015 | 789 | [2015.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2015.txt) |
5353
| 2016 | 500 | [2016.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2016.txt) |
5454
| 2017 | 1272 | [2017.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2017.txt) |
55-
| 2018 | 1825 | [2018.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2018.txt) |
55+
| 2018 | 1827 | [2018.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2018.txt) |
5656
| 2019 | 1394 | [2019.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2019.txt) |
57-
| 2020 | 2016 | [2020.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2020.txt) |
58-
| 2021 | 1800 | [2021.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2021.txt) |
59-
| 2022 | 2409 | [2022.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2022.txt) |
60-
| 2023 | 321 | [2023.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2023.txt) |
57+
| 2020 | 2012 | [2020.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2020.txt) |
58+
| 2021 | 1797 | [2021.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2021.txt) |
59+
| 2022 | 2402 | [2022.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2022.txt) |
60+
| 2023 | 374 | [2023.txt](https://github.com/edoardottt/missing-cve-nuclei-templates/blob/main/data/year/2023.txt) |
6161

6262
Why 🤔
6363
-------

data/all.txt

Lines changed: 66 additions & 25 deletions
Large diffs are not rendered by default.

data/type/lfi.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
[ CVE-2021-21907 ] [ local file inclusion ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-21907.md
5959
[ CVE-2021-23340 ] [ Local FIle Inclusion local file inclusion ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-23340.md
6060
[ CVE-2021-24644 ] [ Local File Inclusion ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-24644.md
61-
[ CVE-2021-24970 ] [ Local File Inclusion ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-24970.md
6261
[ CVE-2021-25082 ] [ Local File Inclusion ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-25082.md
6362
[ CVE-2021-27341 ] [ local file inclusion ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-27341.md
6463
[ CVE-2021-33408 ] [ Local File Inclusion ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-33408.md
@@ -78,3 +77,4 @@
7877
[ CVE-2022-41571 ] [ Local file inclusion ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-41571.md
7978
[ CVE-2022-4636 ] [ local file inclusion ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-4636.md
8079
[ CVE-2023-24217 ] [ local file inclusion ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24217.md
80+
[ CVE-2023-25260 ] [ Local File Inclusion ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-25260.md

data/type/open-redirect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,4 @@
201201
[ CVE-2022-4720 ] [ Open Redirect ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-4720.md
202202
[ CVE-2023-0748 ] [ Open Redirect ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-0748.md
203203
[ CVE-2023-22432 ] [ Open redirect ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-22432.md
204+
[ CVE-2023-24735 ] [ open redirect ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24735.md

data/type/rce.txt

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@
893893
[ CVE-2018-21130 ] [ command injection ] https://github.com/trickest/cve/blob/main/2018/CVE-2018-21130.md
894894
[ CVE-2018-21146 ] [ command injection ] https://github.com/trickest/cve/blob/main/2018/CVE-2018-21146.md
895895
[ CVE-2018-21268 ] [ command injection ] https://github.com/trickest/cve/blob/main/2018/CVE-2018-21268.md
896+
[ CVE-2018-25083 ] [ Command Injection ] https://github.com/trickest/cve/blob/main/2018/CVE-2018-25083.md
896897
[ CVE-2018-3710 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2018/CVE-2018-3710.md
897898
[ CVE-2018-3746 ] [ command injection ] https://github.com/trickest/cve/blob/main/2018/CVE-2018-3746.md
898899
[ CVE-2018-3757 ] [ Command injection ] https://github.com/trickest/cve/blob/main/2018/CVE-2018-3757.md
@@ -1528,7 +1529,6 @@
15281529
[ CVE-2020-14057 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-14057.md
15291530
[ CVE-2020-14100 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-14100.md
15301531
[ CVE-2020-14119 ] [ command injection ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-14119.md
1531-
[ CVE-2020-14144 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-14144.md
15321532
[ CVE-2020-14425 ] [ Remote Command Execution ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-14425.md
15331533
[ CVE-2020-1452 ] [ remote code execution Remote Code Execution ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-1452.md
15341534
[ CVE-2020-1453 ] [ remote code execution Remote Code Execution ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-1453.md
@@ -1553,7 +1553,6 @@
15531553
[ CVE-2020-1576 ] [ remote code execution Remote Code Execution ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-1576.md
15541554
[ CVE-2020-15778 ] [ command injection ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-15778.md
15551555
[ CVE-2020-15860 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-15860.md
1556-
[ CVE-2020-15867 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-15867.md
15571556
[ CVE-2020-15871 ] [ Remote Code Execution ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-15871.md
15581557
[ CVE-2020-15893 ] [ command injection ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-15893.md
15591558
[ CVE-2020-15922 ] [ Remote Code Execution ] https://github.com/trickest/cve/blob/main/2020/CVE-2020-15922.md
@@ -2307,6 +2306,7 @@
23072306
[ CVE-2021-46314 ] [ Remote Command Execution ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-46314.md
23082307
[ CVE-2021-46315 ] [ Remote Command Execution ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-46315.md
23092308
[ CVE-2021-46319 ] [ Remote Code Execution ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-46319.md
2309+
[ CVE-2021-46360 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-46360.md
23102310
[ CVE-2021-46367 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-46367.md
23112311
[ CVE-2021-46393 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-46393.md
23122312
[ CVE-2021-46394 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-46394.md
@@ -2322,7 +2322,6 @@
23222322
[ CVE-2021-46850 ] [ command injection ] https://github.com/trickest/cve/blob/main/2021/CVE-2021-46850.md
23232323
[ CVE-2022-0073 ] [ Command Injection ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-0073.md
23242324
[ CVE-2022-0282 ] [ Code Injection ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-0282.md
2325-
[ CVE-2022-0415 ] [ Remote Command Execution ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-0415.md
23262325
[ CVE-2022-0440 ] [ RCE ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-0440.md
23272326
[ CVE-2022-0557 ] [ Command Injection ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-0557.md
23282327
[ CVE-2022-0578 ] [ Code Injection ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-0578.md
@@ -2338,7 +2337,6 @@
23382337
[ CVE-2022-1030 ] [ command injection ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-1030.md
23392338
[ CVE-2022-1103 ] [ RCE ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-1103.md
23402339
[ CVE-2022-1292 ] [ command injection ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-1292.md
2341-
[ CVE-2022-1329 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-1329.md
23422340
[ CVE-2022-1410 ] [ Command Injection ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-1410.md
23432341
[ CVE-2022-1440 ] [ Command Injection ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-1440.md
23442342
[ CVE-2022-1471 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2022/CVE-2022-1471.md
@@ -2926,6 +2924,7 @@
29262924
[ CVE-2023-0048 ] [ Code Injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-0048.md
29272925
[ CVE-2023-0297 ] [ Code Injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-0297.md
29282926
[ CVE-2023-0315 ] [ Command Injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-0315.md
2927+
[ CVE-2023-0432 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-0432.md
29292928
[ CVE-2023-0647 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-0647.md
29302929
[ CVE-2023-0671 ] [ Code Injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-0671.md
29312930
[ CVE-2023-0789 ] [ Command Injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-0789.md
@@ -2955,25 +2954,47 @@
29552954
[ CVE-2023-23333 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-23333.md
29562955
[ CVE-2023-23924 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-23924.md
29572956
[ CVE-2023-24059 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24059.md
2957+
[ CVE-2023-24078 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24078.md
2958+
[ CVE-2023-24114 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24114.md
2959+
[ CVE-2023-24138 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24138.md
2960+
[ CVE-2023-24150 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24150.md
2961+
[ CVE-2023-24151 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24151.md
2962+
[ CVE-2023-24152 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24152.md
2963+
[ CVE-2023-24153 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24153.md
2964+
[ CVE-2023-24154 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24154.md
2965+
[ CVE-2023-24156 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24156.md
2966+
[ CVE-2023-24157 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24157.md
29582967
[ CVE-2023-24159 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24159.md
29592968
[ CVE-2023-24160 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24160.md
29602969
[ CVE-2023-24161 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24161.md
2970+
[ CVE-2023-24205 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24205.md
2971+
[ CVE-2023-24229 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24229.md
2972+
[ CVE-2023-24236 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24236.md
2973+
[ CVE-2023-24238 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24238.md
2974+
[ CVE-2023-24276 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24276.md
2975+
[ CVE-2023-24736 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24736.md
29612976
[ CVE-2023-24762 ] [ Command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24762.md
29622977
[ CVE-2023-24813 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-24813.md
29632978
[ CVE-2023-25136 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-25136.md
29642979
[ CVE-2023-25143 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-25143.md
29652980
[ CVE-2023-25194 ] [ RCE ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-25194.md
2981+
[ CVE-2023-25261 ] [ Remote Code Execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-25261.md
29662982
[ CVE-2023-25266 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-25266.md
29672983
[ CVE-2023-25717 ] [ Remote Code Execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-25717.md
29682984
[ CVE-2023-26107 ] [ Code Injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-26107.md
29692985
[ CVE-2023-26213 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-26213.md
29702986
[ CVE-2023-26490 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-26490.md
2987+
[ CVE-2023-26493 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-26493.md
29712988
[ CVE-2023-26759 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-26759.md
29722989
[ CVE-2023-27040 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-27040.md
2990+
[ CVE-2023-27078 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-27078.md
29732991
[ CVE-2023-27079 ] [ Command Injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-27079.md
29742992
[ CVE-2023-27135 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-27135.md
29752993
[ CVE-2023-27372 ] [ Remote Code Execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-27372.md
29762994
[ CVE-2023-27855 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-27855.md
29772995
[ CVE-2023-27985 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-27985.md
29782996
[ CVE-2023-27986 ] [ code injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-27986.md
2979-
[ CVE-2023-28343 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-28343.md
2997+
[ CVE-2023-28102 ] [ command injection ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-28102.md
2998+
[ CVE-2023-28501 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-28501.md
2999+
[ CVE-2023-28502 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-28502.md
3000+
[ CVE-2023-28504 ] [ remote code execution ] https://github.com/trickest/cve/blob/main/2023/CVE-2023-28504.md

0 commit comments

Comments
 (0)