2023-08-14 22:00:31 +00:00
{
"id" : "CVE-2023-40020" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-08-14T21:15:13.797" ,
2023-08-22 16:00:37 +00:00
"lastModified" : "2023-08-22T14:36:08.510" ,
"vulnStatus" : "Analyzed" ,
2023-08-14 22:00:31 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "PrivateUploader is an open source image hosting server written in Vue and TypeScript. In affected versions `app/routes/v3/admin.controller.ts` did not correctly verify whether the user was an administrator (High Level) or moderator (Low Level) causing the request to continue processing. The response would be a 403 with ADMIN_ONLY, however, next() would call leading to any updates/changes in the route to process. This issue has been addressed in version 3.2.49. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n"
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-08-22 16:00:37 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 8.3 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 5.5
} ,
2023-08-14 22:00:31 +00:00
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 9.9 ,
"baseSeverity" : "CRITICAL"
} ,
"exploitabilityScore" : 3.1 ,
"impactScore" : 6.0
}
]
} ,
"weaknesses" : [
{
"source" : "security-advisories@github.com" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-287"
}
]
}
] ,
2023-08-22 16:00:37 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:troplo:privateuploader:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "3.2.49" ,
"matchCriteriaId" : "F3185126-02B9-4939-B4A3-28EC7123FCA4"
}
]
}
]
}
] ,
2023-08-14 22:00:31 +00:00
"references" : [
{
"url" : "https://github.com/PrivateUploader/PrivateUploader/commit/869657d61e3c7a518177106fe63ea483082b0d3e" ,
2023-08-22 16:00:37 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2023-08-14 22:00:31 +00:00
} ,
{
"url" : "https://github.com/PrivateUploader/PrivateUploader/security/advisories/GHSA-vhrw-2472-rrjx" ,
2023-08-22 16:00:37 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch" ,
"Vendor Advisory"
]
2023-08-14 22:00:31 +00:00
}
]
}