cvelist/2022/31xxx/CVE-2022-31005.json

93 lines
3.2 KiB
JSON
Raw Normal View History

2022-05-18 19:02:22 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2022-05-18 19:02:22 +00:00
"ID": "CVE-2022-31005",
"STATE": "PUBLIC",
"TITLE": "Integer Overflow in Vapor's HTTP Range Request"
2022-05-18 19:02:22 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "vapor",
"version": {
"version_data": [
{
"version_value": "< 4.60.3"
}
]
}
}
]
},
"vendor_name": "vapor"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-05-18 19:02:22 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-06-02 13:44:11 +00:00
"value": "Vapor is an HTTP web framework for Swift. Users of Vapor prior to version 4.60.3 with FileMiddleware enabled are vulnerable to an integer overflow vulnerability that can crash the application. Version 4.60.3 contains a patch for this issue. As a workaround, disable FileMiddleware and serve via a Content Delivery Network."
2022-05-18 19:02:22 +00:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-190: Integer Overflow or Wraparound"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/vapor/vapor/security/advisories/GHSA-vj2m-9f5j-mpr5",
"refsource": "CONFIRM",
"url": "https://github.com/vapor/vapor/security/advisories/GHSA-vj2m-9f5j-mpr5"
},
{
"name": "https://github.com/vapor/vapor/commit/953a349b539b3e0d3653585c8ffb50c427986df1",
"refsource": "MISC",
"url": "https://github.com/vapor/vapor/commit/953a349b539b3e0d3653585c8ffb50c427986df1"
},
{
"name": "https://github.com/vapor/vapor/releases/tag/4.60.3",
"refsource": "MISC",
"url": "https://github.com/vapor/vapor/releases/tag/4.60.3"
}
]
},
"source": {
"advisory": "GHSA-vj2m-9f5j-mpr5",
"discovery": "UNKNOWN"
2022-05-18 19:02:22 +00:00
}
}