2023-07-14 22:00:28 +00:00
{
"id" : "CVE-2023-37473" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-07-14T21:15:09.047" ,
2023-07-31 18:00:35 +00:00
"lastModified" : "2023-07-31T17:12:55.187" ,
"vulnStatus" : "Analyzed" ,
2023-07-14 22:00:28 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "zenstruck/collections is a set of helpers for iterating/paginating/filtering collections. Passing _callable strings_ (ie `system`) caused the function to be executed. This would result in a limited subset of specific user input being executed as if it were code. This issue has been addressed in commit `f4b1c48820` and included in release version 0.2.1. Users are advised to upgrade. Users unable to upgrade should ensure that user input is not passed to either `EntityRepository::find()` or `query()`."
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-07-31 18:00:35 +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:H/I:H/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 8.8 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 5.9
} ,
2023-07-14 22:00:28 +00:00
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 8.5 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 6.0
}
]
} ,
"weaknesses" : [
{
"source" : "security-advisories@github.com" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-74"
}
]
}
] ,
2023-07-31 18:00:35 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:zenstruck:collection:0.2.1:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "E1467BC0-DA70-402B-A066-205A6D03F1A8"
}
]
}
]
}
] ,
2023-07-14 22:00:28 +00:00
"references" : [
{
"url" : "https://github.com/zenstruck/collection/commit/f4b1c488206e1b1581b06fcd331686846f13f19c" ,
2023-07-31 18:00:35 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2023-07-14 22:00:28 +00:00
} ,
{
"url" : "https://github.com/zenstruck/collection/releases/tag/v0.2.1" ,
2023-07-31 18:00:35 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Release Notes"
]
2023-07-14 22:00:28 +00:00
} ,
{
"url" : "https://github.com/zenstruck/collection/security/advisories/GHSA-7xr2-8ff7-6fjq" ,
2023-07-31 18:00:35 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Mitigation"
]
2023-07-14 22:00:28 +00:00
}
]
}