89 lines
2.6 KiB
JSON
Raw Normal View History

2023-04-24 12:24:31 +02:00
{
"id": "CVE-2022-42002",
"sourceIdentifier": "cve@mitre.org",
"published": "2022-10-01T00:15:10.100",
"lastModified": "2022-10-04T20:06:53.737",
"vulnStatus": "Analyzed",
"descriptions": [
{
"lang": "en",
"value": "SonicJS through 0.6.0 allows file overwrite. It has the following mutations that are used for updating files: fileCreate and fileUpdate. Both of these mutations can be called without any authentication to overwrite any files on a SonicJS application, leading to Arbitrary File Write and Delete."
},
{
"lang": "es",
"value": "SonicJS versiones hasta 0.6.0, permite una sobreescritura de archivos. Presenta las siguientes mutaciones que son usadas para actualizar archivos: fileCreate y fileUpdate. Ambas mutaciones pueden ser llamadas sin ning\u00fan tipo de autenticaci\u00f3n para sobrescribir cualquier archivo en una aplicaci\u00f3n SonicJS, conllevando a una Escritura y un Borrado Arbitrario de Archivos"
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL"
},
"exploitabilityScore": 3.9,
"impactScore": 5.2
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-787"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:sonicjs:sonicjs:*:*:*:*:*:node.js:*:*",
"versionEndIncluding": "0.6.0",
"matchCriteriaId": "1A3F6BCC-2F76-4F1F-86FF-6FCB4567CE84"
}
]
}
]
}
],
"references": [
{
"url": "https://github.com/lane711/sonicjs/tags",
"source": "cve@mitre.org",
"tags": [
"Release Notes",
"Third Party Advisory"
]
},
{
"url": "https://snyk.io/blog/graphql-security-static-analysis-snyk-code/",
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Third Party Advisory"
]
}
]
}