2022-04-13 15:01:29 +00:00
{
"CVE_data_meta" : {
2022-05-20 23:41:31 +00:00
"ASSIGNER" : "security-advisories@github.com" ,
2022-04-13 15:01:29 +00:00
"ID" : "CVE-2022-29214" ,
2022-05-20 23:41:31 +00:00
"STATE" : "PUBLIC" ,
"TITLE" : "URL Redirection to Untrusted Site ('Open Redirect') in next-auth"
2022-04-13 15:01:29 +00:00
} ,
2022-05-20 23:41:31 +00:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "next-auth" ,
"version" : {
"version_data" : [
{
"version_value" : "< 3.29.3"
} ,
{
"version_value" : ">= 4.0.0, < 4.3.3"
}
]
}
}
]
} ,
"vendor_name" : "nextauthjs"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2022-04-13 15:01:29 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2022-05-20 23:41:31 +00:00
"value" : "NextAuth.js (next-auth) is am open source authentication solution for Next.js applications. Prior to versions 3.29.3 and 4.3.3, an open redirect vulnerability is present when the developer is implementing an OAuth 1 provider. Versions 3.29.3 and 4.3.3 contain a patch for this issue. The maintainers recommend adding a certain configuration to one's `callbacks` option as a workaround for those unable to upgrade."
}
]
} ,
"impact" : {
"cvss" : {
"attackComplexity" : "LOW" ,
"attackVector" : "NETWORK" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 6.1 ,
"baseSeverity" : "MEDIUM" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
"privilegesRequired" : "NONE" ,
"scope" : "CHANGED" ,
"userInteraction" : "REQUIRED" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" ,
"version" : "3.1"
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-601: URL Redirection to Untrusted Site ('Open Redirect')"
}
]
2022-04-13 15:01:29 +00:00
}
]
2022-05-20 23:41:31 +00:00
} ,
"references" : {
"reference_data" : [
{
"name" : "https://github.com/nextauthjs/next-auth/security/advisories/GHSA-q2mx-j4x2-2h74" ,
"refsource" : "CONFIRM" ,
"url" : "https://github.com/nextauthjs/next-auth/security/advisories/GHSA-q2mx-j4x2-2h74"
} ,
{
"name" : "https://github.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.3.3" ,
"refsource" : "MISC" ,
"url" : "https://github.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.3.3"
}
]
} ,
"source" : {
"advisory" : "GHSA-q2mx-j4x2-2h74" ,
"discovery" : "UNKNOWN"
2022-04-13 15:01:29 +00:00
}
}