"-Synchronized-Data."

This commit is contained in:
CVE Team 2024-05-29 03:00:50 +00:00
parent e2ec694ec4
commit fff64a65a0
No known key found for this signature in database
GPG Key ID: BC5FD8F2443B23B7
83 changed files with 2396 additions and 286 deletions

View File

@ -226,6 +226,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-122: Heap-based Buffer Overflow",
"cweId": "CWE-122"
}
]
}
@ -35,49 +36,103 @@
"product": {
"product_data": [
{
"product_name": "Microsoft SQL Server",
"product_name": "Microsoft SQL Server 2016 Service Pack 3 Azure Connect Feature Pack",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "13.0.0",
"version_value": "13.0.7024.30"
},
{
"version_affected": "<",
"version_name": "15.0.0",
"version_value": "15.0.2101.7"
},
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6444.4"
},
{
"version_affected": "<",
"version_name": "11.0.0",
"version_value": "11.0.7512.11"
},
{
"version_affected": "<",
"version_name": "14.0.0",
"version_value": "14.0.2047.8"
},
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.6814.4"
},
{
"version_affected": "<",
"version_name": "16.0.0",
"version_value": "16.0.1050.5"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2017",
"product_name": "Microsoft SQL Server 2019 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "15.0.0",
"version_value": "15.0.2101.7"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2016 Service Pack 3 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "13.0.0",
"version_value": "13.0.6430.49"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2014 Service Pack 3 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6444.4"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2014 Service Pack 3 (CU 4)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6174.8"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2012 Service Pack 4 (QFE)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "11.0.0",
"version_value": "11.0.7512.11"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2017 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "14.0.0",
"version_value": "14.0.2047.8"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2012 for x64-based Systems Service Pack 4 (QFE)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "11.0.0",
"version_value": "11.0.7512.11"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2017 (CU 31)",
"version": {
"version_data": [
{
@ -89,7 +144,7 @@
}
},
{
"product_name": "Microsoft SQL Server 2019",
"product_name": "Microsoft SQL Server 2019 (CU 18)",
"version": {
"version_data": [
{
@ -99,6 +154,42 @@
}
]
}
},
{
"product_name": "Microsoft SQL Server 2008 Service Pack 4 (QFE)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.6814.4"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2008 R2 Service Pack 3 (QFE)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.50.6785.2"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2022 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "16.0.0",
"version_value": "16.0.1050.5"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-502: Deserialization of Untrusted Data",
"cweId": "CWE-502"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-94: Improper Control of Generation of Code ('Code Injection')",
"cweId": "CWE-94"
}
]
}
@ -35,12 +36,12 @@
"product": {
"product_data": [
{
"product_name": "Azure DevOps Server",
"product_name": "Azure DevOps Server 2020.1.2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "20230131.0",
"version_name": "2020.1.0",
"version_value": "20230131.3"
}
]

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Spoofing"
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
@ -35,7 +36,7 @@
"product": {
"product_data": [
{
"product_name": "Azure DevOps Server",
"product_name": "Azure DevOps Server 2022",
"version": {
"version_data": [
{

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Elevation of Privilege"
"value": "CWE-73: External Control of File Name or Path",
"cweId": "CWE-73"
}
]
}
@ -35,24 +36,45 @@
"product": {
"product_data": [
{
"product_name": "Microsoft Visual Studio",
"product_name": "Microsoft Visual Studio 2022 version 17.2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "17.2.0",
"version_value": "17.2.13"
}
]
}
},
{
"product_name": "Microsoft Visual Studio 2017 version 15.9 (includes 15.0 - 15.8)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "15.9.0",
"version_value": "15.9.52"
}
]
}
},
{
"product_name": "Microsoft Visual Studio 2022 version 17.4",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "17.4.0",
"version_value": "17.4.5"
}
]
}
},
{
"product_name": "Microsoft Visual Studio 2022 version 17.0",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "17.0.0",
@ -62,7 +84,7 @@
}
},
{
"product_name": "Microsoft Visual Studio 2019",
"product_name": "Microsoft Visual Studio 2019 version 16.11 (includes 16.0 - 16.10)",
"version": {
"version_data": [
{

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Denial of Service"
"value": "CWE-59: Improper Link Resolution Before File Access ('Link Following')",
"cweId": "CWE-59"
}
]
}
@ -35,34 +36,31 @@
"product": {
"product_data": [
{
"product_name": "Microsoft Visual Studio",
"product_name": "Microsoft Visual Studio 2022 version 17.2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "17.2.0",
"version_value": "17.2.13"
},
{
"version_affected": "<",
"version_name": "17.0.0",
"version_value": "17.0.19"
},
{
"version_affected": "<",
"version_name": "15.9.0",
"version_value": "15.9.52"
},
{
"version_affected": "<",
"version_name": "17.4.0",
"version_value": "17.4.5"
}
]
}
},
{
"product_name": "Microsoft Visual Studio 2019",
"product_name": "Microsoft Visual Studio 2022 version 17.0",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "17.0.0",
"version_value": "17.0.19"
}
]
}
},
{
"product_name": "Microsoft Visual Studio 2019 version 16.11 (includes 16.0 - 16.10)",
"version": {
"version_data": [
{
@ -72,6 +70,30 @@
}
]
}
},
{
"product_name": "Microsoft Visual Studio 2017 version 15.9 (includes 15.0 - 15.8)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "15.9.0",
"version_value": "15.9.52"
}
]
}
},
{
"product_name": "Microsoft Visual Studio 2022 version 17.4",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "17.4.0",
"version_value": "17.4.5"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-502: Deserialization of Untrusted Data",
"cweId": "CWE-502"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Spoofing"
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
@ -40,7 +41,7 @@
"version_data": [
{
"version_affected": "<",
"version_name": "9.1.0",
"version_name": "9.0",
"version_value": "9.1.16.20"
}
]

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Spoofing"
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
@ -40,7 +41,7 @@
"version_data": [
{
"version_affected": "<",
"version_name": "9.1.0",
"version_name": "9.0",
"version_value": "9.1.16.20"
}
]

View File

@ -40,7 +40,7 @@
"version_data": [
{
"version_affected": "<",
"version_name": "9.1.0",
"version_name": "9.0",
"version_value": "9.1.16.20"
}
]

View File

@ -40,7 +40,7 @@
"version_data": [
{
"version_affected": "<",
"version_name": "9.1.0",
"version_name": "9.0",
"version_value": "9.1.16.20"
}
]

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-191: Integer Underflow (Wrap or Wraparound)",
"cweId": "CWE-191"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-20: Improper Input Validation",
"cweId": "CWE-20"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-190: Integer Overflow or Wraparound",
"cweId": "CWE-190"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-125: Out-of-bounds Read",
"cweId": "CWE-125"
}
]
}
@ -53,7 +54,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Elevation of Privilege"
"value": "CWE-416: Use After Free",
"cweId": "CWE-416"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-122: Heap-based Buffer Overflow",
"cweId": "CWE-122"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,14 +180,33 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -195,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -206,6 +250,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-122: Heap-based Buffer Overflow",
"cweId": "CWE-122"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,14 +180,33 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -195,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -206,6 +250,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-125: Out-of-bounds Read",
"cweId": "CWE-125"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-122: Heap-based Buffer Overflow",
"cweId": "CWE-122"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-125: Out-of-bounds Read",
"cweId": "CWE-125"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-122: Heap-based Buffer Overflow",
"cweId": "CWE-122"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-122: Heap-based Buffer Overflow",
"cweId": "CWE-122"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-126: Buffer Over-read",
"cweId": "CWE-126"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows 10 Version 20H2",
"version": {
@ -131,7 +144,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -143,14 +168,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -171,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -182,6 +250,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-125: Out-of-bounds Read",
"cweId": "CWE-125"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows 10 Version 20H2",
"version": {
@ -131,7 +144,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -143,14 +168,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -171,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -182,6 +250,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Denial of Service"
"value": "CWE-476: NULL Pointer Dereference",
"cweId": "CWE-476"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Denial of Service"
"value": "CWE-126: Buffer Over-read",
"cweId": "CWE-126"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Denial of Service"
"value": "CWE-125: Out-of-bounds Read",
"cweId": "CWE-125"
}
]
}
@ -58,6 +59,18 @@
]
}
},
{
"product_name": "Windows Server 2019 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.17763.4010"
}
]
}
},
{
"product_name": "Windows Server 2022",
"version": {
@ -89,7 +102,7 @@
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.22000.1574"
"version_value": "10.0.22621.1574"
}
]
}
@ -167,7 +180,19 @@
}
},
{
"product_name": "Windows Server 2008",
"product_name": "Windows Server 2016 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "10.0.0",
"version_value": "10.0.14393.5717"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
@ -179,14 +204,45 @@
}
},
{
"product_name": "Windows Server 2008 R2",
"product_name": "Windows Server 2008 Service Pack 2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 Service Pack 2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.0.6003.21915"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.1.0",
"version_value": "6.1.7601.26366"
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
@ -207,6 +263,18 @@
]
}
},
{
"product_name": "Windows Server 2012 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.2.0",
"version_value": "6.2.9200.24116"
}
]
}
},
{
"product_name": "Windows Server 2012 R2",
"version": {
@ -218,6 +286,18 @@
}
]
}
},
{
"product_name": "Windows Server 2012 R2 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.3.0",
"version_value": "6.3.9600.20821"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-502: Deserialization of Untrusted Data",
"cweId": "CWE-502"
}
]
}
@ -35,7 +36,7 @@
"product": {
"product_data": [
{
"product_name": "Azure Data Box",
"product_name": "Azure Data Box Gateway",
"version": {
"version_data": [
{

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-190: Integer Overflow or Wraparound",
"cweId": "CWE-190"
}
]
}
@ -35,39 +36,79 @@
"product": {
"product_data": [
{
"product_name": "Microsoft SQL Server",
"product_name": "Microsoft SQL Server 2017 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "14.0.0",
"version_value": "14.0.2047.8"
},
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6444.4"
},
{
"version_affected": "<",
"version_name": "15.0.0",
"version_value": "15.0.2101.7"
},
{
"version_affected": "<",
"version_name": "13.0.0",
"version_value": "13.0.6430.49"
},
{
"version_affected": "<",
"version_name": "16.0.0",
"version_value": "16.0.1050.5"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2019",
"product_name": "Microsoft SQL Server 2014 Service Pack 3 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6444.4"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2014 Service Pack 3 (CU 4)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6174.8"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2019 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "15.0.0",
"version_value": "15.0.2101.7"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2016 Service Pack 3 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "13.0.0",
"version_value": "13.0.6430.49"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2016 Service Pack 3 Azure Connect Feature Pack",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "13.0.0",
"version_value": "13.0.7024.30"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2019 (CU 18)",
"version": {
"version_data": [
{
@ -79,7 +120,7 @@
}
},
{
"product_name": "Microsoft SQL Server 2017",
"product_name": "Microsoft SQL Server 2017 (CU 31)",
"version": {
"version_data": [
{
@ -89,6 +130,18 @@
}
]
}
},
{
"product_name": "Microsoft SQL Server 2022 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "16.0.0",
"version_value": "16.0.1050.5"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-321: Use of Hard-coded Cryptographic Key",
"cweId": "CWE-321"
}
]
}
@ -35,44 +36,103 @@
"product": {
"product_data": [
{
"product_name": "Microsoft SQL Server",
"product_name": "Microsoft SQL Server 2012 Service Pack 4 (QFE)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "11.0.0",
"version_value": "11.0.7512.11"
},
{
"version_affected": "<",
"version_name": "14.0.0",
"version_value": "14.0.2047.8"
},
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6444.4"
},
{
"version_affected": "<",
"version_name": "15.0.0",
"version_value": "15.0.2101.7"
},
{
"version_affected": "<",
"version_name": "13.0.0",
"version_value": "13.0.6430.49"
},
{
"version_affected": "<",
"version_name": "16.0.0",
"version_value": "16.0.1050.5"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2017",
"product_name": "Microsoft SQL Server 2012 for x64-based Systems Service Pack 4 (QFE)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "11.0.0",
"version_value": "11.0.7512.11"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2017 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "14.0.0",
"version_value": "14.0.2047.8"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2014 Service Pack 3 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6444.4"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2014 Service Pack 3 (CU 4)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6174.8"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2019 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "15.0.0",
"version_value": "15.0.2101.7"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2016 Service Pack 3 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "13.0.0",
"version_value": "13.0.6430.49"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2016 Service Pack 3 Azure Connect Feature Pack",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "13.0.0",
"version_value": "13.0.7024.30"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2017 (CU 31)",
"version": {
"version_data": [
{
@ -84,7 +144,19 @@
}
},
{
"product_name": "Microsoft SQL Server 2019",
"product_name": "Microsoft SQL Server 2022 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "16.0.0",
"version_value": "16.0.1050.5"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2019 (CU 18)",
"version": {
"version_data": [
{

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-502: Deserialization of Untrusted Data",
"cweId": "CWE-502"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-502: Deserialization of Untrusted Data",
"cweId": "CWE-502"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-502: Deserialization of Untrusted Data",
"cweId": "CWE-502"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-502: Deserialization of Untrusted Data",
"cweId": "CWE-502"
}
]
}
@ -35,44 +36,103 @@
"product": {
"product_data": [
{
"product_name": "Microsoft SQL Server",
"product_name": "Microsoft SQL Server 2016 Service Pack 3 Azure Connect Feature Pack",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "13.0.0",
"version_value": "13.0.7024.30"
},
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6174.8"
},
{
"version_affected": "<",
"version_name": "15.0.0",
"version_value": "15.0.2101.7"
},
{
"version_affected": "<",
"version_name": "11.0.0",
"version_value": "11.0.7512.11"
},
{
"version_affected": "<",
"version_name": "14.0.0",
"version_value": "14.0.2047.8"
},
{
"version_affected": "<",
"version_name": "16.0.0",
"version_value": "16.0.1050.5"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2019",
"product_name": "Microsoft SQL Server 2014 Service Pack 3 (CU 4)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6174.8"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2014 Service Pack 3 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "12.0.0",
"version_value": "12.0.6444.4"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2019 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "15.0.0",
"version_value": "15.0.2101.7"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2016 Service Pack 3 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "13.0.0",
"version_value": "13.0.6430.49"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2012 Service Pack 4 (QFE)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "11.0.0",
"version_value": "11.0.7512.11"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2012 for x64-based Systems Service Pack 4 (QFE)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "11.0.0",
"version_value": "11.0.7512.11"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2017 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "14.0.0",
"version_value": "14.0.2047.8"
}
]
}
},
{
"product_name": "Microsoft SQL Server 2019 (CU 18)",
"version": {
"version_data": [
{
@ -84,7 +144,7 @@
}
},
{
"product_name": "Microsoft SQL Server 2017",
"product_name": "Microsoft SQL Server 2017 (CU 31)",
"version": {
"version_data": [
{
@ -94,6 +154,18 @@
}
]
}
},
{
"product_name": "Microsoft SQL Server 2022 (GDR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "16.0.0",
"version_value": "16.0.1050.5"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Elevation of Privilege"
"value": "CWE-416: Use After Free",
"cweId": "CWE-416"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Elevation of Privilege"
"value": "CWE-284: Improper Access Control",
"cweId": "CWE-284"
}
]
}
@ -35,7 +36,7 @@
"product": {
"product_data": [
{
"product_name": "Azure Stack",
"product_name": "Azure App Service on Azure Stack Hub",
"version": {
"version_data": [
{

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection')",
"cweId": "CWE-77"
}
]
}
@ -35,7 +36,7 @@
"product": {
"product_data": [
{
"product_name": "Microsoft Dynamics 365",
"product_name": "Microsoft Dynamics 365 Unified Service Desk",
"version": {
"version_data": [
{
@ -66,8 +67,8 @@
{
"version": "3.1",
"baseSeverity": "HIGH",
"baseScore": 8.3,
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H/E:U/RL:O/RC:C"
"baseScore": 8,
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H/E:U/RL:O/RC:C"
}
]
}

View File

@ -35,7 +35,7 @@
"product": {
"product_data": [
{
"product_name": "Microsoft Edge",
"product_name": "Microsoft Edge (Chromium-based)",
"version": {
"version_data": [
{

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Spoofing"
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
@ -35,7 +36,7 @@
"product": {
"product_data": [
{
"product_name": "Power BI Report Server",
"product_name": "Power BI Report Server - January 2023",
"version": {
"version_data": [
{

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Spoofing"
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
@ -40,7 +41,7 @@
"version_data": [
{
"version_affected": "<",
"version_name": "9.1.0",
"version_name": "9.0",
"version_value": "9.1.16.20"
}
]

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Spoofing"
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-416: Use After Free",
"cweId": "CWE-416"
}
]
}
@ -142,6 +143,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Denial of Service"
"value": "CWE-125: Out-of-bounds Read",
"cweId": "CWE-125"
}
]
}
@ -226,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Denial of Service"
"value": "CWE-125: Out-of-bounds Read",
"cweId": "CWE-125"
}
]
}
@ -226,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-20: Improper Input Validation",
"cweId": "CWE-20"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-416: Use After Free",
"cweId": "CWE-416"
}
]
}
@ -226,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-125: Out-of-bounds Read",
"cweId": "CWE-125"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-822: Untrusted Pointer Dereference",
"cweId": "CWE-822"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-908: Use of Uninitialized Resource",
"cweId": "CWE-908"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-908: Use of Uninitialized Resource",
"cweId": "CWE-908"
}
]
}
@ -226,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Security Feature Bypass"
"value": "CWE-327: Use of a Broken or Risky Cryptographic Algorithm",
"cweId": "CWE-327"
}
]
}
@ -226,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Denial of Service"
"value": "CWE-125: Out-of-bounds Read",
"cweId": "CWE-125"
}
]
}
@ -226,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Denial of Service"
"value": "CWE-125: Out-of-bounds Read",
"cweId": "CWE-125"
}
]
}
@ -226,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -226,6 +226,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-122: Heap-based Buffer Overflow",
"cweId": "CWE-122"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Elevation of Privilege"
"value": "CWE-59: Improper Link Resolution Before File Access ('Link Following')",
"cweId": "CWE-59"
}
]
}
@ -81,6 +82,18 @@
}
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-190: Integer Overflow or Wraparound",
"cweId": "CWE-190"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Spoofing"
"value": "CWE-918: Server-Side Request Forgery (SSRF)",
"cweId": "CWE-918"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Elevation of Privilege"
"value": "CWE-59: Improper Link Resolution Before File Access ('Link Following')",
"cweId": "CWE-59"
}
]
}
@ -190,6 +191,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Elevation of Privilege"
"value": "CWE-36: Absolute Path Traversal",
"cweId": "CWE-36"
}
]
}
@ -190,6 +191,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Elevation of Privilege"
"value": "CWE-416: Use After Free",
"cweId": "CWE-416"
}
]
}
@ -226,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Elevation of Privilege"
"value": "CWE-59: Improper Link Resolution Before File Access ('Link Following')",
"cweId": "CWE-59"
}
]
}

