2024-01-19 21:00:28 +00:00
{
"id" : "CVE-2023-50447" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2024-01-19T20:15:11.870" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:37:00.967" ,
2024-03-27 23:03:27 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2024-01-19 21:00:28 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Pillow through 10.1.0 allows PIL.ImageMath.eval Arbitrary Code Execution via the environment parameter, a different vulnerability than CVE-2022-22817 (which was about the expression parameter)."
2024-01-26 15:00:28 +00:00
} ,
{
"lang" : "es" ,
"value" : "Pillow hasta la versi\u00f3n 10.1.0 permite la ejecuci\u00f3n de c\u00f3digo arbitrario PIL.ImageMath.eval a trav\u00e9s del par\u00e1metro de entorno, una vulnerabilidad diferente a CVE-2022-22817 (que se refer\u00eda al par\u00e1metro de expresi\u00f3n)."
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 8.1 ,
"baseSeverity" : "HIGH" ,
2024-01-26 15:00:28 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-01-26 15:00:28 +00:00
} ,
"exploitabilityScore" : 2.2 ,
"impactScore" : 5.9
2024-08-01 14:03:18 +00:00
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 8.1 ,
"baseSeverity" : "HIGH" ,
2024-08-01 14:03:18 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-08-01 14:03:18 +00:00
} ,
"exploitabilityScore" : 2.2 ,
"impactScore" : 5.9
2024-01-26 15:00:28 +00:00
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-94"
}
]
2024-08-01 14:03:18 +00:00
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-95"
}
]
2024-01-26 15:00:28 +00:00
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:python:pillow:*:*:*:*:*:*:*:*" ,
"versionEndIncluding" : "10.1.0" ,
"matchCriteriaId" : "80E5F323-E99B-4BE0-9F99-4FB9AD370C8C"
}
]
}
]
2024-02-15 05:00:28 +00:00
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73"
}
]
}
]
2024-01-19 21:00:28 +00:00
}
] ,
"references" : [
2024-01-20 19:00:28 +00:00
{
"url" : "http://www.openwall.com/lists/oss-security/2024/01/20/1" ,
2024-01-26 15:00:28 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Mailing List" ,
"Third Party Advisory"
]
2024-01-20 19:00:28 +00:00
} ,
2024-01-19 21:00:28 +00:00
{
"url" : "https://devhub.checkmarx.com/cve-details/CVE-2023-50447/" ,
2024-01-26 15:00:28 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Third Party Advisory"
]
2024-01-19 21:00:28 +00:00
} ,
{
2024-03-27 23:03:27 +00:00
"url" : "https://duartecsantos.github.io/2024-01-02-CVE-2023-50447/" ,
"source" : "cve@mitre.org"
2024-01-19 21:00:28 +00:00
} ,
{
"url" : "https://github.com/python-pillow/Pillow/releases" ,
2024-01-26 15:00:28 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Release Notes"
]
2024-01-29 23:00:28 +00:00
} ,
{
"url" : "https://lists.debian.org/debian-lts-announce/2024/01/msg00019.html" ,
2024-02-15 05:00:28 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Mailing List" ,
"Third Party Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "http://www.openwall.com/lists/oss-security/2024/01/20/1" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Mailing List" ,
"Third Party Advisory"
]
} ,
{
"url" : "https://devhub.checkmarx.com/cve-details/CVE-2023-50447/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Third Party Advisory"
]
} ,
{
"url" : "https://duartecsantos.github.io/2024-01-02-CVE-2023-50447/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://github.com/python-pillow/Pillow/releases" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://lists.debian.org/debian-lts-announce/2024/01/msg00019.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Mailing List" ,
"Third Party Advisory"
]
2024-01-19 21:00:28 +00:00
}
]
}