2024-01-26 03:00:29 +00:00
{
"id" : "CVE-2023-5933" ,
"sourceIdentifier" : "cve@gitlab.com" ,
"published" : "2024-01-26T01:15:08.660" ,
2024-01-31 21:00:29 +00:00
"lastModified" : "2024-01-31T20:31:37.367" ,
"vulnStatus" : "Analyzed" ,
2024-01-26 03:00:29 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "An issue has been discovered in GitLab CE/EE affecting all versions after 13.7 before 16.6.6, 16.7 prior to 16.7.4, and 16.8 prior to 16.8.1. Improper input sanitization of user name allows arbitrary API PUT requests."
2024-01-26 15:00:28 +00:00
} ,
{
"lang" : "es" ,
"value" : "Se descubri\u00f3 un problema en GitLab CE/EE que afecta a todas las versiones posteriores a 13.7 anteriores a 16.6.6, 16.7 anteriores a 16.7.4 y 16.8 anteriores a 16.8.1. La sanitizaci\u00f3n inadecuada de la entrada del nombre de usuario permite solicitudes PUT de API arbitrarias."
2024-01-26 03:00:29 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-01-31 21:00:29 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "REQUIRED" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 5.4 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 2.3 ,
"impactScore" : 2.7
} ,
2024-01-26 03:00:29 +00:00
{
"source" : "cve@gitlab.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 6.4 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 1.2 ,
"impactScore" : 5.2
}
]
} ,
"weaknesses" : [
2024-01-31 21:00:29 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
} ,
2024-01-26 03:00:29 +00:00
{
"source" : "cve@gitlab.com" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-80"
}
]
}
] ,
2024-01-31 21:00:29 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "13.7.0" ,
"versionEndExcluding" : "16.6.6" ,
"matchCriteriaId" : "CB08E85C-E128-44D4-B9B7-2A58790D72C5"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "13.7.0" ,
"versionEndExcluding" : "16.6.6" ,
"matchCriteriaId" : "31BFE094-EDFE-447F-AC01-9D18E1375383"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*" ,
"versionStartIncluding" : "16.7.0" ,
"versionEndExcluding" : "16.7.4" ,
"matchCriteriaId" : "0F871342-EDE9-49F2-8081-04651A16CD6E"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "16.7.0" ,
"versionEndExcluding" : "16.7.4" ,
"matchCriteriaId" : "9A9ED476-FBE7-4022-AE16-18386E73AA59"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:16.8.0:*:*:*:community:*:*:*" ,
"matchCriteriaId" : "246D6584-64A7-44AC-A279-ECA58E5ED1FB"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gitlab:gitlab:16.8.0:*:*:*:enterprise:*:*:*" ,
"matchCriteriaId" : "E591D495-7397-4DA2-A643-477B2E35A915"
}
]
}
]
}
] ,
2024-01-26 03:00:29 +00:00
"references" : [
{
"url" : "https://about.gitlab.com/releases/2024/01/25/critical-security-release-gitlab-16-8-1-released/" ,
2024-01-31 21:00:29 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Vendor Advisory"
]
2024-01-26 03:00:29 +00:00
} ,
{
"url" : "https://gitlab.com/gitlab-org/gitlab/-/issues/430236" ,
2024-01-31 21:00:29 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Broken Link"
]
2024-01-26 03:00:29 +00:00
} ,
{
"url" : "https://hackerone.com/reports/2225710" ,
2024-01-31 21:00:29 +00:00
"source" : "cve@gitlab.com" ,
"tags" : [
"Permissions Required"
]
2024-01-26 03:00:29 +00:00
}
]
}