View File

@ -11,7 +11,7 @@
"description_data": [
{
"lang": "eng",
"value": "Microsoft Message Queuing Remote Code Execution Vulnerability"
"value": "Microsoft Message Queuing (MSMQ) Remote Code Execution Vulnerability"
}
]
},
@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-20: Improper Input Validation",
"cweId": "CWE-20"
}
]
}
@ -226,6 +227,18 @@
]
}
},
{
"product_name": "Windows Server 2008 R2 Service Pack 1 (Server Core installation)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "6.0.0",
"version_value": "6.1.7601.26623"
}
]
}
},
{
"product_name": "Windows Server 2012",
"version": {

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-122: Heap-based Buffer Overflow",
"cweId": "CWE-122"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Denial of Service"
"value": "CWE-476: NULL Pointer Dereference",
"cweId": "CWE-476"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Information Disclosure"
"value": "CWE-126: Buffer Over-read",
"cweId": "CWE-126"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Elevation of Privilege"
"value": "CWE-1220: Insufficient Granularity of Access Control",
"cweId": "CWE-1220"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-502: Deserialization of Untrusted Data",
"cweId": "CWE-502"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Elevation of Privilege"
"value": "CWE-59: Improper Link Resolution Before File Access ('Link Following')",
"cweId": "CWE-59"
}
]
}

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "Remote Code Execution"
"value": "CWE-416: Use After Free",
"cweId": "CWE-416"
}
]
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-31158",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-32940",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-34165",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-34545",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-36261",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-36276",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-36291",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-36297",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-36483",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -1,17 +1,104 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-5150",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@wordfence.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "The Login with phone number plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 1.7.26. This is due to the 'activation_code' default value is empty, and the not empty check is missing in the 'lwp_ajax_register' function. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, if they have access to the user email. The vulnerability is patched in version 1.7.26, but there is an issue in the patch that causes the entire function to not work, and this issue is fixed in version 1.7.27."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-288 Authentication Bypass Using an Alternate Path or Channel"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "glboy",
"product": {
"product_data": [
{
"product_name": "Login with phone number",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "*",
"version_value": "1.7.26"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/cf34eb9f-f6e9-4a7a-8459-c86f9fa3dad8?source=cve",
"refsource": "MISC",
"name": "https://www.wordfence.com/threat-intel/vulnerabilities/id/cf34eb9f-f6e9-4a7a-8459-c86f9fa3dad8?source=cve"
},
{
"url": "https://plugins.trac.wordpress.org/browser/login-with-phone-number/tags/1.7.25/login-with-phonenumber.php#L4183",
"refsource": "MISC",
"name": "https://plugins.trac.wordpress.org/browser/login-with-phone-number/tags/1.7.25/login-with-phonenumber.php#L4183"
},
{
"url": "https://plugins.trac.wordpress.org/browser/login-with-phone-number/tags/1.7.25/login-with-phonenumber.php#L4220",
"refsource": "MISC",
"name": "https://plugins.trac.wordpress.org/browser/login-with-phone-number/tags/1.7.25/login-with-phonenumber.php#L4220"
},
{
"url": "https://plugins.trac.wordpress.org/browser/login-with-phone-number/tags/1.7.25/login-with-phonenumber.php#L4241",
"refsource": "MISC",
"name": "https://plugins.trac.wordpress.org/browser/login-with-phone-number/tags/1.7.25/login-with-phonenumber.php#L4241"
},
{
"url": "https://plugins.trac.wordpress.org/changeset/3090625/login-with-phone-number",
"refsource": "MISC",
"name": "https://plugins.trac.wordpress.org/changeset/3090625/login-with-phone-number"
},
{
"url": "https://plugins.trac.wordpress.org/changeset/3090754/login-with-phone-number#file5",
"refsource": "MISC",
"name": "https://plugins.trac.wordpress.org/changeset/3090754/login-with-phone-number#file5"
}
]
},
"credits": [
{
"lang": "en",
"value": "Istv\u00e1n M\u00e1rton"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"baseScore": 9.8,
"baseSeverity": "CRITICAL"
}
]
}

