2022-09-02 15:00:33 +00:00
{
"CVE_data_meta" : {
2022-10-10 20:33:15 +00:00
"ASSIGNER" : "security-advisories@github.com" ,
2022-09-02 15:00:33 +00:00
"ID" : "CVE-2022-39288" ,
2022-10-10 20:33:15 +00:00
"STATE" : "PUBLIC" ,
"TITLE" : "Denial of service in Fastify via Content-Type header"
2022-09-02 15:00:33 +00:00
} ,
2022-10-10 20:33:15 +00:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "fastify" ,
"version" : {
"version_data" : [
{
"version_value" : ">= 4.0.0, < 4.8.1"
}
]
}
}
]
} ,
"vendor_name" : "fastify"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2022-09-02 15:00:33 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2022-10-10 20:33:15 +00:00
"value" : "fastify is a fast and low overhead web framework, for Node.js. Affected versions of fastify are subject to a denial of service via malicious use of the Content-Type header. An attacker can send an invalid Content-Type header that can cause the application to crash. This issue has been addressed in commit `fbb07e8d` and will be included in release version 4.8.1. Users are advised to upgrade. Users unable to upgrade may manually filter out http content with malicious Content-Type headers."
2022-09-02 15:00:33 +00:00
}
]
2022-10-10 20:33:15 +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-754: Improper Check for Unusual or Exceptional Conditions"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"name" : "https://github.com/fastify/fastify/security/advisories/GHSA-455w-c45v-86rg" ,
"refsource" : "CONFIRM" ,
"url" : "https://github.com/fastify/fastify/security/advisories/GHSA-455w-c45v-86rg"
} ,
{
"name" : "https://github.com/fastify/fastify/commit/fbb07e8dfad74c69cd4cd2211aedab87194618e3" ,
"refsource" : "MISC" ,
"url" : "https://github.com/fastify/fastify/commit/fbb07e8dfad74c69cd4cd2211aedab87194618e3"
} ,
{
"name" : "https://github.com/fastify/fastify/security/policy" ,
"refsource" : "MISC" ,
"url" : "https://github.com/fastify/fastify/security/policy"
}
]
} ,
"source" : {
"advisory" : "GHSA-455w-c45v-86rg" ,
"discovery" : "UNKNOWN"
2022-09-02 15:00:33 +00:00
}
}