View File

@ -1,17 +1,89 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-5204",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@wordfence.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "The Swiss Toolkit For WP plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 1.0.7. This is due to the plugin storing custom data in post metadata without an underscore prefix. This makes it possible for authenticated attackers with contributor-level and above permissions to log in as any existing user on the site, such as an administrator."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-288 Authentication Bypass Using an Alternate Path or Channel"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "boomdevs",
"product": {
"product_data": [
{
"product_name": "Swiss Toolkit For WP",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "*",
"version_value": "1.0.7"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/a8526106-847a-420f-9275-f759a8dd4dfb?source=cve",
"refsource": "MISC",
"name": "https://www.wordfence.com/threat-intel/vulnerabilities/id/a8526106-847a-420f-9275-f759a8dd4dfb?source=cve"
},
{
"url": "https://plugins.trac.wordpress.org/browser/swiss-toolkit-for-wp/trunk/includes/plugins/class-boomdevs-swiss-toolkit-generate-login-url.php?rev=3077000#L50",
"refsource": "MISC",
"name": "https://plugins.trac.wordpress.org/browser/swiss-toolkit-for-wp/trunk/includes/plugins/class-boomdevs-swiss-toolkit-generate-login-url.php?rev=3077000#L50"
},
{
"url": "https://plugins.trac.wordpress.org/changeset/3091913/swiss-toolkit-for-wp",
"refsource": "MISC",
"name": "https://plugins.trac.wordpress.org/changeset/3091913/swiss-toolkit-for-wp"
}
]
},
"credits": [
{
"lang": "en",
"value": "Istv\u00e1n M\u00e1rton"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"baseScore": 8.8,
"baseSeverity": "HIGH"
}
]
}